diff options
| -rw-r--r-- | meta/classes-recipe/uboot-extlinux-config.bbclass | 5 |
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, |
