summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto-bsp/conf/machine/genericarm64.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 094af0eb9c..0c78960199 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -49,7 +49,7 @@ QB_SMP ?= "-smp 4"
49# Boot into U-Boot and let that scan the disk for the next step, don't pass any kernel or filesystem hints 49# Boot into U-Boot and let that scan the disk for the next step, don't pass any kernel or filesystem hints
50QB_DEFAULT_BIOS ?= "u-boot.bin" 50QB_DEFAULT_BIOS ?= "u-boot.bin"
51QB_DEFAULT_KERNEL ?= "none" 51QB_DEFAULT_KERNEL ?= "none"
52QB_DEFAULT_FSTYPE ?= "wic" 52QB_DEFAULT_FSTYPE ?= "wic.zst"
53QB_FSINFO ?= "wic:no-kernel-in-fs" 53QB_FSINFO ?= "wic:no-kernel-in-fs"
54# Mount the wic rootfs as a virtio block device 54# Mount the wic rootfs as a virtio block device
55QB_ROOTFS_OPT ?= "-drive id=root,file=@ROOTFS@,if=none,format=raw -device virtio-blk-pci,drive=root" 55QB_ROOTFS_OPT ?= "-drive id=root,file=@ROOTFS@,if=none,format=raw -device virtio-blk-pci,drive=root"