From: Jan Kiszka <
jan.k...@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.k...@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