diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-25 07:41:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:07:31 +0100 |
commit | 09a77107e7e5b407999830143505708c6b9bddc3 (patch) | |
tree | a83695c28e003a71df85f1e5a58f52970efc2539 /meta/conf/machine/include/qemuboot-mips.inc | |
parent | 64da0d77991c3bdd98a64060a338a4a2aac9551e (diff) | |
download | poky-09a77107e7e5b407999830143505708c6b9bddc3.tar.gz |
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 <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/qemuboot-mips.inc')
-rw-r--r-- | meta/conf/machine/include/qemuboot-mips.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | # For runqemu | ||
2 | IMAGE_CLASSES += "qemuboot" | ||
3 | QB_MEM = "-m 256" | ||
4 | QB_MACHINE = "-machine malta" | ||
5 | QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" | ||
6 | QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet" | ||
7 | QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}" | ||