From 09a77107e7e5b407999830143505708c6b9bddc3 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 25 Aug 2016 07:41:02 -0700 Subject: qemumips/qemumips64.conf: set vars for runqemu Add qemuboot-mips.inc to reduce duplicated code, the various mips bsps which can be boot by runqemu can require qemuboot-mips.inc (From OE-Core rev: cb28128477e98ed7dc7a90dd197f6dd04cf75be0) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/conf/machine/include/qemuboot-mips.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta/conf/machine/include/qemuboot-mips.inc (limited to 'meta/conf/machine/include/qemuboot-mips.inc') diff --git a/meta/conf/machine/include/qemuboot-mips.inc b/meta/conf/machine/include/qemuboot-mips.inc new file mode 100644 index 0000000000..0f04b81443 --- /dev/null +++ b/meta/conf/machine/include/qemuboot-mips.inc @@ -0,0 +1,7 @@ +# For runqemu +IMAGE_CLASSES += "qemuboot" +QB_MEM = "-m 256" +QB_MACHINE = "-machine malta" +QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" +QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet" +QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}" -- cgit v1.2.3-54-g00ecf