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

Arago Project git git at arago-project.org
Tue Jul 19 18:42:25 PDT 2016


Module: meta-ti
Branch: krogoth
Commit: 730d197144ed18c75dcf85f8f8ba2953ea30bc5c
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=730d197144ed18c75dcf85f8f8ba2953ea30bc5c

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Tue Jul 12 20:19:18 2016 +0000

vlib-c66x: prevent stripping of binaries due to differnt arch/format

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

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



More information about the meta-ti mailing list