From f2d2dfdd262b796205086f871819cebf2611eb0f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 17 Jan 2017 13:31:01 -0800 Subject: zynqmp: Consolidate the QEMU dependencies 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 deletions(-) diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index 72b554cf..3b08248e 100644 --- a/conf/machine/ep108-zynqmp.conf +++ b/conf/machine/ep108-zynqmp.conf @@ -9,10 +9,6 @@ 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 4225fd48..a38ac4ac 100644 --- a/conf/machine/zcu102-zynqmp.conf +++ b/conf/machine/zcu102-zynqmp.conf @@ -10,10 +10,6 @@ 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