diff options
| author | Daniel Semkowicz <dse@thaumatec.com> | 2023-10-02 15:36:14 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-04 23:55:12 +0100 |
| commit | 8676ca858b22a1bdc1aad5800dcb7287c55c8755 (patch) | |
| tree | 0f98fc5f0891ea5f23cdbbca29d0b882b11e376c | |
| parent | 67cf43618ff842544c237ecab3954e5b10d3a8ef (diff) | |
| download | poky-8676ca858b22a1bdc1aad5800dcb7287c55c8755.tar.gz | |
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>
| -rw-r--r-- | meta/classes-recipe/uboot-extlinux-config.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
| 96 | cfgfile.write('# Generic Distro Configuration file generated by OpenEmbedded\n') | 96 | cfgfile.write('# Generic Distro Configuration file generated by OpenEmbedded\n') |
| 97 | 97 | ||
| 98 | if len(labels.split()) > 1: | 98 | if len(labels.split()) > 1: |
| 99 | cfgfile.write('menu title Select the boot mode\n') | 99 | cfgfile.write('MENU TITLE Select the boot mode\n') |
| 100 | 100 | ||
| 101 | timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') | 101 | timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') |
| 102 | if timeout: | 102 | if timeout: |
