diff mbox series

[v1,2/3] uboot-extlinux-config.bbclass: Uppercase "menu title" entry

Message ID 20231002133617.205619-3-dse@thaumatec.com
State Accepted, archived
Commit 6c89654cf37da95aeea07e1645f2cdffe320c8bc
Headers show
Series uboot-extlinux-config.bbclass: Add menu title configuration | expand

Commit Message

Daniel Semkowicz Oct. 2, 2023, 1:36 p.m. UTC
All other extlinux.conf entries are written to the output file
in uppercase.

Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
---
 meta/classes-recipe/uboot-extlinux-config.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass b/meta/classes-recipe/uboot-extlinux-config.bbclass
index f99100708d..a7f325ff2d 100644
--- a/meta/classes-recipe/uboot-extlinux-config.bbclass
+++ b/meta/classes-recipe/uboot-extlinux-config.bbclass
@@ -96,7 +96,7 @@  python do_create_extlinux_config() {
             cfgfile.write('# Generic Distro Configuration file generated by OpenEmbedded\n')
 
             if len(labels.split()) > 1:
-                cfgfile.write('menu title Select the boot mode\n')
+                cfgfile.write('MENU TITLE Select the boot mode\n')
 
             timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT')
             if timeout: