diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-03 00:05:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-02 14:29:24 -0400 |
commit | 565e7335f8411518cd0ef81036622917d160bec0 (patch) | |
tree | 0ca444ac4742b93ec6e8df8df89aae8c666874d3 /recipes-ti/xdais/ti-xdais.inc | |
parent | 58b9860b511b8d9537c11f374decd32593aacdd6 (diff) | |
download | meta-ti-565e7335f8411518cd0ef81036622917d160bec0.tar.gz |
recipes-ti: prevent any stripping of binaries due to different arch/format
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/xdais/ti-xdais.inc')
-rw-r--r-- | recipes-ti/xdais/ti-xdais.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 | ||
18 | INHIBIT_PACKAGE_STRIP = "1" | ||
19 | INHIBIT_SYSROOT_STRIP = "1" | ||
20 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
18 | INSANE_SKIP_${PN}-dev = "arch" | 21 | INSANE_SKIP_${PN}-dev = "arch" |
19 | 22 | ||
20 | ALLOW_EMPTY_${PN} = "1" | 23 | ALLOW_EMPTY_${PN} = "1" |