summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-03 00:05:21 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-02 14:29:24 -0400
commit565e7335f8411518cd0ef81036622917d160bec0 (patch)
tree0ca444ac4742b93ec6e8df8df89aae8c666874d3
parent58b9860b511b8d9537c11f374decd32593aacdd6 (diff)
downloadmeta-ti-565e7335f8411518cd0ef81036622917d160bec0.tar.gz
recipes-ti: prevent any stripping of binaries due to different arch/format
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-ccsv6-native_6.1.2.00015.bb3
-rw-r--r--recipes-ti/devtools/ti-xdctools-common.inc3
-rw-r--r--recipes-ti/devtools/ti-xdctools_3.32.00.06.bb2
-rw-r--r--recipes-ti/xdais/ti-xdais.inc3
-rw-r--r--recipes-ti/xdais/ti-xdais_7.24.00.04.bb2
5 files changed, 9 insertions, 4 deletions
diff --git a/recipes-ti/devtools/ti-ccsv6-native_6.1.2.00015.bb b/recipes-ti/devtools/ti-ccsv6-native_6.1.2.00015.bb
index f533c0d0..270169d7 100644
--- a/recipes-ti/devtools/ti-ccsv6-native_6.1.2.00015.bb
+++ b/recipes-ti/devtools/ti-ccsv6-native_6.1.2.00015.bb
@@ -37,6 +37,9 @@ FILES_${PN} += "\
37 ${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} \ 37 ${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} \
38" 38"
39 39
40INHIBIT_PACKAGE_STRIP = "1"
41INHIBIT_SYSROOT_STRIP = "1"
42INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
40INSANE_SKIP_${PN} = "arch libdir ldflags staticdev textrel dev-so" 43INSANE_SKIP_${PN} = "arch libdir ldflags staticdev textrel dev-so"
41 44
42EXCLUDE_FROM_SHLIBS = "1" 45EXCLUDE_FROM_SHLIBS = "1"
diff --git a/recipes-ti/devtools/ti-xdctools-common.inc b/recipes-ti/devtools/ti-xdctools-common.inc
index 2d5f2d72..17166caf 100644
--- a/recipes-ti/devtools/ti-xdctools-common.inc
+++ b/recipes-ti/devtools/ti-xdctools-common.inc
@@ -11,6 +11,9 @@ do_install() {
11 cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} 11 cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE}
12} 12}
13 13
14INHIBIT_PACKAGE_STRIP = "1"
15INHIBIT_SYSROOT_STRIP = "1"
16INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
14INSANE_SKIP_${PN} = "installed-vs-shipped" 17INSANE_SKIP_${PN} = "installed-vs-shipped"
15 18
16# Prevent internal libs from getting picked up 19# Prevent internal libs from getting picked up
diff --git a/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb b/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb
index 6db742af..19bbe5d3 100644
--- a/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb
+++ b/recipes-ti/devtools/ti-xdctools_3.32.00.06.bb
@@ -1,5 +1,3 @@
1INHIBIT_PACKAGE_STRIP = "1"
2
3require recipes-ti/devtools/ti-xdctools-core.inc 1require recipes-ti/devtools/ti-xdctools-core.inc
4 2
5PV = "3_32_00_06" 3PV = "3_32_00_06"
diff --git a/recipes-ti/xdais/ti-xdais.inc b/recipes-ti/xdais/ti-xdais.inc
index a7017e75..a12ad640 100644
--- a/recipes-ti/xdais/ti-xdais.inc
+++ b/recipes-ti/xdais/ti-xdais.inc
@@ -15,6 +15,9 @@ do_install() {
15 cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE} 15 cp -pPrf ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE}
16} 16}
17 17
18INHIBIT_PACKAGE_STRIP = "1"
19INHIBIT_SYSROOT_STRIP = "1"
20INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
18INSANE_SKIP_${PN}-dev = "arch" 21INSANE_SKIP_${PN}-dev = "arch"
19 22
20ALLOW_EMPTY_${PN} = "1" 23ALLOW_EMPTY_${PN} = "1"
diff --git a/recipes-ti/xdais/ti-xdais_7.24.00.04.bb b/recipes-ti/xdais/ti-xdais_7.24.00.04.bb
index 6c819601..8148f73a 100644
--- a/recipes-ti/xdais/ti-xdais_7.24.00.04.bb
+++ b/recipes-ti/xdais/ti-xdais_7.24.00.04.bb
@@ -1,5 +1,3 @@
1INHIBIT_PACKAGE_STRIP = "1"
2
3require ti-xdais.inc 1require ti-xdais.inc
4 2
5PV = "7_24_00_04" 3PV = "7_24_00_04"