All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi
@ 2014-08-04 19:46 Bernd Kuhls
  2014-08-04 21:25 ` Yann E. MORIN
  2014-08-06 17:59 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2014-08-04 19:46 UTC (permalink / raw)
  To: buildroot

The rpi-3.12.y branch has now been merged with the 3.12.26 upstream.

Bump kernel headers used for the toolchain at the same time.

Fixes
http://jenkins.free-electrons.com/job/buildroot/config=raspberrypi_defconfig/320/console

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 configs/raspberrypi_defconfig |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index c12d473..0a32fd3 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -10,13 +10,13 @@ BR2_PACKAGE_RPI_FIRMWARE=y
 
 # Lock to 3.12 headers as the RPi kernel is based off the 3.12 branch
 BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.12.25"
+BR2_DEFAULT_KERNEL_VERSION="3.12.26"
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
 
 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="0b8e8118dd2c9440bb7a2da1a19e15e324d3c09b"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="353043394c99ed37a4075da228af64468fdf6c06"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi
  2014-08-04 19:46 [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi Bernd Kuhls
@ 2014-08-04 21:25 ` Yann E. MORIN
  2014-08-06 17:59 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-08-04 21:25 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2014-08-04 21:46 +0200, Bernd Kuhls spake thusly:
> The rpi-3.12.y branch has now been merged with the 3.12.26 upstream.
> 
> Bump kernel headers used for the toolchain at the same time.
> 
> Fixes
> http://jenkins.free-electrons.com/job/buildroot/config=raspberrypi_defconfig/320/console
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

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

Regards,
Yann E. MORIN.

> ---
>  configs/raspberrypi_defconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
> index c12d473..0a32fd3 100644
> --- a/configs/raspberrypi_defconfig
> +++ b/configs/raspberrypi_defconfig
> @@ -10,13 +10,13 @@ BR2_PACKAGE_RPI_FIRMWARE=y
>  
>  # Lock to 3.12 headers as the RPi kernel is based off the 3.12 branch
>  BR2_KERNEL_HEADERS_VERSION=y
> -BR2_DEFAULT_KERNEL_VERSION="3.12.25"
> +BR2_DEFAULT_KERNEL_VERSION="3.12.26"
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_12=y
>  
>  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="0b8e8118dd2c9440bb7a2da1a19e15e324d3c09b"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="353043394c99ed37a4075da228af64468fdf6c06"
>  BR2_LINUX_KERNEL_USE_DEFCONFIG=y
>  BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
>  BR2_LINUX_KERNEL_ZIMAGE=y
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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] 3+ messages in thread

* [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi
  2014-08-04 19:46 [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi Bernd Kuhls
  2014-08-04 21:25 ` Yann E. MORIN
@ 2014-08-06 17:59 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-08-06 17:59 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Mon,  4 Aug 2014 21:46:38 +0200, Bernd Kuhls wrote:
> The rpi-3.12.y branch has now been merged with the 3.12.26 upstream.
> 
> Bump kernel headers used for the toolchain at the same time.
> 
> Fixes
> http://jenkins.free-electrons.com/job/buildroot/config=raspberrypi_defconfig/320/console
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  configs/raspberrypi_defconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

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

end of thread, other threads:[~2014-08-06 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-04 19:46 [Buildroot] [PATCH 1/1] configs: bump kernel used for the RPi Bernd Kuhls
2014-08-04 21:25 ` Yann E. MORIN
2014-08-06 17:59 ` Thomas Petazzoni

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.