platforms/rootfs-base: install qemu-aarch64 static binary
This commit is contained in:
parent
37f92902a5
commit
391132ed43
@ -0,0 +1,4 @@
|
||||
# aarch64: install qemu static binary to allow emulated run from x86_64
|
||||
if [ "$ARCH" = "aarch64" ]; then
|
||||
cp /usr/bin/qemu-aarch64.static $MOUNTDIR/usr/bin/qemu-aarch64
|
||||
fi
|
Loading…
Reference in New Issue
Block a user