[meta-ti] [PATCH] vlib-c66x: prevent stripping of binaries due to differnt arch/format

Jacob Stiffler j-stiffler at ti.com
Tue Jul 12 07:19:18 PDT 2016


Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-ti/vlib/vlib-c66x.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
index 2e57347..ed35c7f 100644
--- a/recipes-ti/vlib/vlib-c66x.inc
+++ b/recipes-ti/vlib/vlib-c66x.inc
@@ -25,4 +25,7 @@ do_install() {
 ALLOW_EMPTY_${PN} = "1"
 FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}"
 
+INHIBIT_PACKAGE_STRIP = "1"
+INHIBIT_SYSROOT_STRIP = "1"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch"
-- 
2.7.4



More information about the meta-ti mailing list