summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-05-17 15:31:41 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 15:00:09 -0700
commitf87ac7bcd63e31d92b05a6bfe8e33c2c8ede1697 (patch)
tree835a2c3f8f4b2e9c2b5d30db24a30b099e89c460 /meta-xilinx-bsp/conf/layer.conf
parent3e89606e30047df1bab165f1cb0427a5e56f13d8 (diff)
downloadmeta-xilinx-f87ac7bcd63e31d92b05a6bfe8e33c2c8ede1697.tar.gz
chromium-x11: Fix libmali package on zynqmp eg/ev
Issue: CR-1099895 libmali provides replacement items for standard mesa libraries. Mali also sets the soname to libMali.so, even when the requester is looking for a library like libgbm. This introduces an internal, unstated, dependency on the provider of the mesa components. Since this dependency change comes in from mali400, we need to change the PACKAGE_ARCH in these few cases to match. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/layer.conf')
-rw-r--r--meta-xilinx-bsp/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/layer.conf b/meta-xilinx-bsp/conf/layer.conf
index 12e14cd3..4c3e96c3 100644
--- a/meta-xilinx-bsp/conf/layer.conf
+++ b/meta-xilinx-bsp/conf/layer.conf
@@ -12,6 +12,8 @@ BBFILE_PRIORITY_xilinx = "5"
12BBFILES_DYNAMIC += " \ 12BBFILES_DYNAMIC += " \
13openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ 13openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \
14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ 14openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \
15chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \
16chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \
15" 17"
16 18
17LAYERDEPENDS_xilinx = "core" 19LAYERDEPENDS_xilinx = "core"