]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
uboot-extlinux-config.bbclass: Uppercase "menu title" entry
authorDaniel Semkowicz <dse@thaumatec.com>
Mon, 2 Oct 2023 13:36:14 +0000 (15:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Oct 2023 22:54:51 +0000 (23:54 +0100)
All other extlinux.conf entries are written to the output file
in uppercase.

Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/uboot-extlinux-config.bbclass

index f99100708dc6087ed09bdd4e61061410ce9c3ee1..a7f325ff2d882992bb2ff0a5831d0a5f95ac6187 100644 (file)
@@ -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: