diff options
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
-rw-r--r-- | meta/classes/qemuboot.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 68f7a03619..3162e7a8eb 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -65,6 +65,10 @@ | |||
65 | # " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" | 65 | # " -device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" |
66 | # Note, runqemu will replace "@PORT@" with the port number which is used. | 66 | # Note, runqemu will replace "@PORT@" with the port number which is used. |
67 | # | 67 | # |
68 | # QB_ROOTFS_EXTRA_OPT: extra options to be appended to the rootfs device in case there is none specified by QB_ROOTFS_OPT. | ||
69 | # Can be used to automatically determine the image from the other variables | ||
70 | # but define things link 'bootindex' when booting from EFI or 'readonly' when using squashfs | ||
71 | # without the need to specify a dedicated qemu configuration | ||
68 | # Usage: | 72 | # Usage: |
69 | # IMAGE_CLASSES += "qemuboot" | 73 | # IMAGE_CLASSES += "qemuboot" |
70 | # See "runqemu help" for more info | 74 | # See "runqemu help" for more info |
@@ -77,6 +81,7 @@ QB_OPT_APPEND ?= "-show-cursor" | |||
77 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" | 81 | QB_NETWORK_DEVICE ?= "-device virtio-net-pci,netdev=net0,mac=@MAC@" |
78 | QB_CMDLINE_IP_SLIRP ?= "ip=dhcp" | 82 | QB_CMDLINE_IP_SLIRP ?= "ip=dhcp" |
79 | QB_CMDLINE_IP_TAP ?= "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0" | 83 | QB_CMDLINE_IP_TAP ?= "ip=192.168.7.@CLIENT@::192.168.7.@GATEWAY@:255.255.255.0" |
84 | QB_ROOTFS_EXTRA_OPT ?= "" | ||
80 | 85 | ||
81 | # This should be kept align with ROOT_VM | 86 | # This should be kept align with ROOT_VM |
82 | QB_DRIVE_TYPE ?= "/dev/sd" | 87 | QB_DRIVE_TYPE ?= "/dev/sd" |