I'm considering eliminating this file altogether. Below settings disable some important checks and should be applied to specific recipes on a case-by-case basis, only when needed, and not set centrally...
-- Denys On Tue, Jun 13, 2017 at 12:43:05PM -0500, Ivan Pang wrote: > Signed-off-by: Ivan Pang <[email protected]> > --- > recipes-ti/includes/ti-staging.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-ti/includes/ti-staging.inc > b/recipes-ti/includes/ti-staging.inc > index b588805..ae523ce 100644 > --- a/recipes-ti/includes/ti-staging.inc > +++ b/recipes-ti/includes/ti-staging.inc > @@ -1,4 +1,6 @@ > INHIBIT_PACKAGE_STRIP = "1" > +INHIBIT_SYSROOT_STRIP = "1" > +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > > ALLOW_EMPTY_${PN} = "1" > ALLOW_EMPTY_${PN}-dev = "1" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
