All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ti-display-sharing-fw: Do not strip during staging sysroot stage
@ 2019-07-13  0:43 Khem Raj
  2019-07-13  0:43 ` [PATCH 2/4] jailhouse: Limit OE architectures to supported ones Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Khem Raj @ 2019-07-13  0:43 UTC (permalink / raw)
  To: meta-ti

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>
---
 recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.22.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-17  1:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-13  0:43 [PATCH 1/4] ti-display-sharing-fw: Do not strip during staging sysroot stage Khem Raj
2019-07-13  0:43 ` [PATCH 2/4] jailhouse: Limit OE architectures to supported ones Khem Raj
2019-07-15 19:52   ` Denys Dmytriyenko
2019-07-13  0:43 ` [PATCH 3/4] jailhouse: Replace tabs with spaces in python code Khem Raj
2019-07-15 20:12   ` Denys Dmytriyenko
2019-07-17  1:27     ` Khem Raj
2019-07-13  0:43 ` [PATCH 4/4] jailhouse: Pin to TI SOCs Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.