qt5: include Qt sample apps for ccmp15 platform
This commit includes by default several Qt applications to show the graphical capabilities of the CCMP15 platform. https://onedigi.atlassian.net/browse/DEL-8254 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
a90a3b9898
commit
4dbbdcafb1
|
|
@ -26,3 +26,8 @@ RDEPENDS:${PN}:append:imxgpu = " \
|
||||||
qt5nmapper \
|
qt5nmapper \
|
||||||
cinematicexperience-rhi \
|
cinematicexperience-rhi \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN}:append:ccmp15 = " \
|
||||||
|
qt5everywheredemo \
|
||||||
|
cinematicexperience-rhi \
|
||||||
|
"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2018, Digi International Inc.
|
# Copyright (C) 2013-2023, Digi International Inc.
|
||||||
#
|
#
|
||||||
SUMMARY = "QT packagegroup for DEY image"
|
SUMMARY = "QT packagegroup for DEY image"
|
||||||
|
|
||||||
|
|
@ -35,6 +35,8 @@ QT5_RDEPENDS:imxgpu3d = " \
|
||||||
gstreamer1.0-plugins-good-qt \
|
gstreamer1.0-plugins-good-qt \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
QT5_RDEPENDS:ccmp15 = "${QT5_RDEPENDS_common}"
|
||||||
|
|
||||||
# Add packagegroup-qt5-webengine to QT5_RDEPENDS and comment out the line below to install qtwebengine to the rootfs.
|
# Add packagegroup-qt5-webengine to QT5_RDEPENDS and comment out the line below to install qtwebengine to the rootfs.
|
||||||
QT5_RDEPENDS:remove = " packagegroup-qt5-webengine"
|
QT5_RDEPENDS:remove = " packagegroup-qt5-webengine"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue