summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/uboot-extlinux-config.bbclass
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-09-29 13:56:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-01 08:12:59 +0100
commit047eea40f59463a4935e0a5268612f0f40dc85de (patch)
treec008df2d819769d831e7eecdfc6135441b68ce73 /meta/classes-recipe/uboot-extlinux-config.bbclass
parent578a627081e770cbdf424eed4e16fe949deb72fa (diff)
downloadpoky-047eea40f59463a4935e0a5268612f0f40dc85de.tar.gz
uboot-extlinux-config.bbclass: Add missing variable descriptions
Description of UBOOT_EXTLINUX and UBOOT_EXTLINUX_CONFIG was missing. Describe these two variables in class comment. (From OE-Core rev: fb1c2cae3dbd37ad25d26efb09e80480d49063f9) Signed-off-by: Daniel Semkowicz <dse@thaumatec.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.bbclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes-recipe/uboot-extlinux-config.bbclass b/meta/classes-recipe/uboot-extlinux-config.bbclass
index 653e583663..f752c16b9c 100644
--- a/meta/classes-recipe/uboot-extlinux-config.bbclass
+++ b/meta/classes-recipe/uboot-extlinux-config.bbclass
@@ -6,6 +6,8 @@
6# 6#
7# External variables: 7# External variables:
8# 8#
9# UBOOT_EXTLINUX - Set to "1" to enable generation
10# of extlinux.conf using this class.
9# UBOOT_EXTLINUX_CONSOLE - Set to "console=ttyX" to change kernel boot 11# UBOOT_EXTLINUX_CONSOLE - Set to "console=ttyX" to change kernel boot
10# default console. 12# default console.
11# UBOOT_EXTLINUX_LABELS - A list of targets for the automatic config. 13# UBOOT_EXTLINUX_LABELS - A list of targets for the automatic config.
@@ -20,7 +22,8 @@
20# UBOOT_EXTLINUX_TIMEOUT - Timeout before DEFAULT selection is made. 22# UBOOT_EXTLINUX_TIMEOUT - Timeout before DEFAULT selection is made.
21# Measured in 1/10 of a second. 23# Measured in 1/10 of a second.
22# UBOOT_EXTLINUX_DEFAULT_LABEL - Target to be selected by default after 24# UBOOT_EXTLINUX_DEFAULT_LABEL - Target to be selected by default after
23# the timeout period 25# the timeout period.
26# UBOOT_EXTLINUX_CONFIG - Output file.
24# 27#
25# If there's only one label system will boot automatically and menu won't be 28# If there's only one label system will boot automatically and menu won't be
26# created. If you want to use more than one labels, e.g linux and alternate, 29# created. If you want to use more than one labels, e.g linux and alternate,