Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Possible documentation error and a patch
@ 2016-11-20 13:28 jerry at chordia.co.uk
  2016-11-20 14:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: jerry at chordia.co.uk @ 2016-11-20 13:28 UTC (permalink / raw)
  To: buildroot

Greetings. 

I think the example here
http://nightly.buildroot.org/manual.html#outside-br-custom has a couple of
typos?

The example layout has $BR2_EXTERNAL_BAR_42_DIR instead of
$BR2_EXTERNAL_BAR_42_PATH in a couple of places and the source lines in the
example config.in are incorrectly quoted.

If I've read this correctly please find patch attached.

BR,

Jerry

Signed-off-by: Jerry Evans g4 at novadsp.com
---
 docs/manual/customize-outside-br.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/customize-outside-br.txt
b/docs/manual/customize-outside-br.txt
index 70efabe..2ebb447 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -217,8 +217,8 @@ illustration, of course):
   |     `----
   |
   |- Config.in
-  |     |source "$BR2_EXTERNAL_BAR_42_DIR/package/pkg-1/Config.in
-  |     |source "$BR2_EXTERNAL_BAR_42_DIR/package/pkg-2/Config.in
+  |     |source "$BR2_EXTERNAL_BAR_42_PATH/package/pkg-1/Config.in"
+  |     |source "$BR2_EXTERNAL_BAR_42_PATH/package/pkg-2/Config.in"
   |     |
   |     |config BAR_42_FLASH_ADDR
   |     |    hex "my-board flash address"
@@ -229,7 +229,7 @@ illustration, of course):
   |     |include $(sort $(wildcard
$(BR2_EXTERNAL_BAR_42_PATH)/package/*/*.mk))
   |     |
   |     |flash-my-board:
-  |     |    $(BR2_EXTERNAL_BAR_42_DIR)/board/my-board/flash-image \
+  |     |    $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \
   |     |        --image $(BINARIES_DIR)/image.bin \
   |     |        --address $(BAR_42_FLASH_ADDR)
   |     `----
-- 
2.7.4

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

* [Buildroot] Possible documentation error and a patch
  2016-11-20 13:28 [Buildroot] Possible documentation error and a patch jerry at chordia.co.uk
@ 2016-11-20 14:55 ` Thomas Petazzoni
  2016-11-20 15:20   ` jerry at chordia.co.uk
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-20 14:55 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 20 Nov 2016 13:28:36 -0000, jerry at chordia.co.uk wrote:
> Greetings. 
> 
> I think the example here
> http://nightly.buildroot.org/manual.html#outside-br-custom has a couple of
> typos?
> 
> The example layout has $BR2_EXTERNAL_BAR_42_DIR instead of
> $BR2_EXTERNAL_BAR_42_PATH in a couple of places and the source lines in the
> example config.in are incorrectly quoted.
> 
> If I've read this correctly please find patch attached.
> 
> BR,
> 
> Jerry
> 
> Signed-off-by: Jerry Evans g4 at novadsp.com
> ---
>  docs/manual/customize-outside-br.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've applied your patch to master. However, I had to:

 - Rewrite entirely the commit message, because yours contained some
   irrelevant information for a commit log.

 - Adjust your SoB line: your e-mail should have been enclosed in <...>

 - Fix line wrapping in your patch. Please use 'git send-email' next
   time to send your patch, and not Outlook.

Thanks for having reported and fixed this issue!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] Possible documentation error and a patch
  2016-11-20 14:55 ` Thomas Petazzoni
@ 2016-11-20 15:20   ` jerry at chordia.co.uk
  0 siblings, 0 replies; 3+ messages in thread
From: jerry at chordia.co.uk @ 2016-11-20 15:20 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

>  - Rewrite entirely the commit message, because yours contained some
>    irrelevant information for a commit log.
> 
>  - Adjust your SoB line: your e-mail should have been enclosed in <...>
> 
>  - Fix line wrapping in your patch. Please use 'git send-email' next
>    time to send your patch, and not Outlook.

Apologies for any inconvenience caused! And will do.
 
> Thanks for having reported and fixed this issue!

You are welcome. 
 

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

end of thread, other threads:[~2016-11-20 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-20 13:28 [Buildroot] Possible documentation error and a patch jerry at chordia.co.uk
2016-11-20 14:55 ` Thomas Petazzoni
2016-11-20 15:20   ` jerry at chordia.co.uk

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