From a0445d7d3faf1ca22d8075c4673b84295670a98e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Jul 2019 06:43:21 +0000 Subject: ti-display-sharing-fw: Do not strip during staging sysroot stage Fixes build with non arm architectures Subprocess output:x86_64-yoe-linux-strip: Unable to recognise the format of the input file `TOPDIR/build/tmpfs/work/qemux86_64-yoe-linux/ti-display-sharing-fw/00.09.00.00-gitAUTOINC+4a86f16df9-r0/sysroot-destdir/lib/firmware/ti-display-sharing-j721e.bin' Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/ti-display-sharing-fw') diff --git a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb index 675b3f2c..db095d90 100644 --- a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb +++ b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb @@ -36,6 +36,8 @@ ALTERNATIVE_PRIORITY = "9" # This is used to prevent the build system to strip the executables INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" + # This is used to prevent the build system to split the debug info in a separate file INHIBIT_PACKAGE_DEBUG_SPLIT = "1" # As it likely to be a different arch from the Yocto build, disable checking by adding "arch" to INSANE_SKIP -- cgit v1.2.3-54-g00ecf