diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-08-14 17:55:49 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:48 +0100 |
commit | d5b73274924b33c90e992a6bc6bbb0a51e285b27 (patch) | |
tree | 63ff0b1a9f6df16d6ef384bfed3856158b8818d7 /meta | |
parent | 0670cecb5bec5f09568d022bd87980e47b854f8d (diff) | |
download | poky-d5b73274924b33c90e992a6bc6bbb0a51e285b27.tar.gz |
qemu: enable aarch64 support
qemu 2.1.0 support aarch64 targets, so add aarch64 to QEMU_TARGETS to
enable qemu aarch64 support.
[YOCTO #6487]
(From OE-Core rev: 2ff11438b763ddebfd798ccfe93d0d981d596202)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-targets.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/meta/recipes-devtools/qemu/qemu-targets.inc index 5a60bfda82..9f009bf888 100644 --- a/meta/recipes-devtools/qemu/qemu-targets.inc +++ b/meta/recipes-devtools/qemu/qemu-targets.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # possible arch values are arm mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 | 1 | # possible arch values are arm aarch64 mips mipsel mips64 mips64el ppc ppc64 ppc64abi32 |
2 | # ppcemb armeb alpha sparc32plus i386 x86_64 cris m68k microblaze sparc sparc32 | 2 | # ppcemb armeb alpha sparc32plus i386 x86_64 cris m68k microblaze sparc sparc32 |
3 | # sparc32plus | 3 | # sparc32plus |
4 | 4 | ||
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 2c4991494d..5401dd2ec2 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -10,7 +10,7 @@ inherit autotools-brokensep | |||
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | # QEMU_TARGETS is overridable variable | 12 | # QEMU_TARGETS is overridable variable |
13 | QEMU_TARGETS ?= "arm i386 mips mipsel mips64 mips64el ppc sh4 x86_64" | 13 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64" |
14 | 14 | ||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | file://powerpc_rom.bin \ | 16 | file://powerpc_rom.bin \ |