On Thu, Jul 06, 2017 at 05:26:54PM +0000, Radhakrishnan, Mahesh wrote: > The board module failed without this patch. > So, the references to ti-staging.inc needs to be removed from ALL the recipes?
In many existing cases including this file is not even required at all! I started cleaning this up recently: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty&id=7b51cf71bf4c51cc0aeff42c2d8a8522e37828ce http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty&id=71f6beaa00039bf3add48fe0b42e100b01d81e45 http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty&id=d3d5c5c5130ca2ac61e81dd39ccba8fe87e05a1c http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty&id=f2cd25abd2f5912069f907d9ab7385be3935258b http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty&id=d4e2ecba1a8c9445b31c9b68aeb5a6ca1ccc9580 In some cases that do need to set INHIBIT vars, those should be set in corresponding recipes on a case-by-case basis, i.e. not in bulk! -- Denys > -----Original Message----- > From: Pang, Ivan > Sent: Thursday, July 06, 2017 1:08 PM > To: Radhakrishnan, Mahesh; [email protected] > Subject: RE: [meta-ti] [PATCH] ti-staging: Inhibiting sysroot strip & package > debug split > > We had a previous discussion on this ti-staging.inc file and the conclusion > is that removing this file is the better way going forward. > Are there specific recipes that needed this patch? > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Radhakrishnan, Mahesh > Sent: Thursday, July 06, 2017 11:06 AM > To: [email protected] > Subject: [meta-ti] [PATCH] ti-staging: Inhibiting sysroot strip & package > debug split > > Signed-off-by: Mahesh Radhakrishnan <[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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
