public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] u-boot: Exclude libubootenv.a from dh_strip
@ 2021-09-08 10:01 Jan Kiszka
  2021-09-08 15:59 ` Tim Orling
  2021-09-17  8:52 ` Anton Mikanovich
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2021-09-08 10:01 UTC (permalink / raw)
  To: isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

With latest U-Boot (2021.10-rcX), this breaks on aarch64 at least with

aarch64-linux-gnu-strip: debian/u-boot-iot2050-dev/usr/lib/libubootenv.a:
sorry: copying thin archives is not currently supported: invalid operation

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/recipes-bsp/u-boot/files/debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-bsp/u-boot/files/debian/rules b/meta/recipes-bsp/u-boot/files/debian/rules
index a5c2cd2..3d66762 100755
--- a/meta/recipes-bsp/u-boot/files/debian/rules
+++ b/meta/recipes-bsp/u-boot/files/debian/rules
@@ -27,5 +27,8 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 
+override_dh_strip:
+	dh_strip -X libubootenv.a
+
 %:
 	dh $@ --parallel
-- 
2.31.1

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

end of thread, other threads:[~2021-09-17  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 10:01 [PATCH] u-boot: Exclude libubootenv.a from dh_strip Jan Kiszka
2021-09-08 15:59 ` Tim Orling
2021-09-17  8:52 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox