From 8d291c9db4271440ec1993587c08b024c4de0522 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 17 Jun 2021 14:33:37 +0300 Subject: meta-ethanolx: Add support for Legacy/EFI selector AMD EthanolX CRB is a board with x86-64 CPU, which means it can support both EFI and Legacy boot. Add 'boot_type' PACKAGECONFIG option for the phosphor-settings-manager package to support EFI/Legacy selector in the BMC boot override feature. This setting is designed for the possibility of setting boot override as: - "PC compatible" boot (legacy) - Extensible Firmware Interface Boot (EFI) Change-Id: I173c5b439b929e80f3a106f5e7775862f889ee16 Signed-off-by: Konstantin Aladyshev --- .../recipes-phosphor/settings/phosphor-settings-manager_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend new file mode 100644 index 000000000..ae55f69d9 --- /dev/null +++ b/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_append_ethanolx = " boot_type" -- cgit v1.2.3