From 63eebccdd5a393fbd323059522a88ce433a1fd27 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 29 Apr 2021 20:02:40 +0200 Subject: [PATCH] qt5: remove vulkan package config for mx8mm platform vulkan has a dependency of vulkan-headers package that is not available for the mx8mm platforms. https://jira.digi.com/browse/DEL-7508 Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend | 2 ++ meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend index 93ee4f5b7..38179d4d9 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend @@ -16,6 +16,8 @@ SRC_URI_append_imxgpu3d = " \ 'file://0016-Configure-eglfs-with-egl-pkg-config.patch', d)} \ " +PACKAGECONFIG_DEFAULT_remove_mx8mm = "vulkan" + PACKAGECONFIG += "examples" PACKAGECONFIG_PLATFORM_IMX_GPU = "" diff --git a/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend index adecdb8f2..b7d0c87cb 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend @@ -8,6 +8,8 @@ PACKAGECONFIG_remove_mx6sl = "wayland-egl" PACKAGECONFIG_remove_mx7 = "xcomposite-egl xcomposite-glx" PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" +PACKAGECONFIG_remove_mx8mm = "wayland-vulkan-server-buffer" + do_install_append() { if ls ${D}${libdir}/pkgconfig/Qt5*.pc >/dev/null 2>&1; then sed -i 's,-L${STAGING_DIR_HOST}/usr/lib,,' ${D}${libdir}/pkgconfig/Qt5*.pc