blob: e3faaf7bcd94879d12e8c613b67812f4679a11bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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"
# Simplest possible option
AGL_DEFAULT_IMAGE_FSTYPES = "ext4"
# Need to run QEMU with virtio-gpu device
PACKAGECONFIG_append_pn-qemu-system-native = " virglrenderer glx gtk+"
|