Skip to content

Commit

Permalink
- use also aarch64 qemu binfmt misc handler, it got renamed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 4, 2014
1 parent d61f21f commit 0f48dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_kiwi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ run_kiwi()
# create tar.gz of images, in case it makes sense
imagearch=`uname -m`
buildnum=""
if test -n "$RELEASE"; then
if test -n "$RELEASE"; then
buildnum="-Build$RELEASE"
fi
imageout="$imagename.$imagearch-$imageversion"
Expand Down
1 change: 1 addition & 0 deletions qemu-reg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# NOTE: this requires a qemu with the binfmt misc handler binary

:aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-aarch64-binfmt:P
:aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-arm64-binfmt:P
:arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-arm-binfmt:P
:armeb:M::\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-armeb-binfmt:P
Expand Down

0 comments on commit 0f48dd0

Please sign in to comment.