From 3ccbcdec0f17ae880cd3b9114e8ba52228f517e1 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 10 Oct 2023 12:23:34 +0200 Subject: [PATCH] packagegroup-qt6-dey: remove qtquick3d-dev This package was inadvertantly pulling in a lot of dependencies into our images that make use of Qt6. Most of these packages consisted of *-dev packages, which are only useful for development with the SDK. Remove this package along with its dependencies to significantly reduce the dey-image-qt rootfs image size. Note that this change was already done in commit 8979331ef8a2a47e2368d33ae58c36f73f937d33, but it was accidentally reverted when upgrading to Qt 6.5 in commit a5c6f2b795467b2cb3d21e73c911638d227e3a3e. Signed-off-by: Gabriel Valcazar (cherry picked from commit 0d6d6d219f4ecdd10b46ef8549f0645bd3f89124) --- .../qt6-layer/recipes-qt/packagegroups/packagegroup-qt6-dey.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/dynamic-layers/qt6-layer/recipes-qt/packagegroups/packagegroup-qt6-dey.bb b/meta-digi-dey/dynamic-layers/qt6-layer/recipes-qt/packagegroups/packagegroup-qt6-dey.bb index a51cd5eb8..54fe9ea18 100644 --- a/meta-digi-dey/dynamic-layers/qt6-layer/recipes-qt/packagegroups/packagegroup-qt6-dey.bb +++ b/meta-digi-dey/dynamic-layers/qt6-layer/recipes-qt/packagegroups/packagegroup-qt6-dey.bb @@ -29,6 +29,6 @@ QT6_IMAGE_INSTALL_EXAMPLES = "qtbase-examples qtdeclarative-examples" QT6_IMAGE_INSTALL_FONTS = "ttf-dejavu-common ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-serif " -QT6_IMAGE_INSTALL_QUICK3D = "qtquick3d qtquick3d-dev qtquick3d-examples" +QT6_IMAGE_INSTALL_QUICK3D = "qtquick3d qtquick3d-examples" # Quick3d does not work on systems without a proper GPU QT6_IMAGE_INSTALL_QUICK3D:ccimx93 = ""