From ed83a43c6a76875ee5f0388b3b60a28f2a373a10 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 6 Feb 2018 08:14:51 +0000 Subject: [PATCH] ti-cg-xml: inhibit all stripping Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cg-xml_2.41.00.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb index a0387b7b..d3c3ffe2 100644 --- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb +++ b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb @@ -34,4 +34,8 @@ FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" INSANE_SKIP_${PN} = "arch ldflags" +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + BBCLASSEXTEND = "native nativesdk"