1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

bios: 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-08 10:57:42 +00:00
parent 565e7335f8
commit 66e481c2d8

View File

@@ -22,4 +22,7 @@ do_install() {
ALLOW_EMPTY_${PN} = "1"
FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}"
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INSANE_SKIP_${PN}-dev = "arch ldflags staticdev"