summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-11-24 15:02:59 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-13 01:08:21 -0300
commita29e031c20707148fabbf7b7c4e8fc2e6a2999fe (patch)
tree2be83f698e826a766edda6be12c2f518ec93f3bf
parentcf19695488ae6bd5a56c13bee07050ef09589cf7 (diff)
downloadmeta-freescale-a29e031c20707148fabbf7b7c4e8fc2e6a2999fe.tar.gz
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 <tom.hochstein@nxp.com>
-rw-r--r--recipes-graphics/vulkan/vulkan-loader_%.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1# The i.MX implementation is dynamically loaded, so it requires an
2# explicit runtime dependency.
3RRECOMMENDS_${PN}_append_imxgpu = " libvulkan-imx"