From 2971e0ebe31d4ce3089b6a8252dfc8f59ff5c3e9 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 10 Aug 2022 01:18:28 +0200
Subject: [PATCH] sysota: Add support for qemuarm-efi

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Luca Seritan <luca.seritan@huawei.com>
---
 meta-oniro-core/recipes-core/sysota/sysota_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oniro-core/recipes-core/sysota/sysota_git.bb b/meta-oniro-core/recipes-core/sysota/sysota_git.bb
index d5e2aa35..19b2ef3e 100644
--- a/meta-oniro-core/recipes-core/sysota/sysota_git.bb
+++ b/meta-oniro-core/recipes-core/sysota/sysota_git.bb
@@ -109,6 +109,9 @@ SYSOTA_BOOTLOADER_TYPE:qemux86 := "GRUB"
 SYSOTA_MODEL:qemux86-64 := "QEMU Virtual Machine"
 SYSOTA_BOOTLOADER_TYPE:qemux86-64 := "GRUB"
 
+SYSOTA_MODEL:qemuarm-efi := "QEMU Virtual Machine"
+SYSOTA_BOOTLOADER_TYPE:qemuarm-efi := "GRUB"
+
 SYSOTA_MODEL:seco-intel-b68 := "B68 / Alvin"
 SYSOTA_BOOTLOADER_TYPE:seco-intel-b68 := "GRUB"
 
-- 
GitLab