The board module failed without this patch. So, the references to ti-staging.inc needs to be removed from ALL the recipes?
-----Original Message----- From: Pang, Ivan Sent: Thursday, July 06, 2017 1:08 PM To: Radhakrishnan, Mahesh; meta-ti@yoctoproject.org 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: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Radhakrishnan, Mahesh Sent: Thursday, July 06, 2017 11:06 AM To: meta-ti@yoctoproject.org Subject: [meta-ti] [PATCH] ti-staging: Inhibiting sysroot strip & package debug split Signed-off-by: Mahesh Radhakrishnan <m-radhakrishn...@ti.com> --- 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 meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti