Fix building agl-kvm-demo-platform for h3ulcb-kf
[AGL/meta-agl-demo.git] / conf / multiconfig / agl-kvm-guest.conf
1 TMPDIR = "${TOPDIR}/tmp-${BB_CURRENT_MC}"
2
3 MACHINE = "virtio-aarch64"
4
5 # Avoid parse errors caused by linux-renesas, and all the other
6 # random bbappends in meta-rcar-gen3.
7 BBMASK += "meta-rcar-gen3/ meta-rcar-gen3-adas/ meta-agl-refhw-gen3/"
8
9 DISTRO_FEATURES:append = " kvm virtualization"
10
11 # Use our own wks file
12 WKS_FILE = "directdisk.wks.in"
13
14 # We only need ext4 images for guests for now
15 AGL_DEFAULT_IMAGE_FSTYPES = "ext4"
16 AGL_EXTRA_IMAGE_FSTYPES = ""
17
18 # Need to run QEMU with virtio-gpu device
19 #PACKAGECONFIG:append:pn-qemu-system-native = " virglrenderer glx gtk+"
20 PACKAGECONFIG:append:pn-qemu-system-target = " virglrenderer glx"
21
22 # Until aglsetup.sh potentially changes to split features per multiconfig,
23 # remove problematic ones from the host build here
24 AGL_FEATURES:remove = "agl-refhw-h3"