summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/uboot-extlinux-config.bbclass2
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: