summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/qemuboot.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/qemuboot.bbclass b/meta/classes-recipe/qemuboot.bbclass
index 5a0e50ccfc..444871438d 100644
--- a/meta/classes-recipe/qemuboot.bbclass
+++ b/meta/classes-recipe/qemuboot.bbclass
@@ -86,6 +86,8 @@
86# without the need to specify a dedicated qemu configuration 86# without the need to specify a dedicated qemu configuration
87# 87#
88# QB_GRAPHICS: QEMU video card type (e.g. "-vga std") 88# QB_GRAPHICS: QEMU video card type (e.g. "-vga std")
89# QB_NFSROOTFS_EXTRA_OPT: extra options to be appended to the nfs rootfs options in kernel boot arg, e.g.,
90# "wsize=4096,rsize=4096"
89# 91#
90# Usage: 92# Usage:
91# IMAGE_CLASSES += "qemuboot" 93# IMAGE_CLASSES += "qemuboot"
@@ -103,6 +105,7 @@ QB_CMDLINE_IP_SLIRP ?= "ip=dhcp"
103QB_CMDLINE_IP_TAP ?= "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0::eth0:off:8.8.8.8" 105QB_CMDLINE_IP_TAP ?= "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0::eth0:off:8.8.8.8"
104QB_ROOTFS_EXTRA_OPT ?= "" 106QB_ROOTFS_EXTRA_OPT ?= ""
105QB_GRAPHICS ?= "" 107QB_GRAPHICS ?= ""
108QB_NFSROOTFS_EXTRA_OPT ?= ""
106 109
107# This should be kept align with ROOT_VM 110# This should be kept align with ROOT_VM
108QB_DRIVE_TYPE ?= "/dev/sd" 111QB_DRIVE_TYPE ?= "/dev/sd"