summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-02-06 08:14:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-02-07 17:59:57 -0500
commited83a43c6a76875ee5f0388b3b60a28f2a373a10 (patch)
tree1cf9cf1117331c054515b0da81249f9c726c4f1d
parentbbe3b476396fa1bb9a8d2c954212a3e36f7dd7d6 (diff)
downloadmeta-ti-ed83a43c6a76875ee5f0388b3b60a28f2a373a10.tar.gz
ti-cg-xml: inhibit all stripping
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cg-xml_2.41.00.bb4
1 files changed, 4 insertions, 0 deletions
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}"
34 34
35INSANE_SKIP_${PN} = "arch ldflags" 35INSANE_SKIP_${PN} = "arch ldflags"
36 36
37INHIBIT_PACKAGE_STRIP = "1"
38INHIBIT_SYSROOT_STRIP = "1"
39INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
40
37BBCLASSEXTEND = "native nativesdk" 41BBCLASSEXTEND = "native nativesdk"