blob: 5093d0bd5c4aef26041835fd2e76548426c1b4af (
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+"
|