qt6: add preliminary support for mp1 platforms
Make sure all packagegroups and examples needed for Qt6 support are accesible to both NXP and STM-based platforms. https://onedigi.atlassian.net/browse/DEL-8655 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
00c87360ad
commit
3641b93750
|
|
@ -0,0 +1 @@
|
|||
PACKAGECONFIG:append:class-target = " examples"
|
||||
|
|
@ -0,0 +1 @@
|
|||
PACKAGECONFIG:append:class-target = " examples"
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
|
@ -25,3 +25,7 @@ RDEPENDS:${PN}:append:ccimx93 = " \
|
|||
RDEPENDS:${PN}:append:imxgpu3d = " \
|
||||
qt3d-examples \
|
||||
"
|
||||
RDEPENDS:${PN}:append:ccmp15 = " \
|
||||
cinematicexperience-rhi \
|
||||
cinematicexperience-rhi-tools \
|
||||
"
|
||||
|
|
@ -36,6 +36,11 @@ QT6_IMAGE_INSTALL:imxpxp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','${QT6
|
|||
QT6_IMAGE_INSTALL:imxgpu3d = " \
|
||||
${QT6_IMAGE_INSTALL_common} \
|
||||
"
|
||||
|
||||
QT6_IMAGE_INSTALL:ccmp15 = " \
|
||||
${QT6_IMAGE_INSTALL_common} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${QT6_IMAGE_INSTALL} \
|
||||
"
|
||||
Loading…
Reference in New Issue