1 # Configuration for serial console
2 #QB_KERNEL_CMDLINE_APPEND_append = " console=ttyAMA0,115200n8"
4 # All boot message will be off
5 QB_KERNEL_CMDLINE_APPEND_append = " quiet"
7 # Build updatable image. Only takes effect when sota.bbclass is inherited
8 DISTRO_FEATURES_append = " sota"
11 ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
13 # Over-ride setting in oe-core's qemuarm64.conf
14 QB_MEM_qemuarm64 = "-m 2048"
16 # Use our own wks file
17 WKS_FILE="directdisk.wks.in"