diff options
| author | Alistair Francis <alistair.francis@xilinx.com> | 2016-10-03 10:46:51 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-11 22:36:30 +1000 |
| commit | fd685adf83a998513a3a46ec72abf792c1a194bb (patch) | |
| tree | 94776b9d963fe7f42646733e38eb02cfd7d470cc | |
| parent | 8e5558cd1d0a1722dae3ad813363a955819e5042 (diff) | |
| download | meta-xilinx-fd685adf83a998513a3a46ec72abf792c1a194bb.tar.gz | |
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 <alistair.francis@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | conf/machine/ep108-zynqmp.conf | 4 | ||||
| -rw-r--r-- | conf/machine/zcu102-zynqmp.conf | 4 |
2 files changed, 8 insertions, 0 deletions
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 | |||
| 9 | 9 | ||
| 10 | MACHINE_FEATURES = "" | 10 | MACHINE_FEATURES = "" |
| 11 | 11 | ||
| 12 | # This machine has a qemu machine model | ||
| 13 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | ||
| 14 | EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees" | ||
| 15 | |||
| 12 | SERIAL_CONSOLE = "115200 ttyPS0" | 16 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 13 | 17 | ||
| 14 | KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb" | 18 | 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 | |||
| 10 | 10 | ||
| 11 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali" | 11 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali" |
| 12 | 12 | ||
| 13 | # This machine has a qemu machine model | ||
| 14 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | ||
| 15 | EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees" | ||
| 16 | |||
| 13 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" | 17 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" |
| 14 | 18 | ||
| 15 | SERIAL_CONSOLE = "115200 ttyPS0" | 19 | SERIAL_CONSOLE = "115200 ttyPS0" |
