[meta-ti] Denys Dmytriyenko : bios: prevent any stripping of binaries due to different arch/format
Arago Project git
git at arago-project.org
Thu Apr 7 22:50:13 PDT 2016
Module: meta-ti
Branch: master
Commit: 66e481c2d84a07153a55aa79d2f461f0d60ebb58
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=66e481c2d84a07153a55aa79d2f461f0d60ebb58
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Apr 8 10:57:42 2016 +0000
bios: prevent any stripping of binaries due to different arch/format
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 c44fec3..408be78 100644
--- a/recipes-ti/bios/ti-sysbios.inc
+++ b/recipes-ti/bios/ti-sysbios.inc
@@ -22,4 +22,7 @@ do_install() {
ALLOW_EMPTY_${PN} = "1"
FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
+INHIBIT_PACKAGE_STRIP = "1"
+INHIBIT_SYSROOT_STRIP = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"
More information about the meta-ti
mailing list