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:
Arturo Buzarra 2023-02-09 16:16:28 +01:00
parent a90a3b9898
commit 4dbbdcafb1
2 changed files with 8 additions and 1 deletions

View File

@ -26,3 +26,8 @@ RDEPENDS:${PN}:append:imxgpu = " \
qt5nmapper \
cinematicexperience-rhi \
"
RDEPENDS:${PN}:append:ccmp15 = " \
qt5everywheredemo \
cinematicexperience-rhi \
"

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2013-2018, Digi International Inc.
# Copyright (C) 2013-2023, Digi International Inc.
#
SUMMARY = "QT packagegroup for DEY image"
@ -35,6 +35,8 @@ QT5_RDEPENDS:imxgpu3d = " \
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.
QT5_RDEPENDS:remove = " packagegroup-qt5-webengine"