From 93e3437346374bb51f3fab7d1ab101e958a1e5c9 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Thu, 11 Aug 2022 17:46:19 +0200
Subject: [PATCH] oniro-linux.conf: Add more info about bootindex settings

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Luca Seritan <luca.seritan@huawei.com>
---
 meta-oniro-core/conf/distro/oniro-linux.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oniro-core/conf/distro/oniro-linux.conf b/meta-oniro-core/conf/distro/oniro-linux.conf
index 494e21f2..82325346 100644
--- a/meta-oniro-core/conf/distro/oniro-linux.conf
+++ b/meta-oniro-core/conf/distro/oniro-linux.conf
@@ -87,7 +87,8 @@ MACHINE_FEATURES:qemux86-64 += "efi"
 MACHINE_FEATURES:qemux86 += "efi"
 
 # Add bootindex to qemu boot device to prevent boot order from being changed in ovmf file
-# and not break boot order with EFI. See qemuboot.bbclass for more information
+# and not break boot order with EFI. See qemuboot.bbclass for more information.
+# We set it here for the machines we don't have control on.
 QB_ROOTFS_EXTRA_OPT:qemux86-64 += ",bootindex=0"
 QB_ROOTFS_EXTRA_OPT:qemux86 += ",bootindex=0"
 
-- 
GitLab