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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user