From 67cf43618ff842544c237ecab3954e5b10d3a8ef Mon Sep 17 00:00:00 2001 From: Daniel Semkowicz Date: Mon, 2 Oct 2023 15:36:13 +0200 Subject: uboot-extlinux-config.bbclass: Remove repeated space character (From OE-Core rev: e8a7a8d93c20f966bc2845d23696d01234cbb227) Signed-off-by: Daniel Semkowicz Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/classes-recipe/uboot-extlinux-config.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes-recipe/uboot-extlinux-config.bbclass') 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() { if len(labels.split()) > 1: cfgfile.write('menu title Select the boot mode\n') - timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') + timeout = localdata.getVar('UBOOT_EXTLINUX_TIMEOUT') if timeout: cfgfile.write('TIMEOUT %s\n' % (timeout)) -- cgit v1.2.3-54-g00ecf