All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] Documentation cleanup
@ 2014-03-20 22:07 Jerzy Grzegorek
  2014-03-20 22:07 ` [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo Jerzy Grzegorek
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Hi,

Here is a series that fixes a few typoes and makes small improvements
 in documentation.

Regards,
Jerzy 

Jerzy Grzegorek (6):
  manual/common-usage.txt: fix typo
  manual/customize-packages.txt: reword part about applying patches
  manual/faq-troubleshooting.txt: remove the extra 'the'
  manual/adding-packages-generic.txt: fix capitalization in titles of
    chapters
  manual/adding-packages-generic.txt: change the default value of
    <PKG>_SOURCE variable
  manual/adding-packages-tips.txt: reword part about package name

 docs/manual/adding-packages-generic.txt |    6 +++---
 docs/manual/adding-packages-tips.txt    |    2 +-
 docs/manual/common-usage.txt            |    2 +-
 docs/manual/customize-packages.txt      |    6 +++---
 docs/manual/faq-troubleshooting.txt     |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 22:35   ` Yann E. MORIN
  2014-03-20 22:07 ` [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches Jerzy Grzegorek
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/common-usage.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
index a16b887..ca1bffe 100644
--- a/docs/manual/common-usage.txt
+++ b/docs/manual/common-usage.txt
@@ -140,7 +140,7 @@ Other tools may have similar options. Please consult their respective man
 pages.
 
 You can use sparse files if you need to store the filesystem images (eg.
-to transfer from one machine to another), of if you need to send them (eg.
+to transfer from one machine to another), or if you need to send them (eg.
 to the Q&A team).
 
 Note however that flashing a filesystem image to a device while using the
-- 
1.7.9.5

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

* [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
  2014-03-20 22:07 ` [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 23:16   ` Yann E. MORIN
  2014-03-20 22:07 ` [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the' Jerzy Grzegorek
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/customize-packages.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
index 5e622f1..f141b7e 100644
--- a/docs/manual/customize-packages.txt
+++ b/docs/manual/customize-packages.txt
@@ -59,9 +59,9 @@ directory.
 The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for
 specifying custom patches is +BR2_LINUX_KERNEL_PATCH+.
 +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that
-are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCHES+ are applied
-after patches available in +BR2_GLOBAL_PATCH_DIR+, as it is done
-from a post-patch hook of the Linux package.
+are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
+patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
+as it is done from a post-patch hook of the Linux package.
 
 An example directory structure for where a user has multiple
 directories specified for +BR2_GLOBAL_PATCH_DIR+ may look like this:
-- 
1.7.9.5

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

* [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the'
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
  2014-03-20 22:07 ` [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo Jerzy Grzegorek
  2014-03-20 22:07 ` [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 23:17   ` Yann E. MORIN
  2014-03-20 22:07 ` [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters Jerzy Grzegorek
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/faq-troubleshooting.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt
index 4026e18..a5079e3 100644
--- a/docs/manual/faq-troubleshooting.txt
+++ b/docs/manual/faq-troubleshooting.txt
@@ -117,7 +117,7 @@ Why doesn't Buildroot generate binary packages (.deb, .ipkg...)?
 ----------------------------------------------------------------
 
 One feature that is often discussed on the Buildroot list is the
-the general topic of "package management". To summarize, the idea
+general topic of "package management". To summarize, the idea
 would be to add some tracking of which Buildroot package installs
 what files, with the goals of:
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
                   ` (2 preceding siblings ...)
  2014-03-20 22:07 ` [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the' Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 23:17   ` Yann E. MORIN
  2014-03-20 22:07 ` [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable Jerzy Grzegorek
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/adding-packages-generic.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 04e589f..366b896 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -11,7 +11,7 @@ system is based on hand-written Makefiles or shell scripts.
 
 [[generic-package-tutorial]]
 
-+generic-package+ Tutorial
++generic-package+ tutorial
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 ------------------------------
@@ -159,7 +159,7 @@ Makefile code necessary to make your package working.
 
 [[generic-package-reference]]
 
-+generic-package+ Reference
++generic-package+ reference
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 There are two variants of the generic target. The +generic-package+ macro is
-- 
1.7.9.5

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

* [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
                   ` (3 preceding siblings ...)
  2014-03-20 22:07 ` [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 23:18   ` Yann E. MORIN
  2014-03-20 22:07 ` [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name Jerzy Grzegorek
  2014-03-23 19:54 ` [Buildroot] [PATCH 0/6] Documentation cleanup Peter Korsgaard
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/adding-packages-generic.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 366b896..e125498 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -211,7 +211,7 @@ information is (assuming the package name is +libfoo+) :
   the package. If +HOST_LIBFOO_SOURCE+ is not specified, it
   defaults to +LIBFOO_SOURCE+. If none are specified, then
   the value is assumed to be
-  +packagename-$(LIBFOO_VERSION).tar.gz+. +
+  +libfoo-$(LIBFOO_VERSION).tar.gz+. +
   Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+
 
 * +LIBFOO_PATCH+ may contain a space-separated list of patch file
-- 
1.7.9.5

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

* [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
                   ` (4 preceding siblings ...)
  2014-03-20 22:07 ` [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable Jerzy Grzegorek
@ 2014-03-20 22:07 ` Jerzy Grzegorek
  2014-03-20 23:19   ` Yann E. MORIN
  2014-03-23 19:54 ` [Buildroot] [PATCH 0/6] Documentation cleanup Peter Korsgaard
  6 siblings, 1 reply; 14+ messages in thread
From: Jerzy Grzegorek @ 2014-03-20 22:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/adding-packages-tips.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
index 73c25be..ceaba8e 100644
--- a/docs/manual/adding-packages-tips.txt
+++ b/docs/manual/adding-packages-tips.txt
@@ -31,7 +31,7 @@ using the following rules:
   +BR2_PACKAGE_FOO_BAR_BOO+);
 
 * the +*.mk+ file variable prefix is the upper case _package name_
-  `.` and `-` characters substituted with `_` (e.g.:
+  with `.` and `-` characters substituted with `_` (e.g.:
   +FOO_BAR_BOO_VERSION+).
 
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo
  2014-03-20 22:07 ` [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo Jerzy Grzegorek
@ 2014-03-20 22:35   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 22:35 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/common-usage.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt
> index a16b887..ca1bffe 100644
> --- a/docs/manual/common-usage.txt
> +++ b/docs/manual/common-usage.txt
> @@ -140,7 +140,7 @@ Other tools may have similar options. Please consult their respective man
>  pages.
>  
>  You can use sparse files if you need to store the filesystem images (eg.
> -to transfer from one machine to another), of if you need to send them (eg.
> +to transfer from one machine to another), or if you need to send them (eg.
>  to the Q&A team).
>  
>  Note however that flashing a filesystem image to a device while using the
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches
  2014-03-20 22:07 ` [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches Jerzy Grzegorek
@ 2014-03-20 23:16   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 23:16 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/customize-packages.txt |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
> index 5e622f1..f141b7e 100644
> --- a/docs/manual/customize-packages.txt
> +++ b/docs/manual/customize-packages.txt
> @@ -59,9 +59,9 @@ directory.
>  The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for
>  specifying custom patches is +BR2_LINUX_KERNEL_PATCH+.
>  +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that
> -are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCHES+ are applied
> -after patches available in +BR2_GLOBAL_PATCH_DIR+, as it is done
> -from a post-patch hook of the Linux package.
> +are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
> +patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
> +as it is done from a post-patch hook of the Linux package.
>  
>  An example directory structure for where a user has multiple
>  directories specified for +BR2_GLOBAL_PATCH_DIR+ may look like this:
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the'
  2014-03-20 22:07 ` [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the' Jerzy Grzegorek
@ 2014-03-20 23:17   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 23:17 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/faq-troubleshooting.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/faq-troubleshooting.txt b/docs/manual/faq-troubleshooting.txt
> index 4026e18..a5079e3 100644
> --- a/docs/manual/faq-troubleshooting.txt
> +++ b/docs/manual/faq-troubleshooting.txt
> @@ -117,7 +117,7 @@ Why doesn't Buildroot generate binary packages (.deb, .ipkg...)?
>  ----------------------------------------------------------------
>  
>  One feature that is often discussed on the Buildroot list is the
> -the general topic of "package management". To summarize, the idea
> +general topic of "package management". To summarize, the idea
>  would be to add some tracking of which Buildroot package installs
>  what files, with the goals of:
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters
  2014-03-20 22:07 ` [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters Jerzy Grzegorek
@ 2014-03-20 23:17   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 23:17 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-generic.txt |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
> index 04e589f..366b896 100644
> --- a/docs/manual/adding-packages-generic.txt
> +++ b/docs/manual/adding-packages-generic.txt
> @@ -11,7 +11,7 @@ system is based on hand-written Makefiles or shell scripts.
>  
>  [[generic-package-tutorial]]
>  
> -+generic-package+ Tutorial
> ++generic-package+ tutorial
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^
>  
>  ------------------------------
> @@ -159,7 +159,7 @@ Makefile code necessary to make your package working.
>  
>  [[generic-package-reference]]
>  
> -+generic-package+ Reference
> ++generic-package+ reference
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  
>  There are two variants of the generic target. The +generic-package+ macro is
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable
  2014-03-20 22:07 ` [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable Jerzy Grzegorek
@ 2014-03-20 23:18   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 23:18 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-generic.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
> index 366b896..e125498 100644
> --- a/docs/manual/adding-packages-generic.txt
> +++ b/docs/manual/adding-packages-generic.txt
> @@ -211,7 +211,7 @@ information is (assuming the package name is +libfoo+) :
>    the package. If +HOST_LIBFOO_SOURCE+ is not specified, it
>    defaults to +LIBFOO_SOURCE+. If none are specified, then
>    the value is assumed to be
> -  +packagename-$(LIBFOO_VERSION).tar.gz+. +
> +  +libfoo-$(LIBFOO_VERSION).tar.gz+. +
>    Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+
>  
>  * +LIBFOO_PATCH+ may contain a space-separated list of patch file
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name
  2014-03-20 22:07 ` [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name Jerzy Grzegorek
@ 2014-03-20 23:19   ` Yann E. MORIN
  0 siblings, 0 replies; 14+ messages in thread
From: Yann E. MORIN @ 2014-03-20 23:19 UTC (permalink / raw)
  To: buildroot

Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-tips.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt
> index 73c25be..ceaba8e 100644
> --- a/docs/manual/adding-packages-tips.txt
> +++ b/docs/manual/adding-packages-tips.txt
> @@ -31,7 +31,7 @@ using the following rules:
>    +BR2_PACKAGE_FOO_BAR_BOO+);
>  
>  * the +*.mk+ file variable prefix is the upper case _package name_
> -  `.` and `-` characters substituted with `_` (e.g.:
> +  with `.` and `-` characters substituted with `_` (e.g.:
>    +FOO_BAR_BOO_VERSION+).
>  
>  
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 0/6] Documentation cleanup
  2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
                   ` (5 preceding siblings ...)
  2014-03-20 22:07 ` [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name Jerzy Grzegorek
@ 2014-03-23 19:54 ` Peter Korsgaard
  6 siblings, 0 replies; 14+ messages in thread
From: Peter Korsgaard @ 2014-03-23 19:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Jerzy" == Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> writes:

 > Hi,
 > Here is a series that fixes a few typoes and makes small improvements
 >  in documentation.

 > Regards,
 > Jerzy 

 > Jerzy Grzegorek (6):
 >   manual/common-usage.txt: fix typo
 >   manual/customize-packages.txt: reword part about applying patches
 >   manual/faq-troubleshooting.txt: remove the extra 'the'
 >   manual/adding-packages-generic.txt: fix capitalization in titles of
 >     chapters
 >   manual/adding-packages-generic.txt: change the default value of
 >     <PKG>_SOURCE variable
 >   manual/adding-packages-tips.txt: reword part about package name

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-03-23 19:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-20 22:07 [Buildroot] [PATCH 0/6] Documentation cleanup Jerzy Grzegorek
2014-03-20 22:07 ` [Buildroot] [PATCH 1/6] manual/common-usage.txt: fix typo Jerzy Grzegorek
2014-03-20 22:35   ` Yann E. MORIN
2014-03-20 22:07 ` [Buildroot] [PATCH 2/6] manual/customize-packages.txt: reword part about applying patches Jerzy Grzegorek
2014-03-20 23:16   ` Yann E. MORIN
2014-03-20 22:07 ` [Buildroot] [PATCH 3/6] manual/faq-troubleshooting.txt: remove the extra 'the' Jerzy Grzegorek
2014-03-20 23:17   ` Yann E. MORIN
2014-03-20 22:07 ` [Buildroot] [PATCH 4/6] manual/adding-packages-generic.txt: fix capitalization in titles of chapters Jerzy Grzegorek
2014-03-20 23:17   ` Yann E. MORIN
2014-03-20 22:07 ` [Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable Jerzy Grzegorek
2014-03-20 23:18   ` Yann E. MORIN
2014-03-20 22:07 ` [Buildroot] [PATCH 6/6] manual/adding-packages-tips.txt: reword part about package name Jerzy Grzegorek
2014-03-20 23:19   ` Yann E. MORIN
2014-03-23 19:54 ` [Buildroot] [PATCH 0/6] Documentation cleanup 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.