mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
qemuppc64.conf: Disable huge vmalloc
This feature results in X11 crashes on Qemu since 5.13+ when it was added disable it therefore for qemuppc64 (From OE-Core rev: 38503807e92699cb0fb1d207af73954cc953d728) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
eab17ad3b7
commit
ac35918153
|
|
@ -13,7 +13,7 @@ SERIAL_CONSOLES ?= "115200;hvc0"
|
|||
QB_SYSTEM_NAME = "qemu-system-ppc64"
|
||||
QB_MACHINE = "-machine pseries"
|
||||
QB_CPU = "-cpu POWER9"
|
||||
QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
|
||||
QB_KERNEL_CMDLINE_APPEND = "console=hvc0 nohugevmalloc"
|
||||
#QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
|
||||
QB_OPT_APPEND = "-usb -device usb-tablet"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user