c667c21f18
This commit fixes the warnings reported by check-package on the help text of all package Config.in.host files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
|
|
bool "host omap-u-boot-utils"
|
|
depends on BR2_arm || BR2_armeb
|
|
help
|
|
U-Boot Utilities for Texas Instrument's OMAP platforms.
|
|
This is a set of tools to control U-Boot from scripts,
|
|
generate OMAP-specific signed image files and more.
|
|
|
|
https://github.com/nmenon/omap-u-boot-utils
|