[meta-arago] [PATCH 2/5] branding-processor-sdk:Update ti33x feature based on the availability of SGX

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4: For ti33x, remove wayland from DISTRO_FEATURES only if SGX is included at MACHINE_FEATURES. Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/include/branding-processor-sdk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-arago] [PATCH 5/5] ti-tisdk-makefile: Define PVR_NULLDRM based on the availability of SGX

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4: For ti43x: Set PVR_NULLDRM to 1 only if SGX is not included at MACHINE_FEATURES Signed-off-by: Eric Ruei --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-arago] [PATCH 0/5] Enable non-SGX build for AM3/AM4

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enhance meta-arago (and meta-ti) recipes to enable SGX/software rendering graphics support based on whether or not SGX is included at Machine Feature list. Eric Ruei (5): arago.conf: Configure Weston based on the availability of SGX branding-processor-sdk:Update ti33x

[meta-arago] [PATCH 4/5] qt5/qtbase: Define GLES_EXTRA_DEPS based on the availability of SGX

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4 For ti43x, add wayland dependency only if SGX is included at MACHINE_FEATURES. Note: wayland is not included at ti33x because only nullDRM mode is supported. Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend | 4

[meta-arago] [PATCH 3/5] tisdk-rootfs-image: Include packagegroup-arago-tisdk-graphics unconditionally

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4 The Weston module within packagegroup-arago-tisdk-graphics is required for non-SGX software rendering build. Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb | 2 +- 1 file changed, 1 insertion(+), 1

[meta-arago] [PATCH 1/5] arago.conf: Configure Weston based on the availability of SGX

2015-11-25 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4: For ti43x: replace fbdev with egl only if SGX is included at MACHINE_FEATURES Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf

[meta-arago] [PATCH V2 4/5] qt5/qtbase: Define GLES_EXTRA_DEPS based on the availability of SGX

2015-12-01 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4 For ti43x, add wayland dependency only if SGX is included at MACHINE_FEATURES. Note: wayland is not included at ti33x because only nullDRM mode is supported. Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend | 4

[meta-arago] [PATCH V2 0/5] Enable non-SGX build for AM3/AM4

2015-12-01 Thread Eric Ruei
Enhance meta-ti (and meta-arago) recipes to enable SGX/software rendering graphics support based on whether SGX is included at Machine Feature list. Major changes since V1: - ti-tisdk-makefile: Remove omapdrm-pvr related make instructions if SGX is not available Eric Ruei

[meta-arago] [PATCH V2 3/5] tisdk-rootfs-image: Include packagegroup-arago-tisdk-graphics unconditionally

2015-12-01 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4 The Weston module within packagegroup-arago-tisdk-graphics is required for non-SGX software rendering build Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb | 2 +- 1 file changed, 1 insertion(+), 1

[meta-arago] [PATCH V2 2/5] branding-processor-sdk:Update ti33x feature based on the availability of SGX

2015-12-01 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4: For ti33x, remove wayland from DISTRO_FEATURES only if SGX is included at MACHINE_FEATURES. Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/include/branding-processor-sdk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-arago] [PATCH V2 1/5] arago.conf: Configure Weston based on the availability of SGX

2015-12-01 Thread Eric Ruei
From: Eric Ruei Enable non-SGX build for AM3/AM4: For ti43x: replace fbdev with egl only if SGX is included at MACHINE_FEATURES Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf

[meta-arago] [PATCH V2 5/5] ti-tisdk-makefile: Include omapdrm-pvr related make instructions only if SGX is available

2015-12-01 Thread Eric Ruei
Enable non-SGX build for AM3/AM4: For ti43x and ti33x: Include SGX DDK kernel module omapdrm-pvr related make instructions only if SGX is included at MACHINE_FEATURES Signed-off-by: Eric Ruei --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 8

[meta-arago] [PATCH] ti-tisdk-makefile: Update PVR_NULLDRM for ti43x

2015-12-04 Thread Eric Ruei
* ti43x: PVR_NULLDRM should be set to 0 to build SGX KM with DRM/Wayland support Signed-off-by: Eric Ruei --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk

[meta-arago] [PATCH] Add two necessary patches on top of weston 1.9.0:

2016-01-28 Thread Eric Ruei
- Enable DRM-backend with multiple displays - Allow visual_id to be 0 at function match_config_to_visual() Signed-off-by: Eric Ruei --- ...-Enabling-DRM-backend-with-multiple-displ.patch | 60 ++ .../0002-Weston1.9.0-Allow-visual_id-to-be-0.patch | 31

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

2016-02-25 Thread Eric Ruei
operations are denied because there should be only one DRM master. The simple solution is to update the demo script to run this QT5-based demo program over linuxfb platform and therefore there is not another DRM master running. Signed-off-by: Eric Ruei --- .../dual-camera-demo/dual-camera-demo

[meta-arago] [PATCH] Enhance kmscube demo to support AM3

2016-02-25 Thread Eric Ruei
Enable AM3 support by adding "tilcdc" to the modules list at kmscube.c Signed-off-by: Eric Ruei --- ...001-kmscube.c-init_drm-enable-AM3-support.patch | 28 ++ .../recipes-graphics/kmscube/kmscube_1.0.0.bb | 9 +++ 2 files changed, 33 insertions(+), 4

[meta-arago] [PATCH] Weston 1.9: Add Virtual keyboard patch

2016-02-25 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...-Fix-virtual-keyboard-display-issue-for-Q.patch | 40 ++ .../recipes-graphics/wayland/weston_1.9.0.bbappend | 3 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0003

[meta-arago] [PATCH] Enable Wayland/DRM-based graphics support on AM3

2016-02-25 Thread Eric Ruei
- Retain "wayland" within DISTRO_FEATURES of AM3 - Replace "fbdev" with "egl" in weston plugin list - Use the same set of 3D demos in Matrix Gui on AM3/4 - Enable kmscube on AM3 Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago.conf

[meta-arago] [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change

2016-02-25 Thread Eric Ruei
PVR_NULLDRM is only applicable for DDK 1.9 and is no longer used. TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14 Signed-off-by: Eric Ruei --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff

[meta-arago] [PATCH V2] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change

2016-02-25 Thread Eric Ruei
PVR_NULLDRM is only applicable for DDK 1.9 and is no longer used. TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14 Signed-off-by: Eric Ruei --- .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff

[meta-arago] [PATCH V3] tisdk Makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change

2016-02-25 Thread Eric Ruei
PVR_NULLDRM and PLATFORM_OMAPDRM are only applicable for DDK 1.9 and no longer used. TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14 Signed-off-by: Eric Ruei --- .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb| 15 --- 1 file changed, 4 insertions(+), 11

[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-sd

[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 a/meta-arago-distro/recipes-core/packagegroups

[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 --- .../packagegroups

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

2016-02-26 Thread Eric Ruei
operations are denied because there should be only one DRM master. The simple solution is to update the demo script to run this QT5-based demo program over linuxfb platform and therefore there is not another DRM master running. Signed-off-by: Eric Ruei --- V2 Changes: Remove DOS from dual_camera_qt5

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

2016-02-26 Thread Eric Ruei
operations are denied because there should be only one DRM master. The simple solution is to update the demo script to run this QT5-based demo program over linuxfb platform and therefore there is not another DRM master running. Signed-off-by: Eric Ruei --- V3 changes: Update subject per review

[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 + .../gstreamer1.0-plugins-bad_1.2.3.bbappend

[meta-arago] [PATCH] kmscube: Enhance and enable this demo for AM3

2016-03-01 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...001-kmscube.c-init_drm-enable-AM3-support.patch | 28 ++ .../recipes-graphics/kmscube/kmscube_1.0.0.bb | 9 +++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 meta-arago-extras/recipes-graphics/kmscube/kmscube

[meta-arago] [PATCH V4] ti-tisdk-makefile: Replace PVR_NULLDRM and PLATFORM_OMAPDRM with TARGET_PRODUCT per graphics DDK change

2016-03-02 Thread Eric Ruei
PVR_NULLDRM and PLATFORM_OMAPDRM are only applicable for DDK 1.9 and no longer used. TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14 Signed-off-by: Eric Ruei --- V4 Changes: Update commit message .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb| 15 --- 1

[meta-arago] [PATCH] weston-conf: Update output name at weston.ini for ti43x per weston 1.9

2016-03-04 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini | 2 +- meta-arago-distro/recipes-graphics/wayland/weston-conf_1.9.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/wayland

[meta-arago] [PATCH] weston: Add touch screen crash patch

2016-03-19 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...-Weston1.9.0-Fix-touch-screen-crash-issue.patch | 37 ++ .../recipes-graphics/wayland/weston_1.9.0.bbappend | 7 ++-- 2 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0004

[meta-arago] [PATCH] dual-camera-demo: Enhance to support both AM4 and AM5

2016-03-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...mera-demo-Enhance-to-support-both-AM4-AM5.patch | 469 + .../dual-camera-demo/dual_camera_qt5.sh| 2 +- .../dual-camera-demo/dual_camera_qt5_omap-a15.sh | 13 + .../dual-camera-demo/dual-camera-demo_1.0.bb | 5 +- 4

[meta-arago] [PATCH V2] dual-camera-demo: Enhance to support both AM4 and AM5

2016-03-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...mera-demo-Enhance-to-support-both-AM4-AM5.patch | 469 + .../dual-camera-demo/dual_camera_qt5.sh| 2 +- .../dual-camera-demo/dual_camera_qt5_omap-a15.sh | 13 + .../dual-camera-demo/dual-camera-demo_1.0.bb | 5 +- 4

[meta-arago] [PATCH] dual-camera-demo: bump SRCREV to get the DRM atomic mode support

2016-08-05 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...mera-demo-Enhance-to-support-both-AM4-AM5.patch | 469 - .../dual-camera-demo/dual_camera_qt5_omap-a15.sh | 13 - .../dual-camera-demo/dual-camera-demo_1.0.bb | 7 +- 3 files changed, 2 insertions(+), 487 deletions(-) delete mode

[meta-arago] [PATCH V2] dual-camera-demo: bump SRCREV to get the DRM atomic mode support

2016-08-08 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...mera-demo-Enhance-to-support-both-AM4-AM5.patch | 469 - .../dual-camera-demo/dual_camera_qt5.sh| 2 +- .../dual-camera-demo/dual_camera_qt5_omap-a15.sh | 13 - .../dual-camera-demo/dual-camera-demo_1.0.bb | 7 +- 4

[meta-arago] [PATCH] dual-camera-demo: Restore dual_camera_qt.sh per DRM atomic mode change

2016-08-11 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../dual-camera-demo/dual-camera-demo/dual_camera_qt5.sh| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo/dual_camera_qt5.sh b/meta-arago-extras/recipes

[meta-arago] [PATCH 1/5] matrix-gui-touch-demos: add touch demo: touch interact

2016-08-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/matrix/matrix-gui-touch-demos_2.0.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-touch-demos_2.0.bb diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui

[meta-arago] [PATCH 0/5] Matrix Gui: Add touchscreen demo and submenu

2016-08-22 Thread Eric Ruei
Add matrix gui submenu touch and the touch interact demo Eric Ruei (5): matrix-gui-touch-demos: add touch demo: touchscreen interaction matrix-gui-submenu: add touch submenu packagegroup-arago-tisdk-matrix: add touch demos matrix-gui-apps-git: bump SRCREV to pick up the touch demos

[meta-arago] [PATCH 2/5] matrix-gui-submenu: add touch submenu

2016-08-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0

[meta-arago] [PATCH 5/5] matrix-gui: Update the "execute-command" patch to support category "touch"

2016-08-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ..._command-workaround-for-GUI-apps-with-weston.patch | 19 ++- .../recipes-core/matrix/matrix-gui_2.0.bb | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui/0001

[meta-arago] [PATCH 4/5] matrix-gui-apps-git: bump SRCREV to pick up the touch demos

2016-08-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index

[meta-arago] [PATCH 3/5] packagegroup-arago-tisdk-matrix: add touch demos

2016-08-22 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core

[meta-arago] [PATCH] arago-source-ipk.conf: add SRCIPK for ti-gc320-driver

2016-10-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-distro/conf/distro/arago-source-ipk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-distro/conf/distro/arago-source-ipk.conf index 90ae80f..96f2db2 100644 --- a/meta-arago-distro

[meta-arago] [PATCH] weston: Add RGB565 support for pixman renderer

2016-10-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...r-drm-support-RGB565-with-pixman-renderer.patch | 125 + .../recipes-graphics/wayland/weston_1.9.0.bbappend | 3 +- 2 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-graphics/wayland/weston/0001

[meta-arago] [PATCH] qtdeclarative-examples: Add exit button to touchinteraction example

2016-10-28 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...0001-touchinteraction.qml-Add-exit-button.patch | 60 ++ .../recipes-qt/qt5/qtdeclarative_git.bbappend | 7 +++ 2 files changed, 67 insertions(+) create mode 100644 meta-arago-distro/recipes-qt/qt5/qtdeclarative/0001

[meta-arago] [PATCH] qtwayland_git: fix null icon.pixmap display warning problem

2016-11-07 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...orations-bradient-display-window-icon-onl.patch | 42 ++ .../recipes-qt/qt5/qtwayland_git.bbappend | 6 2 files changed, 48 insertions(+) create mode 100644 meta-arago-distro/recipes-qt/qt5/qtwayland/0001-plugins-decorations

[meta-arago] [PATCH] qtwebengine_git: Add include at qquickwebengineview_p.h to fix compile error

2016-11-07 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...quickwebengineview_p.h-add-include-QtGui-.patch | 26 ++ .../recipes-qt/qt5/qtwebengine_git.bbappend| 6 + 2 files changed, 32 insertions(+) create mode 100644 meta-arago-distro/recipes-qt/qt5/qtwebengine/0001-WebEngine

[meta-arago] [PATCH] gstreamer1.0-plugins-bad: add mouse drag and drop support for AM3/4

2016-11-08 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...ylandsink-Add-mouse-drag-and-drop-support.patch | 408 + .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 4 +- 2 files changed, 411 insertions(+), 1 deletion(-) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer

[meta-arago] [PATCH 0/3] packagegroup: Add QtWebengine when using QT5

2016-11-18 Thread Eric Ruei
Include QtWebengine at the QT5 package Eric Ruei (3): packagegroup-arago-qte: Add QtWebengine when using Qt5 packagegroup-arago-tisdk-qte: Add QtWebengine examples to Qt5 demos packagegroup-arago-qte-toolchain-target:Add QtWebengine when using Qt5 .../recipes-core/packagegroups

[meta-arago] [PATCH 1/3] packagegroup-arago-qte: Add QtWebengine when using Qt5

2016-11-18 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups

[meta-arago] [PATCH 2/3] packagegroup-arago-tisdk-qte: Add QtWebengine examples to Qt5 demos

2016-11-18 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups

[meta-arago] [PATCH 3/3] packagegroup-arago-qte-toolchain-target:Add QtWebengine when using Qt5

2016-11-18 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-qte-toolchain-target.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core

[meta-arago] [PATCH] weston: fix hotplug weston termination problem at compositor-drm

2016-12-06 Thread Eric Ruei
is implemented. Signed-off-by: Eric Ruei --- ...drm-fix-hotplug-weston-termination-proble.patch | 110 + .../recipes-graphics/wayland/weston_1.9.0.bbappend | 3 +- 2 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-graphics/wayl

[meta-arago] [PATCH V2] ti-sgx-ddk-um: fix a bug at the drmModeAddFB() call at null_drm_ws.c

2016-12-07 Thread Eric Ruei
utility function uiPixelDepthInBits to derive and use depth based on the pixel format. Signed-off-by: Eric Ruei --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b

[meta-arago] [PATCH V2] weston: fix hotplug weston termination problem at compositor-drm

2016-12-07 Thread Eric Ruei
is implemented. Upstream-Status: Submitted [wayland-de...@lists.freedesktop.org] Signed-off-by: Eric Ruei --- ...drm-fix-hotplug-weston-termination-proble.patch | 110 + .../recipes-graphics/wayland/weston_1.9.0.bbappend | 3 +- 2 files changed, 112 insertions(+), 1 delet

[meta-arago] [PATCH V3] weston: fix hotplug weston termination problem at compositor-drm

2016-12-07 Thread Eric Ruei
is implemented. Signed-off-by: Eric Ruei --- ...drm-fix-hotplug-weston-termination-proble.patch | 112 + .../recipes-graphics/wayland/weston_1.9.0.bbappend | 3 +- 2 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-graphics/wayl

[meta-arago] [PATCH] dual-camera-demo: update BRANCH and SRCREV to pick up the latest fixes

2017-02-02 Thread Eric Ruei
- fix tearing issue - bug fix for resolution less than 640 Signed-off-by: Eric Ruei --- .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual

[meta-arago] [PATCH] packagegroup-arago-qte-toolchain-target(krogoth/morty): add qtbase-staticdev

2017-02-09 Thread Eric Ruei
add qtbase-staticdev so that the qtbase related static libraries lib*.a , some of which are required for QT application using the custom QPA, are included at the sysroot package under linux-devkit Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-qte-toolchain-target.bb

[meta-arago] [morty/krogoth][PATCH V2] packagegroup-arago-qte-toolchain-target: add qtbase-staticdev

2017-02-09 Thread Eric Ruei
add qtbase-staticdev so that the qtbase related static libraries lib*.a , some of which are required for QT application using the custom QPA, are included at the sysroot package under linux-devkit Signed-off-by: Eric Ruei --- .../packagegroups/packagegroup-arago-qte-toolchain-target.bb

[meta-arago] [morty][PATCH] weston: allow visual_id to be 0 to fix EGL config failure

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...to-be-0.patch => 0002-Weston-Allow-visual_id-to-be-0.patch} | 10 +- .../recipes-graphics/wayland/weston_1.11.0.bbappend| 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/weston/{0

[meta-arago] [morty][PATCH] weston: fix virtual keyboard display issue of QT5 applications

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++- .../0003-Weston1.9.0-Fix-virtual-keyboard-display-issue-for-Q.patch| 0 2 files changed, 2 insertions(+), 1 deletion(-) rename meta-arago-distro/recipes-graphics/wayland/{weston

[meta-arago] [morty][PATCH V2 5/5] weston: add RGB565 support for pixman renderer

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...positor-drm-support-RGB565-with-pixman-renderer.patch | 16 .../recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston/0001

[meta-arago] [morty][PATCH V2 2/5] weston: fix virtual keyboard display issue of QT5 applications

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...eston-Fix-virtual-keyboard-display-issue-for-QT5-ap.patch} | 11 +-- .../recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/weston/{0003

[meta-arago] [morty][PATCH V2 1/5] weston: allow visual_id to be 0 to fix EGL config failure

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...to-be-0.patch => 0002-Weston-Allow-visual_id-to-be-0.patch} | 10 +- .../recipes-graphics/wayland/weston_1.11.0.bbappend| 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/weston/{0

[meta-arago] [morty][PATCH V2 3/5] weston: fix touch screen crash issue

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...e.patch => 0004-Weston-Fix-touch-screen-crash-issue.patch} | 11 +-- .../recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta-arago-distro/recipes-graphics/wayland/weston/{0

[meta-arago] [morty][PATCH V2 4/5] weston: fix hotplug weston termination problem

2017-03-09 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-arago-distro/recipes-graphics/wayland/weston_1.11.0

[meta-arago] [morty][PATCH V2 0/5] weston: re-apply multiple patches from weston 1.9

2017-03-09 Thread Eric Ruei
Eric Ruei (5): weston: allow visual_id to be 0 to fix EGL config failure weston: fix virtual keyboard display issue of QT5 applications weston: fix touch screen crash issue weston: fix hotplug weston termination problem weston: add RGB565 support for pixman renderer ...positor-drm

[meta-arago] [krogoth][PATCH 3/3] gstreamer1.0-plugins-bad: waylandsink: add input format I420 support

2017-03-16 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...waylandsink-add-input-format-I420-support.patch | 89 ++ .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 2 + 2 files changed, 91 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [krogoth][PATCH 1/3] gstreamer1.0-plugins-bad: kmssink: remove DCE dependencies

2017-03-16 Thread Eric Ruei
- remove DCE dependencies from kmssink - AM4(ti43x) shares the same branch as of AM5(omap-a15) Signed-off-by: Eric Ruei --- .../0001-kmssink-remove-DCE-dependencies.patch | 96 ++ .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 8 +- 2 files changed, 102 insertions

[meta-arago] [krogoth][PATCH 2/3] gstreamer1.0-plugins-bad: kmssink: add YUYV support

2017-03-16 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../0002-kmssink-add-YUYV-support.patch| 81 ++ .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 2 + 2 files changed, 83 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [krogoth][PATCH v2 2/3] gstreamer1.0-plugins-bad: kmssink: add YUYV(YUY2) support

2017-03-16 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../0002-kmssink-add-YUYV-support.patch| 81 ++ .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 2 + 2 files changed, 83 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [krogoth][PATCH v2 3/3] gstreamer1.0-plugins-bad: waylandsink: add input format I420 support

2017-03-16 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...waylandsink-add-input-format-I420-support.patch | 89 ++ .../gstreamer1.0-plugins-bad_1.6.3.bbappend| 2 + 2 files changed, 91 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [krogoth][PATCH v2 1/3] gstreamer1.0-plugins-bad: kmssink: remove DCE dependencies

2017-03-16 Thread Eric Ruei
- remove DCE dependencies from kmssink - AM4(ti43x) shares the same branch as of AM5(omap-a15) - remove patch 0001-gstwaylandsink-Add-mouse-drag-and-drop-support.patch which is no longer applicable to AM4 with the SRCREV update Signed-off-by: Eric Ruei --- .../0001-kmssink-remove-DCE

[meta-arago] [morty][PATCH 1/3] gstreamer1.0-plugins-bad: kmssink: remove DCE dependencies

2017-03-23 Thread Eric Ruei
- remove DCE dependencies from kmssink - AM4(ti43x) shares the same patches as of AM5(omap-a15) - remove patch 0001-gstwaylandsink-Add-mouse-drag-and-drop-support.patch which is no longer applicable to AM4 with the patches mentioned above Signed-off-by: Eric Ruei --- .../0002-kmssink-remove

[meta-arago] [morty][PATCH 3/3] gstreamer1.0-plugins-bad: waylandsink: add input format I420 support

2017-03-23 Thread Eric Ruei
Signed-off-by: Eric Ruei --- ...waylandsink-add-input-format-I420-support.patch | 89 ++ .../gstreamer1.0-plugins-bad_1.8.3.bbappend| 2 + 2 files changed, 91 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [morty][PATCH 2/3] gstreamer1.0-plugins-bad: kmssink: add YUYV(YUY2) support

2017-03-23 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../0003-kmssink-add-YUYV-support.patch| 81 ++ .../gstreamer1.0-plugins-bad_1.8.3.bbappend| 2 + 2 files changed, 83 insertions(+) create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad

[meta-arago] [krogoth][PATCH] kmscube: cleanup and include bug fix for HDMI

2017-03-27 Thread Eric Ruei
All local patches merged to git repository Signed-off-by: Eric Ruei --- ...001-kmscube.c-init_drm-enable-AM3-support.patch | 28 ...nit_drm-select-the-current-CRTC-display-m.patch | 76 -- .../recipes-graphics/kmscube/kmscube_1.0.0.bb | 7 +- 3 files changed

[meta-arago] [krogoth][PATCH] glsdk-example-apps: Include fix for HDMI testcases

2017-03-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk

[meta-arago] [krogoth][PATCH] omapdrmtest: Update tests to handle disabled HDMI

2017-03-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest

[meta-arago] [PATCH] gstreamer1.0-plugins-bad: gstwaylandsink: apply new callback for v5 of wl_pointer to AM3/4

2017-04-25 Thread Eric Ruei
Pick the patch for AM3/4: 0005-gstwaylandsink-Implement-callbacks-for-version-5-of-.patch Signed-off-by: Eric Ruei --- .../gstreamer/gstreamer1.0-plugins-bad_1.8.3.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-extras/recipes-multimedia

[meta-arago] [PATCH] packagegroup-arago-qte: add qmlplugins and plugins of qtgraphicaleffects and qtvirtualkeyboard

2017-05-05 Thread Eric Ruei
qtgraphicaleffects and qtvirtualkeyboard are required by certain QT applications such as QT webbrowser Signed-off-by: Eric Ruei --- meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/recipes-core

[meta-arago] [morty/master][PATCH] qtwebengine: add patches as workarond of the following three issues

2017-05-25 Thread Eric Ruei
- fix system crash due to mismatched GLES2 library version - set default logging level back to LOG_FATAL to avoid unnecessary warnings - disable SECCOMP-BPF Sandbox Signed-off-by: Eric Ruei --- ...-fix-the-system-crash-due-to-mismatched-G.patch | 66 ++ ...-set-default

[meta-arago] [morty/master][PATCH v2] qtwebengine: add patches as workarond of the following three issues

2017-05-25 Thread Eric Ruei
- fix system crash due to mismatched GLES2 library version - set default logging level back to LOG_FATAL to avoid unnecessary warnings - disable SECCOMP-BPF Sandbox Signed-off-by: Eric Ruei --- ...-fix-the-system-crash-due-to-mismatched-G.patch | 71 ++ ...-set-default

[meta-arago] [morty/master][PATCH] gstreamer1.0-plugins-bad: Apply gstwaylandsink scale-up issue fix to AM3/4

2017-05-25 Thread Eric Ruei
Pick the patch: 1. 0006-gstwaylandsink-Fix-scale-up-with-padded-video.patch Signed-off-by: Pooja Prajod Signed-off-by: Eric Ruei --- .../gstreamer/gstreamer1.0-plugins-bad_1.8.3.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-extras/recipes

[meta-arago] [morty/master][PATCH v2] gstreamer1.0-plugins-bad: Apply gstwaylandsink scale-up issue fix for AM4

2017-06-01 Thread Eric Ruei
Pick the patch: 1. 0006-gstwaylandsink-Fix-scale-up-with-padded-video.patch Signed-off-by: Pooja Prajod Signed-off-by: Eric Ruei --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.3.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes

[meta-arago] [morty/master][PATCH 2/2] packagegroup-arago-tisdk-qte: add qtwebbrowser-example to the list and sort it

2017-06-05 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [morty/master][PATCH 1/2] qtwebbrowser-example: add QT web browser example

2017-06-05 Thread Eric Ruei
- This is a touch-friendly web broswer based on qtwebengine and QML Signed-off-by: Eric Ruei --- ...0001-qtwebbrowser-disable-FullScreen-mode.patch | 28 ++ .../recipes-qt/qt5/qtwebbrowser-example_1.0.bb | 33 ++ 2 files changed, 61 insertions(+) create

[meta-arago] [morty/master][PATCH v2 3/3] qtwebbrowser: disable Fullscreen mode

2017-06-06 Thread Eric Ruei
We need to disable full-screen mode because there is no way to exit when the browser is launched from matrix-gui Signed-off-by: Eric Ruei --- ...0001-qtwebbrowser-disable-FullScreen-mode.patch | 32 ++ .../recipes-qt/qt5/qtwebbrowser_1.0.bbappend | 7 + 2 files

[meta-arago] [morty/master][PATCH v2 1/3] qtwebbrowser: add QT web browser

2017-06-06 Thread Eric Ruei
- This is a touch-friendly web broswer based on qtwebengine and QML Signed-off-by: Eric Ruei --- .../recipes-qt/qt5/qtwebbrowser_1.0.bb | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 meta-arago-extras/recipes-qt/qt5/qtwebbrowser_1.0.bb diff --git

[meta-arago] [morty/master][PATCH v2 2/3] packagegroup-arago-tisdk-qte: add qtwebbrowser demo application to the list and sort it

2017-06-06 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [morty/master][PATCH v3 3/3] qtwebbrowser: disable Fullscreen mode

2017-06-08 Thread Eric Ruei
We need to disable full-screen mode because there is no way to exit when the browser is launched from matrix-gui Signed-off-by: Eric Ruei --- ...0001-qtwebbrowser-disable-FullScreen-mode.patch | 32 ++ .../recipes-qt/examples/qtwebbrowser_1.0.bbappend | 7 + 2 files

[meta-arago] [morty/master][PATCH v3 1/3] qtwebbrowser: add QT web browser

2017-06-08 Thread Eric Ruei
- This is a touch-friendly web broswer based on qtwebengine and QML Signed-off-by: Eric Ruei --- .../recipes-qt/examples/qtwebbrowser_1.0.bb| 34 ++ 1 file changed, 34 insertions(+) create mode 100644 meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb diff

[meta-arago] [morty/master][PATCH v3 2/3] packagegroup-arago-tisdk-qte: add qtwebbrowser demo application to the list and sort it

2017-06-08 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [morty/master][PATCH v4 2/3] packagegroup-arago-tisdk-qte: add qtwebbrowser demo application to the list and sort it

2017-06-12 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup

[meta-arago] [morty/master][PATCH v4 3/3] qtwebbrowser: disable Fullscreen mode

2017-06-12 Thread Eric Ruei
We need to disable full-screen mode because there is no way to exit when the browser is launched from matrix-gui Signed-off-by: Eric Ruei --- ...0001-qtwebbrowser-disable-FullScreen-mode.patch | 32 ++ .../recipes-qt/examples/qtwebbrowser_1.0.bbappend | 7 + 2 files

[meta-arago] [morty/master][PATCH v4 1/3] qtwebbrowser: add QT web browser

2017-06-12 Thread Eric Ruei
- This is a touch-friendly web broswer based on qtwebengine and QML Signed-off-by: Eric Ruei --- .../recipes-qt/examples/qtwebbrowser_1.0.bb| 32 ++ 1 file changed, 32 insertions(+) create mode 100644 meta-arago-extras/recipes-qt/examples/qtwebbrowser_1.0.bb diff

[meta-arago] [morty/master][PATCH 2/4] matix-gui-browser-demos: add browser demos

2017-07-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui

[meta-arago] [morty/master][PATCH 1/4] matrix-gui-apps-git: bump SRCREV to pick up the browser demos

2017-07-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index

[meta-arago] [morty/master][PATCH 4/4] packagegroup-arago-tisdk-matrix: add browser demos for AM5/DRA7

2017-07-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core

[meta-arago] [morty/master][PATCH 3/4] matrix-gui-submenu: add browser submenu

2017-07-27 Thread Eric Ruei
Signed-off-by: Eric Ruei --- meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0

  1   2   3   4   >