[meta-arago] [nightly] RT Core TISDK (fido/1.8) 2016.02 build 2016-02-26_17-25-52

2016-02-26 Thread Denys Dmytriyenko
Title: Status for 02/26/16 Status for 02/26/16 BUILD_ID: build-2016-02-26_17-27-00 Clean Build: false Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake

[meta-arago] [PATCH] gstreamer-plugins-bad: Enable waylandsink plus mouse movement support for AM3/AM4

2016-02-26 Thread Eric Ruei
- Enable and pickup waylandsink support from upstream version 1.2.3 for AM3/4 - Add the mouse movement patch implemented by Pooja Prajod Signed-off-by: Eric Ruei --- ...-mouse-movement-for-videos-on-waylandsink.patch | 404 +

[meta-arago] [nightly] Core TISDK (fido/1.8) 2016.02 build 2016-02-26_09-07-34

2016-02-26 Thread Denys Dmytriyenko
Title: Status for 02/26/16 Status for 02/26/16 BUILD_ID: build-2016-02-26_09-08-44 Clean Build: false Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake

[meta-arago] [PATCH 2/2] packagegroup-arago-test: add timestamping

2016-02-26 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../recipes-core/packagegroups/packagegroup-arago-test.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [meta-arago] [PATCH V3] dual-camera-demo: Re-enable on AM4 to run outside of Weston

2016-02-26 Thread Denys Dmytriyenko
Ack On Fri, Feb 26, 2016 at 02:45:08PM -0500, Eric Ruei wrote: > The dual camera demo stopped working when Wayland/DRM-based graphics support > was introduced on AM4 and therefore this demo was disabled. This demo does not > work with Wayland/DRM-based graphics system because it invokes DRM APIs

Re: [meta-arago] [PATCH] Re-enable dual camera demo on AM4

2016-02-26 Thread Denys Dmytriyenko
Thanks! On Fri, Feb 26, 2016 at 02:46:53PM -0500, Ruei, Eric wrote: > Hi, Denys: > > Thank you so much! I just resubmitted this one with the subject fix. > > Best regards, > > Eric > > -Original Message- > From: Dmytriyenko, Denys > Sent: Friday, February 26, 2016 2:20 PM > To: Ruei,

Re: [meta-arago] [PATCH] Re-enable dual camera demo on AM4

2016-02-26 Thread Ruei, Eric
Hi, Denys: Thank you so much! I just resubmitted this one with the subject fix. Best regards, Eric -Original Message- From: Dmytriyenko, Denys Sent: Friday, February 26, 2016 2:20 PM To: Ruei, Eric Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [PATCH] Re-enable dual

[meta-arago] [PATCH V3] dual-camera-demo: Re-enable on AM4 to run outside of Weston

2016-02-26 Thread Eric Ruei
The dual camera demo stopped working when Wayland/DRM-based graphics support was introduced on AM4 and therefore this demo was disabled. This demo does not work with Wayland/DRM-based graphics system because it invokes DRM APIs to demonstrate DRM mode setings and overlay operations and those

Re: [meta-arago] [PATCH V2 0/2] Enable wayland/drm support and the corresponding 3D demos for AM3

2016-02-26 Thread Denys Dmytriyenko
Ack On Fri, Feb 26, 2016 at 09:32:36AM -0500, Eric Ruei wrote: > Eric Ruei (2): > conf: enable wayland/drm support for AM3 > matrix: enable corresponding 3D demos including kmscube for AM3 > > meta-arago-distro/conf/distro/arago.conf | 5 - >

[meta-arago] [tisdk-setup-scripts][PATCH] create-ubifs: Add script to create the ubi filesystem image

2016-02-26 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- create-ubifs.sh | 156 1 file changed, 156 insertions(+) create mode 100755 create-ubifs.sh diff --git a/create-ubifs.sh b/create-ubifs.sh new file mode 100755 index 000..30c78bd

[meta-arago] [PATCH] Re-enable dual camera demo on AM4

2016-02-26 Thread Eric Ruei
The dual camera demo stopped working when Wayland/DRM-based graphics support was introduced on AM4 and therefore this demo was disabled. This demo does not work with Wayland/DRM-based graphics system because it invokes DRM APIs to demonstrate DRM mode setings and overlay operations and those

[meta-arago] [PATCH] tisdk-server-extra-rootfs-image: add multimedia packagegroup

2016-02-26 Thread Hongmei Gou
* This addition is to include gstreamer for keystone2 Signed-off-by: Hongmei Gou --- meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[meta-arago] [PATCH V2 0/2] Enable wayland/drm support and the corresponding 3D demos for AM3

2016-02-26 Thread Eric Ruei
Eric Ruei (2): conf: enable wayland/drm support for AM3 matrix: enable corresponding 3D demos including kmscube for AM3 meta-arago-distro/conf/distro/arago.conf | 5 - .../conf/distro/include/branding-processor-sdk.inc | 3 ---

[meta-arago] [PATCH V2 2/2] matrix: enable corresponding 3D demos including kmscube for AM3

2016-02-26 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-tisdk-matrix.bb | 10 +- .../recipes-core/matrix/matrix-gui-3d-demos_2.0.bb | 6 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git

[meta-arago] [PATCH V2 1/2] conf: enable wayland/drm support for AM3

2016-02-26 Thread Eric Ruei
- Retain "wayland" within DISTRO_FEATURES of AM3 - Replace "fbdev" with "egl" in weston plugin list Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago.conf | 5 - meta-arago-distro/conf/distro/include/branding-processor-sdk.inc | 3 ---