]> code.ossystems Code Review - meta-freescale.git/commitdiff
vulkan-loader: Add runtime dependency for libvulkan-imx
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 24 Nov 2020 21:02:59 +0000 (15:02 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 24 Nov 2020 21:27:34 +0000 (18:27 -0300)
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 <tom.hochstein@nxp.com>
recipes-graphics/vulkan/vulkan-loader_%.bbappend [new file with mode: 0644]

diff --git a/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/recipes-graphics/vulkan/vulkan-loader_%.bbappend
new file mode 100644 (file)
index 0000000..28e1dc3
--- /dev/null
@@ -0,0 +1,3 @@
+# The i.MX implementation is dynamically loaded, so it requires an
+# explicit runtime dependency.
+RRECOMMENDS_${PN}_append_imxgpu = " libvulkan-imx"