1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

arm/qemuarm-secureboot: remove vmalloc from QB_KERNEL_CMDLINE_APPEND

The newly added vmalloc entry in qemuarm is causing issues with graphics
on qemuarm-secureboot.  Remove that by setting +QB_KERNEL_CMDLINE_APPEND
to empty.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-08-11 13:11:32 -04:00
parent 038ca93bed
commit 257c69f11f
@@ -12,6 +12,7 @@ QB_DEFAULT_BIOS = "flash.bin"
QB_FSINFO = "wic:no-kernel-in-fs"
QB_ROOTFS_OPT = ""
QB_KERNEL_ROOT = "/dev/vda2"
QB_KERNEL_CMDLINE_APPEND = ""
IMAGE_FSTYPES += "wic wic.qcow2"