From a8659ca0967e6789930bff776d98d67c5a297f84 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Sat, 3 Jun 2017 16:49:04 +1000 Subject: 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 --- conf/machine/ep108-zynqmp.conf | 1 + 1 file changed, 1 insertion(+) 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" EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" # This machine has a QEMU model, runqemu setup: +IMAGE_CLASSES += "qemuboot" QB_MACHINE = "-machine xlnx-ep108" QB_MEM = "-m 2048" QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" -- cgit v1.2.3-54-g00ecf