Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word
@ 2015-04-07 11:44 Baruch Siach
  2015-04-07 11:44 ` [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig Baruch Siach
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Baruch Siach @ 2015-04-07 11:44 UTC (permalink / raw)
  To: buildroot

Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/raspberrypi/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index b513ca321347..7a6df0637ad8 100644
--- a/board/raspberrypi/readme.txt
+++ b/board/raspberrypi/readme.txt
@@ -23,7 +23,7 @@ Configure Buildroot
 -------------------
 
 The raspberrypi_defconfig configuration is a minimal configuration with
-all that is required to bring the Raspberry Pi. You should base your
+all that is required to bring the Raspberry Pi up. You should base your
 work on this defconfig:
 
   $ make raspberrypi_defconfig
-- 
2.1.4

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

* [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig
  2015-04-07 11:44 [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Baruch Siach
@ 2015-04-07 11:44 ` Baruch Siach
  2015-04-07 17:03   ` Yann E. MORIN
  2015-04-07 17:01 ` [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Yann E. MORIN
  2015-04-07 19:28 ` Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Baruch Siach @ 2015-04-07 11:44 UTC (permalink / raw)
  To: buildroot

Document the correct defconfig for ARMv7 based RPi-2.

Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/raspberrypi/readme.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index 7a6df0637ad8..4ead046ffc76 100644
--- a/board/raspberrypi/readme.txt
+++ b/board/raspberrypi/readme.txt
@@ -32,6 +32,10 @@ Alternatively, if you want to test support for the Device Tree:
 
   $ make raspberrypi_dt_defconfig
 
+For Raspberry Pi 2 use a different defconfig:
+
+  $ make raspberrypi2_defconfig
+
 If you want to use a persistent rootfs, skip to "Build the rootfs", below.
 
 For a volatile rootfs, you have to slightly adjust the configuration:
-- 
2.1.4

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

* [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word
  2015-04-07 11:44 [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Baruch Siach
  2015-04-07 11:44 ` [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig Baruch Siach
@ 2015-04-07 17:01 ` Yann E. MORIN
  2015-04-07 19:28 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2015-04-07 17:01 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-04-07 14:44 +0300, Baruch Siach spake thusly:
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

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

Regards,
Yann E. MORIN.

> ---
>  board/raspberrypi/readme.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
> index b513ca321347..7a6df0637ad8 100644
> --- a/board/raspberrypi/readme.txt
> +++ b/board/raspberrypi/readme.txt
> @@ -23,7 +23,7 @@ Configure Buildroot
>  -------------------
>  
>  The raspberrypi_defconfig configuration is a minimal configuration with
> -all that is required to bring the Raspberry Pi. You should base your
> +all that is required to bring the Raspberry Pi up. You should base your
>  work on this defconfig:
>  
>    $ make raspberrypi_defconfig
> -- 
> 2.1.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 5+ messages in thread

* [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig
  2015-04-07 11:44 ` [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig Baruch Siach
@ 2015-04-07 17:03   ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2015-04-07 17:03 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-04-07 14:44 +0300, Baruch Siach spake thusly:
> Document the correct defconfig for ARMv7 based RPi-2.
> 
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

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

Regards,
Yann E. MORIN.

> ---
>  board/raspberrypi/readme.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
> index 7a6df0637ad8..4ead046ffc76 100644
> --- a/board/raspberrypi/readme.txt
> +++ b/board/raspberrypi/readme.txt
> @@ -32,6 +32,10 @@ Alternatively, if you want to test support for the Device Tree:
>  
>    $ make raspberrypi_dt_defconfig
>  
> +For Raspberry Pi 2 use a different defconfig:
> +
> +  $ make raspberrypi2_defconfig
> +
>  If you want to use a persistent rootfs, skip to "Build the rootfs", below.
>  
>  For a volatile rootfs, you have to slightly adjust the configuration:
> -- 
> 2.1.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 5+ messages in thread

* [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word
  2015-04-07 11:44 [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Baruch Siach
  2015-04-07 11:44 ` [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig Baruch Siach
  2015-04-07 17:01 ` [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Yann E. MORIN
@ 2015-04-07 19:28 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-04-07 19:28 UTC (permalink / raw)
  To: buildroot

Dear Baruch Siach,

On Tue,  7 Apr 2015 14:44:19 +0300, Baruch Siach wrote:
> Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  board/raspberrypi/readme.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied.

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

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

end of thread, other threads:[~2015-04-07 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07 11:44 [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Baruch Siach
2015-04-07 11:44 ` [Buildroot] [PATCH 2/2] board/raspberrypi: document RPi-2 defconfig Baruch Siach
2015-04-07 17:03   ` Yann E. MORIN
2015-04-07 17:01 ` [Buildroot] [PATCH 1/2] board/raspberrypi: readme: add a missing word Yann E. MORIN
2015-04-07 19:28 ` Thomas Petazzoni

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