blob: a7353898b5c1bca7d8c00c4669fe9e6f43364e22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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 qemuriscv64.conf
QB_MEM_qemuriscv64 = "-m 2048"
# Use our own wks file
WKS_FILE="directdisk.wks.in"
|