On Wed, Apr 12, 2023 at 01:42:41PM -0500, Andrew Davis via lists.yoctoproject.org wrote: > Neither of recipes nor their ABI is all that stable. OpenGL might be > slightly more stable, but that is not what these provide anymore. > Remove these.
This is not what you think it is... :) Actually, Rogue recipes should be added to the list. This is specific to signatures/shared state. The ABI in this case is libgles and libegl (which are stable) and tells bitbake to avoid rebuilding generic apps depending on these packages between platfoms in the same architecture. > Signed-off-by: Andrew Davis <[email protected]> > --- > meta-ti-bsp/conf/layer.conf | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf > index 39e7f9eb..31eb9db8 100644 > --- a/meta-ti-bsp/conf/layer.conf > +++ b/meta-ti-bsp/conf/layer.conf > @@ -18,9 +18,4 @@ LAYERDEPENDS_meta-ti-bsp = " \ > meta-arm \ > " > > -SIGGEN_EXCLUDERECIPES_ABISAFE += " \ > - ti-sgx-ddk-km \ > - ti-sgx-ddk-um \ > -" > - > HOSTTOOLS_NONFATAL += "truncate xxd comm" > -- > 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16383): https://lists.yoctoproject.org/g/meta-ti/message/16383 Mute This Topic: https://lists.yoctoproject.org/mt/98225808/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
