* [Buildroot] [PATCH 0/2] raspberrypi: update defconfig
@ 2014-02-10 20:53 Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel version Yann E. MORIN
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-02-10 20:53 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
A quick bump and cleanup for the raspberrypi defconfig (hopefully
before -rc1!).
Regards,
Yann E. MORIN.
----------------------------------------------------------------
Yann E. MORIN (2):
configs/raspberrypi: bump kernel version
configs/raspberrypi: remove packages not strictly required
configs/raspberrypi_defconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
.-----------------.--------------------.------------------.--------------------.
| 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] configs/raspberrypi: bump kernel version
2014-02-10 20:53 [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
@ 2014-02-10 20:53 ` Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 2/2] configs/raspberrypi: remove packages not strictly required Yann E. MORIN
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-02-10 20:53 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Bump from rpi-3.10.27 to rpi-3.10.29.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
configs/raspberrypi_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index ffcb027..b334b0a 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.10.25"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ab2ed0dbf37e8d397e60f37621629082da75cd58"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="cdeb937acdc0cb00e3d3bc30d6053ec53030cc64"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.8.1.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] configs/raspberrypi: remove packages not strictly required
2014-02-10 20:53 [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel version Yann E. MORIN
@ 2014-02-10 20:53 ` Yann E. MORIN
2014-02-10 20:55 ` [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
2014-02-10 21:06 ` Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-02-10 20:53 UTC (permalink / raw)
To: buildroot
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
rpi-userland and libcoffi are not strictly required to boot up the
Raspberry Pi, so remove them from the defconfig.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
configs/raspberrypi_defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index b334b0a..2d1cc34 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -7,8 +7,6 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
BR2_PACKAGE_RPI_FIRMWARE=y
-BR2_PACKAGE_RPI_USERLAND=y
-BR2_PACKAGE_LIBCOFI=y
# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
BR2_KERNEL_HEADERS_VERSION=y
--
1.8.1.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 0/2] raspberrypi: update defconfig
2014-02-10 20:53 [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel version Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 2/2] configs/raspberrypi: remove packages not strictly required Yann E. MORIN
@ 2014-02-10 20:55 ` Yann E. MORIN
2014-02-10 21:06 ` Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-02-10 20:55 UTC (permalink / raw)
To: buildroot
Peter,
On 2014-02-10 21:53 +0100, Yann E. MORIN spake thusly:
> A quick bump and cleanup for the raspberrypi defconfig (hopefully
> before -rc1!).
I just forgot to say: tested on the RPi as you asked. I could not find
any obvious regression.
Note that I refrained from bumping rpi-userland and rpi-firmware. ;-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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 0/2] raspberrypi: update defconfig
2014-02-10 20:53 [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
` (2 preceding siblings ...)
2014-02-10 20:55 ` [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
@ 2014-02-10 21:06 ` Peter Korsgaard
3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-02-10 21:06 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Hello All!
> A quick bump and cleanup for the raspberrypi defconfig (hopefully
> before -rc1!).
Committed both, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-10 21:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 20:53 [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 1/2] configs/raspberrypi: bump kernel version Yann E. MORIN
2014-02-10 20:53 ` [Buildroot] [PATCH 2/2] configs/raspberrypi: remove packages not strictly required Yann E. MORIN
2014-02-10 20:55 ` [Buildroot] [PATCH 0/2] raspberrypi: update defconfig Yann E. MORIN
2014-02-10 21:06 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox