diff options
| author | Daniel Semkowicz <dse@thaumatec.com> | 2023-10-02 15:36:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-04 23:55:12 +0100 |
| commit | 67cf43618ff842544c237ecab3954e5b10d3a8ef (patch) | |
| tree | ecfa83d53b889ea289d24147d5973e8331c666e1 | |
| parent | 5aa44d46c696c9ce18ee305667bf9946fa0eeb49 (diff) | |
| download | poky-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>
| -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 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 | ||
