summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-07-12 20:19:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-07-19 21:42:09 -0400
commit1d531400a83e5a3dde4810f64dad535af027bf6b (patch)
tree2248a038c15995b825b4279deb965bf520d3d3a4 /recipes-ti
parent91490ee0d84bdbe08969dfd472e3767e62b7c79b (diff)
downloadmeta-ti-1d531400a83e5a3dde4810f64dad535af027bf6b.tar.gz
vlib-c66x: prevent stripping of binaries due to differnt arch/format
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/vlib/vlib-c66x.inc3
1 files changed, 3 insertions, 0 deletions
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() {
25ALLOW_EMPTY_${PN} = "1" 25ALLOW_EMPTY_${PN} = "1"
26FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}" 26FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}"
27 27
28INHIBIT_PACKAGE_STRIP = "1"
29INHIBIT_SYSROOT_STRIP = "1"
30INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
28INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch" 31INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch"