packagegroup-qt6-dey: don't install examples in ccmp15-dvk images
When building DEY 5.0 ccmp15-dvk images with Qt6 instead of Qt5, the rootfs image is too big for the default settings (512 MiB, dualboot enabled). Make room by removing the *-examples Qt6 packages, which are over 30 MiB in total. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
d4e1917f1c
commit
b9bf87d8f1
|
|
@ -27,9 +27,13 @@ QT6_IMAGE_INSTALL_CINEMATICEXPERIENCE:ccmp15 = "cinematicexperience-rhi cinemati
|
|||
QT6_IMAGE_INSTALL_CINEMATICEXPERIENCE:ccmp25 = "cinematicexperience-rhi cinematicexperience-rhi-tools"
|
||||
|
||||
QT6_IMAGE_INSTALL_EXAMPLES = "qtbase-examples qtdeclarative-examples"
|
||||
# Make room in ccmp15-dvk Qt6 images by removing examples
|
||||
QT6_IMAGE_INSTALL_EXAMPLES:ccmp15 = ""
|
||||
|
||||
QT6_IMAGE_INSTALL_FONTS = "ttf-dejavu-common ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-serif "
|
||||
|
||||
QT6_IMAGE_INSTALL_QUICK3D = "qtquick3d qtquick3d-examples"
|
||||
# Quick3d does not work on systems without a proper GPU
|
||||
QT6_IMAGE_INSTALL_QUICK3D:ccimx93 = ""
|
||||
# Make room in ccmp15-dvk Qt6 images by removing examples
|
||||
QT6_IMAGE_INSTALL_QUICK3D:ccmp15 = "qtquick3d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue