[meta-xilinx] [PATCH 3/5] qemu-xilinx: Set the value of QEMU_TARGETS as opposed to default
Nathan Rossi
nathan at nathanrossi.com
Wed May 24 08:47:54 PDT 2017
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 at nathanrossi.com>
---
recipes-devtools/qemu/qemu-xilinx_2017.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
index f149da06c3..c0d096213e 100644
--- a/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
+++ b/recipes-devtools/qemu/qemu-xilinx_2017.1.bb
@@ -1,4 +1,4 @@
-QEMU_TARGETS ?= "aarch64 arm microblaze microblazeel"
+QEMU_TARGETS = "aarch64 arm microblaze microblazeel"
require recipes-devtools/qemu/qemu.inc
--
2.11.0
More information about the meta-xilinx
mailing list