739eb8dd0d4daef016fa32022895a8c643405bf1
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_qemuarm.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 # Use our own wks file
14 WKS_FILE="directdisk.wks.in"