diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-11-24 15:02:59 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-11-24 18:27:34 -0300 |
commit | b573c24cd35828e56cd9b610ada880d4413507c0 (patch) | |
tree | 42c443b9cdb9626637d68b31d7ef6044e3649d65 /recipes-graphics/vulkan | |
parent | d6b89d5c4caca960825596697f8221e6bed6f85d (diff) | |
download | meta-freescale-b573c24cd35828e56cd9b610ada880d4413507c0.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>
Diffstat (limited to 'recipes-graphics/vulkan')
-rw-r--r-- | recipes-graphics/vulkan/vulkan-loader_%.bbappend | 3 |
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. | ||
3 | RRECOMMENDS_${PN}_append_imxgpu = " libvulkan-imx" | ||