summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-06-03 16:49:04 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-06-03 16:59:03 +1000
commita8659ca0967e6789930bff776d98d67c5a297f84 (patch)
tree8b13de464f6519cc54b1a3af7c43395bdb577195 /conf
parente2acbfafc44d7b4a753ae74a5bb928d6ae878e00 (diff)
downloadmeta-xilinx-a8659ca0967e6789930bff776d98d67c5a297f84.tar.gz
ep108-zynqmp: Re-enable 'qemuboot' image class
Re-enable the 'qemuboot' image class which is used to generate qemuboot.conf for the ep108-zynqmp machine. This used to be set by machine-xilinx-qemu.inc but as of the 'qemuboot-xilinx.bbclass: Rework qemu-xilinx setup' commit is no longer set by default. The same commit setup other machines to use the 'qemuboot' image class directly but skipped this machine. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ep108-zynqmp.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index a15ef669..dfbaf931 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -20,6 +20,7 @@ UBOOT_ENTRYPOINT = "0x80000"
20EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" 20EXTRA_IMAGEDEPENDS += "arm-trusted-firmware"
21 21
22# This machine has a QEMU model, runqemu setup: 22# This machine has a QEMU model, runqemu setup:
23IMAGE_CLASSES += "qemuboot"
23QB_MACHINE = "-machine xlnx-ep108" 24QB_MACHINE = "-machine xlnx-ep108"
24QB_MEM = "-m 2048" 25QB_MEM = "-m 2048"
25QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" 26QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null"