All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message
@ 2020-11-15  4:40 Garret Kelly
  2020-11-16 20:31 ` Peter Korsgaard
  2020-11-16 21:30 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Garret Kelly @ 2020-11-15  4:40 UTC (permalink / raw)
  To: buildroot

When using a custom git or mercurial repository for u-boot the error message
indicating a version had not been provided incorrectly stated that the URL was
missing. Update the error message to indicate that it's the version that's
missing.

Signed-off-by: Garret Kelly <garret.kelly@gmail.com>
---
 boot/uboot/uboot.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 72d5df412d..d2b4e8dc60 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -477,7 +477,7 @@ ifeq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_URL)),)
 $(error No custom U-Boot repository URL specified. Check your BR2_TARGET_UBOOT_CUSTOM_REPO_URL setting)
 endif # qstrip BR2_TARGET_UBOOT_CUSTOM_CUSTOM_REPO_URL
 ifeq ($(call qstrip,$(BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION)),)
-$(error No custom U-Boot repository URL specified. Check your BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION setting)
+$(error No custom U-Boot repository version specified. Check your BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION setting)
 endif # qstrip BR2_TARGET_UBOOT_CUSTOM_CUSTOM_REPO_VERSION
 endif # BR2_TARGET_UBOOT_CUSTOM_GIT || BR2_TARGET_UBOOT_CUSTOM_HG
 
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message
  2020-11-15  4:40 [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message Garret Kelly
@ 2020-11-16 20:31 ` Peter Korsgaard
  2020-11-16 21:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-16 20:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Garret" == Garret Kelly <garret.kelly@gmail.com> writes:

 > When using a custom git or mercurial repository for u-boot the error message
 > indicating a version had not been provided incorrectly stated that the URL was
 > missing. Update the error message to indicate that it's the version that's
 > missing.

 > Signed-off-by: Garret Kelly <garret.kelly@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message
  2020-11-15  4:40 [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message Garret Kelly
  2020-11-16 20:31 ` Peter Korsgaard
@ 2020-11-16 21:30 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-16 21:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Garret" == Garret Kelly <garret.kelly@gmail.com> writes:

 > When using a custom git or mercurial repository for u-boot the error message
 > indicating a version had not been provided incorrectly stated that the URL was
 > missing. Update the error message to indicate that it's the version that's
 > missing.

 > Signed-off-by: Garret Kelly <garret.kelly@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-16 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15  4:40 [Buildroot] [PATCH 1/1] boot/uboot: fix custom repo error message Garret Kelly
2020-11-16 20:31 ` Peter Korsgaard
2020-11-16 21:30 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.