summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-04-18 20:02:17 +0000
committerRyan Eatmon <reatmon@ti.com>2023-04-18 15:20:26 -0500
commita0b95a39bf7500400a8b21f5aaefc36bbea50b22 (patch)
tree853fa52304e7265332329b6f16c3347b53daebb0
parent5bdcd9aa845e0c35a511bb5ebe9bdee96dca2e29 (diff)
downloadmeta-ti-a0b95a39bf7500400a8b21f5aaefc36bbea50b22.tar.gz
meta-ti-bsp: add mesa to SIGGEN_EXCLUDERECIPES_ABISAFE list
For TI platforms with SGX and Rogue graphics we patch upstream Mesa with PVR support and conditionally enable features based on virtual/gpudriver preference. This makes Mesa package platform-specific and it contains the corresponding PACKAGE_ARCH = "${MACHINE_ARCH}" line. In order to get greater re-use from generic non-machine-speciofic packages down the dependency chain, such as Wayland, Weston, Qt5 modules, etc. we need to mark mesa recipe as still providing stable OpenGL ABIs, such as EGL, GLES, GBM, etc. - add it to SIGGEN_EXCLUDERECIPES_ABISAFE list. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Reviewed-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 948db4f9..e9b7f92c 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -19,6 +19,7 @@ LAYERDEPENDS_meta-ti-bsp = " \
19" 19"
20 20
21SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 21SIGGEN_EXCLUDERECIPES_ABISAFE += " \
22 mesa \
22" 23"
23 24
24HOSTTOOLS_NONFATAL += "truncate xxd comm" 25HOSTTOOLS_NONFATAL += "truncate xxd comm"