summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/uboot-extlinux-config.bbclass
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-10-02 15:36:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-04 23:55:12 +0100
commit67cf43618ff842544c237ecab3954e5b10d3a8ef (patch)
treeecfa83d53b889ea289d24147d5973e8331c666e1 /meta/classes-recipe/uboot-extlinux-config.bbclass
parent5aa44d46c696c9ce18ee305667bf9946fa0eeb49 (diff)
downloadpoky-67cf43618ff842544c237ecab3954e5b10d3a8ef.tar.gz
uboot-extlinux-config.bbclass: Remove repeated space character
(From OE-Core rev: e8a7a8d93c20f966bc2845d23696d01234cbb227) 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>
Diffstat (limited to 'meta/classes-recipe/uboot-extlinux-config.bbclass')
-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 f752c16b9c..f99100708d 100644
--- a/meta/classes-recipe/uboot-extlinux-config.bbclass
+++ b/meta/classes-recipe/uboot-extlinux-config.bbclass
@@ -98,7 +98,7 @@ python do_create_extlinux_config() {
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:
103 cfgfile.write('TIMEOUT %s\n' % (timeout)) 103 cfgfile.write('TIMEOUT %s\n' % (timeout))
104 104