Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/uboot-tools: fix env image help text
@ 2021-06-25  9:19 Mirza Kapetanovic
  2021-06-27 10:44 ` Yann E. MORIN
  2021-07-05 12:19 ` [Buildroot] [PATCH 1/1] package/uboot-tools: concat files before passing to env image tool Mirza Kapetanovic
  0 siblings, 2 replies; 8+ messages in thread
From: Mirza Kapetanovic @ 2021-06-25  9:19 UTC (permalink / raw)
  To: buildroot

BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE is passed almost as is to mkenvimage
which, looking at the help text and source code of the tool, doesn't seem to support
mulitple files as input.

I tried providing multiple files (space separated) and only the last file was included
in the resulting environment image.

Signed-off-by: Mirza Kapetanovic <mirza.kapetanovic@gmail.com>
---
 package/uboot-tools/Config.in.host | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/package/uboot-tools/Config.in.host b/package/uboot-tools/Config.in.host
index 431cc8631d..7e5c5084c0 100644
--- a/package/uboot-tools/Config.in.host
+++ b/package/uboot-tools/Config.in.host
@@ -56,15 +56,13 @@ config BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE
 if BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE
 
 config BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_SOURCE
-	string "Source files for environment"
+	string "Source file for environment"
 	default BR2_TARGET_UBOOT_ENVIMAGE_SOURCE if BR2_TARGET_UBOOT_ENVIMAGE_SOURCE != "" # legacy
 	help
-	  Text files describing the environment. Files should have
+	  Text file describing the environment. File should have
 	  lines of the form var=value, one per line. Blank lines and
 	  lines starting with a # are ignored.
 
-	  Multiple source files are concatenated in the order listed.
-
 	  Leave empty to generate image from compiled-in env if a U-boot
 	  target build is configured (BR2_TARGET_UBOOT)
 
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-08-04 11:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-25  9:19 [Buildroot] [PATCH 1/1] package/uboot-tools: fix env image help text Mirza Kapetanovic
2021-06-27 10:44 ` Yann E. MORIN
2021-07-05 12:29   ` Mirza Kapetanovic
2021-07-05 12:29     ` Mirza Kapetanovic
2021-07-05 12:19 ` [Buildroot] [PATCH 1/1] package/uboot-tools: concat files before passing to env image tool Mirza Kapetanovic
2021-07-06 11:55   ` [Buildroot] [External] " Weber, Matthew L Collins
2021-07-18 17:52   ` [Buildroot] " Thomas Petazzoni
2021-08-04 11:02   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox