1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-30 07:20:53 +00:00

recipes-ti: prevent any stripping of binaries due to different arch/format

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2016-04-03 00:05:21 +00:00
parent 58b9860b51
commit 565e7335f8
5 changed files with 9 additions and 4 deletions
@@ -37,6 +37,9 @@ FILES_${PN} += "\
${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} \
"
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN} = "arch libdir ldflags staticdev textrel dev-so"
EXCLUDE_FROM_SHLIBS = "1"
@@ -11,6 +11,9 @@ do_install() {
cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
}
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN} = "installed-vs-shipped"
# Prevent internal libs from getting picked up
@@ -1,5 +1,3 @@
INHIBIT_PACKAGE_STRIP = "1"
require recipes-ti/devtools/ti-xdctools-core.inc
PV = "3_32_00_06"