diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2017-06-03 16:49:04 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-06-03 16:59:03 +1000 |
| commit | a8659ca0967e6789930bff776d98d67c5a297f84 (patch) | |
| tree | 8b13de464f6519cc54b1a3af7c43395bdb577195 /conf | |
| parent | e2acbfafc44d7b4a753ae74a5bb928d6ae878e00 (diff) | |
| download | meta-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.conf | 1 |
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" | |||
| 20 | EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" | 20 | EXTRA_IMAGEDEPENDS += "arm-trusted-firmware" |
| 21 | 21 | ||
| 22 | # This machine has a QEMU model, runqemu setup: | 22 | # This machine has a QEMU model, runqemu setup: |
| 23 | IMAGE_CLASSES += "qemuboot" | ||
| 23 | QB_MACHINE = "-machine xlnx-ep108" | 24 | QB_MACHINE = "-machine xlnx-ep108" |
| 24 | QB_MEM = "-m 2048" | 25 | QB_MEM = "-m 2048" |
| 25 | QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" | 26 | QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" |
