* [rocko][PATCH v1 1/3] packagegroup-*-qte-toolchain-* : Add qtserailport to QT5_DEV
@ 2018-11-30 22:36 Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 2/3] packagegroup-arago-tisdk-qte : Add qt5serialport examples Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig Manisha Agrawal
0 siblings, 2 replies; 4+ messages in thread
From: Manisha Agrawal @ 2018-11-30 22:36 UTC (permalink / raw)
To: meta-arago
Add qtserialport to QT5_DEV group. This is needed by mmwavegesture-hmi
application.
Signed-off-by: Manisha Agrawal <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
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rocko][PATCH v1 2/3] packagegroup-arago-tisdk-qte : Add qt5serialport examples
2018-11-30 22:36 [rocko][PATCH v1 1/3] packagegroup-*-qte-toolchain-* : Add qtserailport to QT5_DEV Manisha Agrawal
@ 2018-11-30 22:36 ` Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig Manisha Agrawal
1 sibling, 0 replies; 4+ messages in thread
From: Manisha Agrawal @ 2018-11-30 22:36 UTC (permalink / raw)
To: meta-arago
qt5serailport build is needed by mmwavegesture-hmi example application.
Signed-off-by: Manisha Agrawal <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
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig
2018-11-30 22:36 [rocko][PATCH v1 1/3] packagegroup-*-qte-toolchain-* : Add qtserailport to QT5_DEV Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 2/3] packagegroup-arago-tisdk-qte : Add qt5serialport examples Manisha Agrawal
@ 2018-11-30 22:36 ` Manisha Agrawal
2018-12-04 17:06 ` Denys Dmytriyenko
1 sibling, 1 reply; 4+ messages in thread
From: Manisha Agrawal @ 2018-11-30 22:36 UTC (permalink / raw)
To: meta-arago
gif file playback is needed by the qtquick based mmwavegesture-hmi demo application.
Signed-off-by: Manisha Agrawal <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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig
2018-11-30 22:36 ` [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig Manisha Agrawal
@ 2018-12-04 17:06 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2018-12-04 17:06 UTC (permalink / raw)
To: Manisha Agrawal; +Cc: meta-arago
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
On Fri, Nov 30, 2018 at 04:36:49PM -0600, Manisha Agrawal wrote:
> gif file playback is needed by the qtquick based mmwavegesture-hmi demo application.
>
> Signed-off-by: Manisha Agrawal <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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-04 17:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-30 22:36 [rocko][PATCH v1 1/3] packagegroup-*-qte-toolchain-* : Add qtserailport to QT5_DEV Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 2/3] packagegroup-arago-tisdk-qte : Add qt5serialport examples Manisha Agrawal
2018-11-30 22:36 ` [rocko][PATCH v1 3/3] qtbase_% : Add gif to the packageconfig Manisha Agrawal
2018-12-04 17:06 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.