Workaround for Qemu aarch64 abuild-tar bug
Created by: ollieparanoid
Qemu has a bug in aarch64 emulation, that causes abuild-tar
to omit files from the archives it generates in some cases (#546 (closed)). This workaround copies the builds a patched abuild-tar
binary from the native chroot into the buildroot_aarch64 and installs a wrapper to use it. That way we bypass emulation and it works as expected again.abuild-tar
, which avoids the bug.