summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-30 21:30:28 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-06-03 16:55:31 +1000
commit8aa7f645587d3900f52d3b545543058ce0457e63 (patch)
treebbc735023ac226d78ddde59280865b88c4b17cb0 /recipes-devtools
parentbe24cbc4fe77f943f8f549ef7bc4f795a9a20e75 (diff)
downloadmeta-xilinx-8aa7f645587d3900f52d3b545543058ce0457e63.tar.gz
qemu-xilinx: Set the value of QEMU_TARGETS as opposed to default
Some distro's set the value of QEMU_TARGETS with the '?=' operator, this takes precedence over value being set in qemu-xilinx. This is problematic as this can remove the MicroBlaze or AArch targets that are used. An example of a distro that sets this is poky. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Tested-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-xilinx_2017.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
index f149da06..c0d09621 100644
--- a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
+++ b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
@@ -1,4 +1,4 @@
1QEMU_TARGETS ?= "aarch64 arm microblaze microblazeel" 1QEMU_TARGETS = "aarch64 arm microblaze microblazeel"
2 2
3require recipes-devtools/qemu/qemu.inc 3require recipes-devtools/qemu/qemu.inc
4 4