summaryrefslogtreecommitdiffstats
path: root/conf/machine/qemumicroblaze.conf
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-08-18 18:12:35 -0700
committerNathan Rossi <nathan@nathanrossi.com>2016-09-28 23:16:11 +1000
commitb40710ac4d6e5df03502d7ba2e621f878cf1eca4 (patch)
treea6c9b88cf7fb9c8466c6bed81ccf619f996013b7 /conf/machine/qemumicroblaze.conf
parentc52a435a45eae4e13e1c6a5a43039e84f0d3bbba (diff)
downloadmeta-xilinx-b40710ac4d6e5df03502d7ba2e621f878cf1eca4.tar.gz
conf/machine: update for new runqemu
The new runqemu has removed machine knowledge, these info can set in bsp's conf file, please see oe-core's meta/classes/qemuboot.bbclass for more info. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/qemumicroblaze.conf')
-rw-r--r--conf/machine/qemumicroblaze.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf
index 9de93c8c..d3708dd1 100644
--- a/conf/machine/qemumicroblaze.conf
+++ b/conf/machine/qemumicroblaze.conf
@@ -17,3 +17,10 @@ SERIAL_CONSOLE = "115200 ttyS0"
17# Use the networking setup from qemuarm 17# Use the networking setup from qemuarm
18FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" 18FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"
19 19
20# For runqemu
21IMAGE_CLASSES += "qemuboot"
22QB_SYSTEM_NAME = "qemu-system-microblazeel"
23QB_MACHINE = "-machine petalogix-ml605"
24QB_DEFAULT_FSTYPE = "cpio"
25QB_KERNEL_CMDLINE_APPEND = "console=ttyPS0 earlyprintk"
26QB_MEM = "-m 256"