Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-09-27 | Use the unified script to launch tests | 1 | -0/+3 | |
2017-12-14 | Initial commit | # 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"
# Over-ride setting in oe-core's qemuarm64.conf
QB_MEM_qemuarm64 = "-m 2048"
# Use our own wks file
WKS_FILE="directdisk.wks.in"
|