diff options
Diffstat (limited to 'meta/classes/qemuboot.bbclass')
| -rw-r--r-- | meta/classes/qemuboot.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 1f8012edc1..0fdd10099c 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | # QB_CPU_KVM: the similar to QB_CPU, but used when kvm, e.g., '-cpu kvm64', | 19 | # QB_CPU_KVM: the similar to QB_CPU, but used when kvm, e.g., '-cpu kvm64', |
| 20 | # set it when support kvm. | 20 | # set it when support kvm. |
| 21 | # | 21 | # |
| 22 | # QB_SMP: amount of CPU cores inside qemu guest, each mapped to a thread on the host, | ||
| 23 | # e.g. "-smp 8". | ||
| 24 | # | ||
| 22 | # QB_KERNEL_CMDLINE_APPEND: options to append to kernel's -append | 25 | # QB_KERNEL_CMDLINE_APPEND: options to append to kernel's -append |
| 23 | # option, e.g., "console=ttyS0 console=tty" | 26 | # option, e.g., "console=ttyS0 console=tty" |
| 24 | # | 27 | # |
| @@ -80,6 +83,7 @@ | |||
| 80 | # See "runqemu help" for more info | 83 | # See "runqemu help" for more info |
| 81 | 84 | ||
| 82 | QB_MEM ?= "-m 256" | 85 | QB_MEM ?= "-m 256" |
| 86 | QB_SMP ?= "-smp 4" | ||
| 83 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" | 87 | QB_SERIAL_OPT ?= "-serial mon:stdio -serial null" |
| 84 | QB_DEFAULT_KERNEL ?= "${KERNEL_IMAGETYPE}" | 88 | QB_DEFAULT_KERNEL ?= "${KERNEL_IMAGETYPE}" |
| 85 | QB_DEFAULT_FSTYPE ?= "ext4" | 89 | QB_DEFAULT_FSTYPE ?= "ext4" |
