summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-08 10:57:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-08 01:49:59 -0400
commit66e481c2d84a07153a55aa79d2f461f0d60ebb58 (patch)
tree6f00f565a7ee325ef86a7ece273132a4064f9b8d /recipes-ti
parent565e7335f8411518cd0ef81036622917d160bec0 (diff)
downloadmeta-ti-66e481c2d84a07153a55aa79d2f461f0d60ebb58.tar.gz
bios: prevent any stripping of binaries due to different arch/format
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/bios/ti-sysbios.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
index c44fec32..408be783 100644
--- a/recipes-ti/bios/ti-sysbios.inc
+++ b/recipes-ti/bios/ti-sysbios.inc
@@ -22,4 +22,7 @@ do_install() {
22ALLOW_EMPTY_${PN} = "1" 22ALLOW_EMPTY_${PN} = "1"
23FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" 23FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
24 24
25INHIBIT_PACKAGE_STRIP = "1"
26INHIBIT_SYSROOT_STRIP = "1"
27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
25INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" 28INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"