summaryrefslogtreecommitdiffstats
path: root/conf/multiconfig/agl-kvm-guest.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/multiconfig/agl-kvm-guest.conf')
-rw-r--r--conf/multiconfig/agl-kvm-guest.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/conf/multiconfig/agl-kvm-guest.conf b/conf/multiconfig/agl-kvm-guest.conf
deleted file mode 100644
index 478bc5ff0..000000000
--- a/conf/multiconfig/agl-kvm-guest.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-TMPDIR = "${TOPDIR}/tmp-${BB_CURRENT_MC}"
-
-MACHINE = "virtio-aarch64"
-
-# Avoid parse errors caused by linux-renesas, and all the other
-# random bbappends in meta-rcar-gen3.
-BBMASK += "meta-rcar-gen3/ meta-rcar-gen3-adas/ meta-agl-refhw-gen3/"
-
-DISTRO_FEATURES:append = " kvm virtualization"
-
-# Use our own wks file
-WKS_FILE = "directdisk.wks.in"
-
-# We only need ext4 images for guests for now
-AGL_DEFAULT_IMAGE_FSTYPES = "ext4"
-AGL_EXTRA_IMAGE_FSTYPES = ""
-
-# Need to run QEMU with virtio-gpu device
-#PACKAGECONFIG:append:pn-qemu-system-native = " virglrenderer glx gtk+"
-PACKAGECONFIG:append:pn-qemu-system-target = " virglrenderer glx"
-
-# Until aglsetup.sh potentially changes to split features per multiconfig,
-# remove problematic ones from the host build here
-AGL_FEATURES:remove = "agl-refhw-h3"