summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_qemuriscv64.inc
blob: 1ffc3cf0e8a8923436884b65c3c9b8f526aedc98 (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"