diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-08 10:57:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-08 01:49:59 -0400 |
commit | 66e481c2d84a07153a55aa79d2f461f0d60ebb58 (patch) | |
tree | 6f00f565a7ee325ef86a7ece273132a4064f9b8d /recipes-ti | |
parent | 565e7335f8411518cd0ef81036622917d160bec0 (diff) | |
download | meta-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.inc | 3 |
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() { | |||
22 | ALLOW_EMPTY_${PN} = "1" | 22 | ALLOW_EMPTY_${PN} = "1" |
23 | FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" | 23 | FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" |
24 | 24 | ||
25 | INHIBIT_PACKAGE_STRIP = "1" | ||
26 | INHIBIT_SYSROOT_STRIP = "1" | ||
27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
25 | INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" | 28 | INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" |