diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2021-01-14 22:15:16 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-15 23:04:21 +0000 |
commit | b0d6fcf282b2e0050c0303f5eb1283a79b3fa83c (patch) | |
tree | 0bf2193840ce51e0f1d9d8cc929da9e93dc280aa /meta-egvirt/conf/include | |
parent | ddcef80d885043607a06be24568d85d4e424cfef (diff) |
meta-egvirt, templates: Remove virtio-aarch64 machine.koi_10.92.0koi/10.92.010.92.0
It is moved to meta-agl repository.
Bug-AGL: SPEC-3668
Change-Id: I7f02d5afe42f96a955ebd1ea7735a9b84fee9cc8
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'meta-egvirt/conf/include')
-rw-r--r-- | meta-egvirt/conf/include/agl_virtio-aarch64.inc | 14 |
1 files changed, 0 insertions, 14 deletions
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+" |