From: Tom Hochstein Date: Tue, 24 Nov 2020 21:02:59 +0000 (-0600) Subject: vulkan-loader: Add runtime dependency for libvulkan-imx X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a29e031c20707148fabbf7b7c4e8fc2e6a2999fe;p=meta-freescale.git 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 --- 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"