On Thu, Jul 28, 2016 at 7:26 AM, Alistair Francis <[email protected]> wrote: > Signed-off-by: Alistair Francis <[email protected]> > --- > conf/machine/include/machine-xilinx-default.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/conf/machine/include/machine-xilinx-default.inc > b/conf/machine/include/machine-xilinx-default.inc > index 02fa077..4ea68fd 100644 > --- a/conf/machine/include/machine-xilinx-default.inc > +++ b/conf/machine/include/machine-xilinx-default.inc > @@ -38,3 +38,5 @@ UBOOT_ELF_aarch64 ?= "u-boot.elf" > # kernel modules for ZynqMP > MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append_zynqmp = " > kernel-module-mali-modules" > > +PREFERRED_VERSION_qemu-native = "2.2.5"
I am not sure if this approach will work as expected due to some other parts of Yocto depending on QEMU in different ways. For example the "qemu-usermode" distro flag and the corresponding linux-user execution of tasks might break? Also putting this in machine-xilinx-default will make qemuzynq/qemumicroblaze* use the Xilinx qemu, which are not supported by the recipe you provide for qemu (need the arm/mb archs). Regards, Nathan > + > -- > 2.7.4 > -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
