uboot-extlinux-config.bbclass: Uppercase "menu title" entry

All other extlinux.conf entries are written to the output file
in uppercase.

(From OE-Core rev: 6c89654cf37da95aeea07e1645f2cdffe320c8bc)

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>
This commit is contained in:
Daniel Semkowicz
2023-10-02 15:36:14 +02:00
committed by Richard Purdie
parent 67cf43618f
commit 8676ca858b

View 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: