From 1d531400a83e5a3dde4810f64dad535af027bf6b Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Tue, 12 Jul 2016 20:19:18 +0000 Subject: [PATCH] vlib-c66x: prevent stripping of binaries due to differnt arch/format Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- 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 2e573470..ed35c7f3 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"