Discussion:
[meta-arago] [rocko][PATCH v1 1/3] packagegroup-*-qte-toolchain-* : Add qtserailport to QT5_DEV
Manisha Agrawal
2018-11-30 22:36:47 UTC
Permalink
Add qtserialport to QT5_DEV group. This is needed by mmwavegesture-hmi
application.

Signed-off-by: Manisha Agrawal <***@ti.com>
---
.../packagegroups/packagegroup-arago-qte-toolchain-target.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
index d9c47d5f..e6eceec2 100644
--- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
+++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
@@ -63,6 +63,8 @@ QT5_DEV = " \
qtxmlpatterns-dev \
qtwebengine-mkspecs \
qtwebengine-dev \
+ qtserialport-mkspecs \
+ qtserialport-dev \
"

QT5_DEV_append_k3 = " \
--
2.13.0
Manisha Agrawal
2018-11-30 22:36:48 UTC
Permalink
qt5serailport build is needed by mmwavegesture-hmi example application.

Signed-off-by: Manisha Agrawal <***@ti.com>
---
.../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-arago-tisdk-qte.bb
index e383ef4b..26a976c9 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
@@ -25,6 +25,7 @@ QT5_DEMOS = "\
qtwebbrowser \
qtwebbrowser-examples \
qtwebengine-examples \
+ qtserialport-examples \
"

QT5_DEMOS_append_k3 = " qtwebkit-examples-examples"
--
2.13.0
Manisha Agrawal
2018-11-30 22:36:49 UTC
Permalink
gif file playback is needed by the qtquick based mmwavegesture-hmi demo application.

Signed-off-by: Manisha Agrawal <***@ti.com>
---
meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend | 2 ++
1 file changed, 2 insertions(+)

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
index 571261ed..23fb52f0 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
@@ -4,6 +4,8 @@ GLES_EXTRA_DEPS = "libdrm wayland"

PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl ${GLES_EXTRA_DEPS}"

+PACKAGECONFIG += "gif"
+
PR_append = ".arago13"

QT_CONFIG_FLAGS += "-qpa ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', 'eglfs', d)}"
--
2.13.0
Denys Dmytriyenko
2018-12-04 17:06:42 UTC
Permalink
NAK.

PACKAGECONFIG should be set in distro config:
http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-distro/conf/distro/arago.conf;hb=HEAD#l102
Post by Manisha Agrawal
gif file playback is needed by the qtquick based mmwavegesture-hmi demo application.
---
meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
index 571261ed..23fb52f0 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase_%.bbappend
@@ -4,6 +4,8 @@ GLES_EXTRA_DEPS = "libdrm wayland"
PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl ${GLES_EXTRA_DEPS}"
+PACKAGECONFIG += "gif"
+
PR_append = ".arago13"
--
2.13.0
Loading...