[meta-ti] [PATCH] bios: prevent any stripping of binaries due to different arch/format

Denys Dmytriyenko denis at denix.org
Thu Apr 7 21:57:42 PDT 2016


From: Denys Dmytriyenko <denys at ti.com>

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-ti/bios/ti-sysbios.inc | 3 +++
 1 file changed, 3 insertions(+)

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"
-- 
2.2.0



More information about the meta-ti mailing list