mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
qemuarm64-secureboot: changed format of memory to MB
When running runqemu the memory argument in the kernel commandline arguments expects megabytes, so with the previous format "-m 1GM" ended up being passed. Change-Id: I5d3bc9d5ce93fa3da5885c99feb99ce80367c993 Signed-off-by: Brett Warren <brett.warren@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev"
|
||||
|
||||
QB_MACHINE = "-machine virt,secure=on"
|
||||
QB_OPT_APPEND += "-no-acpi"
|
||||
QB_MEM = "-m 1G"
|
||||
QB_MEM = "-m 1024"
|
||||
QB_DEFAULT_FSTYPE = "wic.qcow2"
|
||||
QB_DEFAULT_BIOS = "flash.bin"
|
||||
QB_FSINFO = "wic:no-kernel-in-fs"
|
||||
|
||||
Reference in New Issue
Block a user