blob: 739eb8dd0d4daef016fa32022895a8c643405bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Configuration for serial console
#QB_KERNEL_CMDLINE_APPEND_append = " console=ttyAMA0,115200n8"
#
# All boot message will be off
QB_KERNEL_CMDLINE_APPEND_append = " quiet"
# Build updatable image. Only takes effect when sota.bbclass is inherited
#DISTRO_FEATURES_append = " sota"
# Root device
ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
# Use our own wks file
WKS_FILE="directdisk.wks.in"
|