diff mbox series

[master/kirkstone,v3,5/6] meta-ti-bsp: Remove SGX driver from SIGGEN_EXCLUDERECIPES_ABISAFE

Message ID 20230418200159.300972-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series None | expand

Commit Message

Denys Dmytriyenko April 18, 2023, 8:01 p.m. UTC
From: Andrew Davis <afd@ti.com>

Neither of recipes nor their ABI is all that stable. OpenGL might be
slightly more stable, but that is not what these provide anymore.
The variable helps with re-use of generic packages down the dependency
tree, when they depend on a machine-specific package. SGX UM used to
provide different standard OpenGL ABIs (EGL, GLES, GBM) and hence was
listed here. Now those ABIs are provided by Mesa, so SGX is removed.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
v3 - expand commit message about SIGGEN_EXCLUDERECIPES_ABISAFE use

 meta-ti-bsp/conf/layer.conf | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 39e7f9eb..948db4f9 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -19,8 +19,6 @@  LAYERDEPENDS_meta-ti-bsp = " \
 "
 
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
-    ti-sgx-ddk-km \
-    ti-sgx-ddk-um \
 "
 
 HOSTTOOLS_NONFATAL += "truncate xxd comm"