diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-05-17 15:31:41 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 15:00:09 -0700 |
| commit | f87ac7bcd63e31d92b05a6bfe8e33c2c8ede1697 (patch) | |
| tree | 835a2c3f8f4b2e9c2b5d30db24a30b099e89c460 /meta-xilinx-bsp | |
| parent | 3e89606e30047df1bab165f1cb0427a5e56f13d8 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-xilinx-bsp/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend | 2 |
2 files changed, 4 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" | |||
| 12 | BBFILES_DYNAMIC += " \ | 12 | BBFILES_DYNAMIC += " \ |
| 13 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ | 13 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bb \ |
| 14 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ | 14 | openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes-*/*/*.bbappend \ |
| 15 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bb \ | ||
| 16 | chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/recipes-*/*/*.bbappend \ | ||
| 15 | " | 17 | " |
| 16 | 18 | ||
| 17 | LAYERDEPENDS_xilinx = "core" | 19 | LAYERDEPENDS_xilinx = "core" |
diff --git a/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend b/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend new file mode 100644 index 00000000..c3f773d6 --- /dev/null +++ b/meta-xilinx-bsp/dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-x11_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # Has a dependency on libmali | ||
| 2 | PACKAGE_ARCH_mali400 = "${SOC_VARIANT_ARCH}" | ||
