Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_virtio-aarch64.inc
1 # Build updatable image. Only takes effect when sota.bbclass is inherited
2 DISTRO_FEATURES:append = " sota"
3
4 # Root device
5 ROOT_VM = "root=PARTUUID=${DISK_SIGNATURE}-02"
6
7 # Use our own wks file
8 WKS_FILE = "directdisk.wks.in"
9
10 # Simplest possible option
11 AGL_DEFAULT_IMAGE_FSTYPES = "ext4"
12
13 # Need to run QEMU with virtio-gpu device
14 PACKAGECONFIG:append:pn-qemu-system-native = " virglrenderer glx gtk+"