diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-07-12 20:19:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-07-19 21:42:09 -0400 |
commit | 1d531400a83e5a3dde4810f64dad535af027bf6b (patch) | |
tree | 2248a038c15995b825b4279deb965bf520d3d3a4 | |
parent | 91490ee0d84bdbe08969dfd472e3767e62b7c79b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-ti/vlib/vlib-c66x.inc | 3 |
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() { | |||
25 | ALLOW_EMPTY_${PN} = "1" | 25 | ALLOW_EMPTY_${PN} = "1" |
26 | FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}" | 26 | FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}" |
27 | 27 | ||
28 | INHIBIT_PACKAGE_STRIP = "1" | ||
29 | INHIBIT_SYSROOT_STRIP = "1" | ||
30 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
28 | INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch" | 31 | INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch" |