Re: [meta-arago] [zeus/master][PATCH] dma-heap-tests: add tests for DMA-Heap framework

2020-03-05 Thread Andrew F. Davis
On 3/5/20 7:38 PM, Denys Dmytriyenko wrote: > On Thu, Mar 05, 2020 at 06:00:31PM -0500, Andrew F. Davis wrote: >> Add some tests for the DMA-Heap framework. Based on ion-tests. >> >> Signed-off-by: Andrew F. Davis >> --- >> .../recipes-devtools/dma-heap/dma-heap-tests.bb | 16

Re: [meta-arago] [zeus/master][PATCH] dma-heap-tests: add tests for DMA-Heap framework

2020-03-05 Thread Denys Dmytriyenko
On Thu, Mar 05, 2020 at 06:00:31PM -0500, Andrew F. Davis wrote: > Add some tests for the DMA-Heap framework. Based on ion-tests. > > Signed-off-by: Andrew F. Davis > --- > .../recipes-devtools/dma-heap/dma-heap-tests.bb | 16 > 1 file changed, 16 insertions(+) > create mode

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-05 Thread Denys Dmytriyenko
On Thu, Mar 05, 2020 at 04:49:05PM -0500, Jacob Stiffler wrote: > > On 3/5/2020 4:24 PM, Denys Dmytriyenko wrote: > >Jake, > > > >Somehow this update has a really hard time getting built - it failed in the > >same place with what looks like an our-of-memory error: > > > >|

[meta-arago] [zeus/master][PATCH] dma-heap-tests: add tests for DMA-Heap framework

2020-03-05 Thread Andrew F. Davis
Add some tests for the DMA-Heap framework. Based on ion-tests. Signed-off-by: Andrew F. Davis --- .../recipes-devtools/dma-heap/dma-heap-tests.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb diff

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-05 Thread Jacob Stiffler
On 3/5/2020 4:24 PM, Denys Dmytriyenko wrote: Jake, Somehow this update has a really hard time getting built - it failed in the same place with what looks like an our-of-memory error: | src_generated/open62541/namespace0_generated.c: In function ‘namespace0_generated’: |

Re: [meta-arago] [zeus/master][PATCH] open62541: upgrade to version 1.0.1, other fixes

2020-03-05 Thread Denys Dmytriyenko
Jake, Somehow this update has a really hard time getting built - it failed in the same place with what looks like an our-of-memory error: | src_generated/open62541/namespace0_generated.c: In function ‘namespace0_generated’: | src_generated/open62541/namespace0_generated.c:113178:15: note:

[meta-arago] Using Toaster with Arago

2020-03-05 Thread Mehran Memarnejad
Hi, "This is a little unrelated to meta-arago layer, But related to Arago distro by Ti and I guessed you might be able to help me with" All explanations about toaster I found on Internet are based on Poky, i.e. they say "source oe-init-build-env" and then "source bitbake/bin/toaster start", I

[meta-arago] [zeus/master 1/3] gstreamer1.0*-bad: Clean up the failing patch

2020-03-05 Thread Ramprasad N
Remove gstreamer-bad failing patches as these are not applyable on 1.16.1. New rebased patch will be created instead of overwriting on the existing patches. Signed-off-by: Ramprasad N --- ...ylandsink-Add-mouse-drag-and-drop-support.patch | 426 -

[meta-arago] [zeus/master 0/3] Gstreamer 1.16.1 related changes

2020-03-05 Thread Ramprasad N
GStreamer 1.16.1 with TI specific patches to enable waylandsink and a gstreamer good plugin change related to v4l2src Ramprasad N (3): gstreamer1.0*-bad: Clean up the failing patch gstreamer1.0*-bad: Update waylandsink patches gstreamer1.0*-good: Check for drm memory support in try_format

[meta-arago] [zeus/master 2/3] gstreamer1.0*-bad: Update waylandsink patches

2020-03-05 Thread Ramprasad N
New patches have been created on waylandsink. Waylandsink on 1.16.1 needs following changes * wl-drm support * crop support * scale support * input device support Signed-off-by: Ramprasad N --- ...ylandsink-Add-mouse-drag-and-drop-support.patch | 426

[meta-arago] [zeus/master 3/3] gstreamer1.0*-good: Check for drm memory support in try_format

2020-03-05 Thread Ramprasad N
gstreamer1.0-plugins-good v1.16.1 v4l2src plugin tries to import the dmabuf. This patch checks if the memory is drm. This is required for dma_buf import support with v4l2src Signed-off-by: Ramprasad N --- ...heck-for-drm-memory-support-in-try_import.patch | 33 ++