From fd685adf83a998513a3a46ec72abf792c1a194bb Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Mon, 3 Oct 2016 10:46:51 -0700 Subject: zynqmp: Update the machines to take advantage of Xilinx's QEMU Now that their is a .bb for Xilinx's QEMU and QEMU device trees we can update the machines to ensure this is built where applicable. Signed-off-by: Alistair Francis Signed-off-by: Nathan Rossi --- conf/machine/ep108-zynqmp.conf | 4 ++++ conf/machine/zcu102-zynqmp.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index 3b08248e..72b554cf 100644 --- a/conf/machine/ep108-zynqmp.conf +++ b/conf/machine/ep108-zynqmp.conf @@ -9,6 +9,10 @@ require conf/machine/include/machine-xilinx-qemu.inc MACHINE_FEATURES = "" +# This machine has a qemu machine model +EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" +EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees" + SERIAL_CONSOLE = "115200 ttyPS0" KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf index a38ac4ac..4225fd48 100644 --- a/conf/machine/zcu102-zynqmp.conf +++ b/conf/machine/zcu102-zynqmp.conf @@ -10,6 +10,10 @@ require conf/machine/include/machine-xilinx-qemu.inc MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali" +# This machine has a qemu machine model +EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" +EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees" + UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" SERIAL_CONSOLE = "115200 ttyPS0" -- cgit v1.2.3-54-g00ecf