1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +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

View File

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

View File

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

View File

@@ -1,5 +1,3 @@
INHIBIT_PACKAGE_STRIP = "1"
require recipes-ti/devtools/ti-xdctools-core.inc
PV = "3_32_00_06"

View File

@@ -15,6 +15,9 @@ do_install() {
cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE}
}
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN}-dev = "arch"
ALLOW_EMPTY_${PN} = "1"

View File

@@ -1,5 +1,3 @@
INHIBIT_PACKAGE_STRIP = "1"
require ti-xdais.inc
PV = "7_24_00_04"