On Wed, Sep 8, 2021 at 3:01 AM Jan Kiszka <jan.kiszka@siemens.com> wrote:
From: Jan Kiszka <jan.kiszka@siemens.com>

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

Happens on riscv64 as well.

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

--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/44392510-df6d-f212-9a8a-42c6ceae1b36%40siemens.com.