diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-13 06:43:21 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-16 12:44:05 +0000 |
commit | a0445d7d3faf1ca22d8075c4673b84295670a98e (patch) | |
tree | 7901f187aeca13a60cc48c49d211f82159e90f18 /recipes-bsp/ti-display-sharing-fw | |
parent | 8a4756278bfae48678560739fc069c00680a569e (diff) | |
download | meta-ti-a0445d7d3faf1ca22d8075c4673b84295670a98e.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/ti-display-sharing-fw')
-rw-r--r-- | recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
36 | 36 | ||
37 | # This is used to prevent the build system to strip the executables | 37 | # This is used to prevent the build system to strip the executables |
38 | INHIBIT_PACKAGE_STRIP = "1" | 38 | INHIBIT_PACKAGE_STRIP = "1" |
39 | INHIBIT_SYSROOT_STRIP = "1" | ||
40 | |||
39 | # This is used to prevent the build system to split the debug info in a separate file | 41 | # This is used to prevent the build system to split the debug info in a separate file |
40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 42 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
41 | # As it likely to be a different arch from the Yocto build, disable checking by adding "arch" to INSANE_SKIP | 43 | # As it likely to be a different arch from the Yocto build, disable checking by adding "arch" to INSANE_SKIP |