From b0d6fcf282b2e0050c0303f5eb1283a79b3fa83c Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Thu, 14 Jan 2021 22:15:16 +0100 Subject: meta-egvirt, templates: Remove virtio-aarch64 machine. It is moved to meta-agl repository. Bug-AGL: SPEC-3668 Change-Id: I7f02d5afe42f96a955ebd1ea7735a9b84fee9cc8 Signed-off-by: Vasyl Vavrychuk --- meta-egvirt/conf/include/agl_virtio-aarch64.inc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-egvirt/conf/include/agl_virtio-aarch64.inc (limited to 'meta-egvirt/conf/include') diff --git a/meta-egvirt/conf/include/agl_virtio-aarch64.inc b/meta-egvirt/conf/include/agl_virtio-aarch64.inc deleted file mode 100644 index e3faaf7b..00000000 --- a/meta-egvirt/conf/include/agl_virtio-aarch64.inc +++ /dev/null @@ -1,14 +0,0 @@ -# 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+" -- cgit 1.2.3-korg