diff options
author | 2015-05-05 14:12:27 +1000 | |
---|---|---|
committer | 2015-05-05 14:12:27 +1000 | |
commit | 43b199df68fe75c15ec5c431c629c79c39dda9ed (patch) | |
tree | ac1440bbae80aa9f6811d02043362540274fe56c | |
parent | 85417b47b1c2b59d43eb265e6a4171daabbc78f5 (diff) | |
download | meta-xilinx-43b199df68fe75c15ec5c431c629c79c39dda9ed.tar.gz meta-xilinx-43b199df68fe75c15ec5c431c629c79c39dda9ed.tar.bz2 meta-xilinx-43b199df68fe75c15ec5c431c629c79c39dda9ed.zip |
qemu: Add 'microblaze' to QEMU_TARGETS for big endian QEMU machines
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-microblaze/qemu/qemu_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-microblaze/qemu/qemu_%.bbappend b/recipes-microblaze/qemu/qemu_%.bbappend index 4c37b1e0..3d3a54fe 100644 --- a/recipes-microblaze/qemu/qemu_%.bbappend +++ b/recipes-microblaze/qemu/qemu_%.bbappend @@ -1,2 +1,2 @@ -QEMU_TARGETS += "microblazeel" +QEMU_TARGETS += "microblazeel microblaze" |