From a29e031c20707148fabbf7b7c4e8fc2e6a2999fe Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 24 Nov 2020 15:02:59 -0600 Subject: [PATCH] vulkan-loader: Add runtime dependency for libvulkan-imx The i.MX GPU package libvulkan-imx is missing at runtime because it is dynamically loaded and has no implicit mechanism for inclusion in the rootfs. Add the package explicitly. Signed-off-by: Tom Hochstein --- recipes-graphics/vulkan/vulkan-loader_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-graphics/vulkan/vulkan-loader_%.bbappend diff --git a/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/recipes-graphics/vulkan/vulkan-loader_%.bbappend new file mode 100644 index 00000000..28e1dc32 --- /dev/null +++ b/recipes-graphics/vulkan/vulkan-loader_%.bbappend @@ -0,0 +1,3 @@ +# The i.MX implementation is dynamically loaded, so it requires an +# explicit runtime dependency. +RRECOMMENDS_${PN}_append_imxgpu = " libvulkan-imx" -- 2.40.1