All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24
@ 2019-02-23 10:32 Peter Seiderer
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Seiderer @ 2019-02-23 10:32 UTC (permalink / raw)
  To: buildroot

Based on last 4.14.x kernel/firmware bump [1], [2].

Tested with raspberrypi3_qt5we_defconfig on
RaspberryPi 3 Model B v1.2 Hardware.

[1] https://patchwork.ozlabs.org/patch/1047160
[2] https://patchwork.ozlabs.org/patch/1047159

Peter Seiderer (2):
  configs/raspberrypi*: bump kernel version to 5eeff139ea
  package/rpi-firmware: bump version to ebf7b40cdc

 configs/raspberrypi0_defconfig         | 8 +++++---
 configs/raspberrypi0w_defconfig        | 7 ++++---
 configs/raspberrypi2_defconfig         | 8 +++++---
 configs/raspberrypi3_64_defconfig      | 8 +++++---
 configs/raspberrypi3_defconfig         | 6 ++++--
 configs/raspberrypi3_qt5we_defconfig   | 8 +++++---
 configs/raspberrypi_defconfig          | 8 +++++---
 package/rpi-firmware/rpi-firmware.hash | 2 +-
 package/rpi-firmware/rpi-firmware.mk   | 2 +-
 9 files changed, 35 insertions(+), 22 deletions(-)

-- 
2.20.1

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

* [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea
  2019-02-23 10:32 [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Peter Seiderer
@ 2019-02-23 10:32 ` Peter Seiderer
  2019-02-23 13:35   ` Thomas Petazzoni
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 2/2] package/rpi-firmware: bump version to ebf7b40cdc Peter Seiderer
  2019-04-16 20:43 ` [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Thomas Petazzoni
  2 siblings, 1 reply; 6+ messages in thread
From: Peter Seiderer @ 2019-02-23 10:32 UTC (permalink / raw)
  To: buildroot

Now based on 4.19.23 (from 4.14.98) and bump linux header
version accordingly and needs host openssl.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypi0_defconfig       | 8 +++++---
 configs/raspberrypi0w_defconfig      | 7 ++++---
 configs/raspberrypi2_defconfig       | 8 +++++---
 configs/raspberrypi3_64_defconfig    | 8 +++++---
 configs/raspberrypi3_defconfig       | 6 ++++--
 configs/raspberrypi3_qt5we_defconfig | 8 +++++---
 configs/raspberrypi_defconfig        | 8 +++++---
 7 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
index c794a5753f..f6fcdf58f8 100644
--- a/configs/raspberrypi0_defconfig
+++ b/configs/raspberrypi0_defconfig
@@ -2,14 +2,14 @@ BR2_arm=y
 BR2_arm1176jzf_s=y
 BR2_ARM_EABIHF=y
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B from the kernel sources: the zero is the same
@@ -17,6 +17,8 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b-plus"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
 
diff --git a/configs/raspberrypi0w_defconfig b/configs/raspberrypi0w_defconfig
index a7bda24275..dc7a234e4d 100644
--- a/configs/raspberrypi0w_defconfig
+++ b/configs/raspberrypi0w_defconfig
@@ -2,17 +2,18 @@ BR2_arm=y
 BR2_arm1176jzf_s=y
 BR2_ARM_EABIHF=y
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-0-w"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 BR2_PACKAGE_RPI_FIRMWARE=y
 
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index c4598e5f16..86d34ef87e 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -7,18 +7,20 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_SYSTEM_DHCP="eth0"
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
 
diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
index 8cc5bb60a7..66cf7ed740 100644
--- a/configs/raspberrypi3_64_defconfig
+++ b/configs/raspberrypi3_64_defconfig
@@ -6,18 +6,20 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_SYSTEM_DHCP="eth0"
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2837-rpi-3-b"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
 
diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index 41aa39a37d..5dfff28771 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -6,8 +6,8 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_SYSTEM_DHCP="eth0"
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
@@ -18,6 +18,8 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 BR2_PACKAGE_RPI_FIRMWARE=y
 
 # Required tools to create the SD image
diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig
index 9fe4f9ad41..667e980d55 100644
--- a/configs/raspberrypi3_qt5we_defconfig
+++ b/configs/raspberrypi3_qt5we_defconfig
@@ -7,18 +7,20 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_SYSTEM_DHCP="eth0"
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2710-rpi-3-b bcm2710-rpi-3-b-plus bcm2710-rpi-cm3"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 # Build Qt5 WebEngine
 BR2_PACKAGE_LIBERATION=y
 BR2_PACKAGE_QT5=y
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 8b72d31369..1ebcee6cab 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -4,20 +4,22 @@ BR2_ARM_EABIHF=y
 
 BR2_SYSTEM_DHCP="eth0"
 
-# Linux headers same as kernel, a 4.14 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+# Linux headers same as kernel, a 4.19 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
 
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,877656cd145497db7c09a7de06ea85db98bd72a3)/linux-877656cd145497db7c09a7de06ea85db98bd72a3.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,5eeff139ea9135db6e01a58ef613338f1d0899d8)/linux-5eeff139ea9135db6e01a58ef613338f1d0899d8.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 
 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
 
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
+
 BR2_PACKAGE_RPI_FIRMWARE=y
 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
 
-- 
2.20.1

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

* [Buildroot] [PATCH/next v1 2/2] package/rpi-firmware: bump version to ebf7b40cdc
  2019-02-23 10:32 [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Peter Seiderer
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea Peter Seiderer
@ 2019-02-23 10:32 ` Peter Seiderer
  2019-04-16 20:43 ` [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Seiderer @ 2019-02-23 10:32 UTC (permalink / raw)
  To: buildroot

---
 package/rpi-firmware/rpi-firmware.hash | 2 +-
 package/rpi-firmware/rpi-firmware.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
index b6b8824f3f..d719fa6e08 100644
--- a/package/rpi-firmware/rpi-firmware.hash
+++ b/package/rpi-firmware/rpi-firmware.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 9a34ccc4a51695a33206cc6c8534f615ba5a30fcbce5fa3add400ecc6b80ad8a rpi-firmware-83977fe3b6ef54c1d29c83b0a778d330f523441f.tar.gz
+sha256 e911f6342ea8aa9380cae97c6f5ac4ddd370527265f23d5b5d4b2c6f679d4ba8 rpi-firmware-ebf7b40cdc6effe7ffa3fd5195e8be01b94f80da.tar.gz
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index b883e9d989..d6b499d418 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 83977fe3b6ef54c1d29c83b0a778d330f523441f
+RPI_FIRMWARE_VERSION = ebf7b40cdc6effe7ffa3fd5195e8be01b94f80da
 RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
 RPI_FIRMWARE_LICENSE = BSD-3-Clause
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
2.20.1

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

* [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea Peter Seiderer
@ 2019-02-23 13:35   ` Thomas Petazzoni
  2019-02-23 13:36     ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2019-02-23 13:35 UTC (permalink / raw)
  To: buildroot

Hello Peter,

On Sat, 23 Feb 2019 11:32:57 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Now based on 4.19.23 (from 4.14.98) and bump linux header
> version accordingly and needs host openssl.
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  configs/raspberrypi0_defconfig       | 8 +++++---
>  configs/raspberrypi0w_defconfig      | 7 ++++---
>  configs/raspberrypi2_defconfig       | 8 +++++---
>  configs/raspberrypi3_64_defconfig    | 8 +++++---
>  configs/raspberrypi3_defconfig       | 6 ++++--
>  configs/raspberrypi3_qt5we_defconfig | 8 +++++---
>  configs/raspberrypi_defconfig        | 8 +++++---
>  7 files changed, 33 insertions(+), 20 deletions(-)

This patch applies neither on master nor on next. Could you rebase on
next ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea
  2019-02-23 13:35   ` Thomas Petazzoni
@ 2019-02-23 13:36     ` Thomas Petazzoni
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2019-02-23 13:36 UTC (permalink / raw)
  To: buildroot

On Sat, 23 Feb 2019 14:35:11 +0100
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> Hello Peter,
> 
> On Sat, 23 Feb 2019 11:32:57 +0100
> Peter Seiderer <ps.report@gmx.net> wrote:
> 
> > Now based on 4.19.23 (from 4.14.98) and bump linux header
> > version accordingly and needs host openssl.
> > 
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> > ---
> >  configs/raspberrypi0_defconfig       | 8 +++++---
> >  configs/raspberrypi0w_defconfig      | 7 ++++---
> >  configs/raspberrypi2_defconfig       | 8 +++++---
> >  configs/raspberrypi3_64_defconfig    | 8 +++++---
> >  configs/raspberrypi3_defconfig       | 6 ++++--
> >  configs/raspberrypi3_qt5we_defconfig | 8 +++++---
> >  configs/raspberrypi_defconfig        | 8 +++++---
> >  7 files changed, 33 insertions(+), 20 deletions(-)  
> 
> This patch applies neither on master nor on next. Could you rebase on
> next ?

Ah sorry, it is meant to be applied *after* your two other patches that
are for master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24
  2019-02-23 10:32 [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Peter Seiderer
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea Peter Seiderer
  2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 2/2] package/rpi-firmware: bump version to ebf7b40cdc Peter Seiderer
@ 2019-04-16 20:43 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2019-04-16 20:43 UTC (permalink / raw)
  To: buildroot

On Sat, 23 Feb 2019 11:32:56 +0100
Peter Seiderer <ps.report@gmx.net> wrote:

> Based on last 4.14.x kernel/firmware bump [1], [2].
> 
> Tested with raspberrypi3_qt5we_defconfig on
> RaspberryPi 3 Model B v1.2 Hardware.
> 
> [1] https://patchwork.ozlabs.org/patch/1047160
> [2] https://patchwork.ozlabs.org/patch/1047159
> 
> Peter Seiderer (2):
>   configs/raspberrypi*: bump kernel version to 5eeff139ea
>   package/rpi-firmware: bump version to ebf7b40cdc

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-04-16 20:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23 10:32 [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 Peter Seiderer
2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 1/2] configs/raspberrypi*: bump kernel version to 5eeff139ea Peter Seiderer
2019-02-23 13:35   ` Thomas Petazzoni
2019-02-23 13:36     ` Thomas Petazzoni
2019-02-23 10:32 ` [Buildroot] [PATCH/next v1 2/2] package/rpi-firmware: bump version to ebf7b40cdc Peter Seiderer
2019-04-16 20:43 ` [Buildroot] [PATCH/next v1 0/2] raspberrypi: bump kernel version to 4.19.24 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.