ca2cc947e43a582613c605254e3fad3020dc4910
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_qemuarm64.inc
1 # Configuration for serial console
2 #QB_KERNEL_CMDLINE_APPEND_append = " console=ttyAMA0,115200n8"
3
4 # All boot message will be off
5 QB_KERNEL_CMDLINE_APPEND_append = " quiet"
6
7 # Build updatable image. Only takes effect when sota.bbclass is inherited
8 DISTRO_FEATURES_append = " sota"
9
10 # Root device
11 ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
12
13 # Over-ride setting in oe-core's qemuarm64.conf
14 QB_MEM_qemuarm64 = "-m 2048"
15
16 # Use our own wks file
17 WKS_FILE="directdisk.wks.in"