* [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version
@ 2017-04-14 15:32 Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 2/6] package/rpi-userland: " Martin Bark
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
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 f6dd03a..11655ee 100644
--- a/package/rpi-firmware/rpi-firmware.hash
+++ b/package/rpi-firmware/rpi-firmware.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 0797a034b33a0218fd6fb3c5bb1473959e209a8fe676f3c215f954806601aa78 rpi-firmware-78c4983379de0537f49a97fb37ceaaf42632b28c.tar.gz
+sha256 84f44265c7e9bfe3e54a326b95ea7067870cfe08a9aae12f00aec8d47f6fc353 rpi-firmware-4b24a81a2ce94afd4458d1af4ea1e73d58e69848.tar.gz
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 5d5c9f0..134fceb 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_FIRMWARE_VERSION = 78c4983379de0537f49a97fb37ceaaf42632b28c
+RPI_FIRMWARE_VERSION = 4b24a81a2ce94afd4458d1af4ea1e73d58e69848
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3-Clause
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/6] package/rpi-userland: bump version
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
@ 2017-04-14 15:32 ` Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 3/6] configs/raspberrypi_defconfig: bump version to 4.9.21 Martin Bark
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
package/rpi-userland/rpi-userland.hash | 2 +-
package/rpi-userland/rpi-userland.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/rpi-userland/rpi-userland.hash b/package/rpi-userland/rpi-userland.hash
index 3e0dbfa..d4715fe 100644
--- a/package/rpi-userland/rpi-userland.hash
+++ b/package/rpi-userland/rpi-userland.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 9f7caa5fee77cef034551b23a7c12d78792ebd2feca7bcbc677da4daf2a98cf7 rpi-userland-f410ec051a3724934e3671315474d4b81424b0ef.tar.gz
+sha256 35b02340de04d8b91490e192b402ba23333a82b0c624e3e4475ba3240a2419a5 rpi-userland-f0642e3b58d8a140a3f7621630c15fbfa794b19d.tar.gz
diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index 632552c..ab05447 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_USERLAND_VERSION = f410ec051a3724934e3671315474d4b81424b0ef
+RPI_USERLAND_VERSION = f0642e3b58d8a140a3f7621630c15fbfa794b19d
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3-Clause
RPI_USERLAND_LICENSE_FILES = LICENCE
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 3/6] configs/raspberrypi_defconfig: bump version to 4.9.21
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 2/6] package/rpi-userland: " Martin Bark
@ 2017-04-14 15:32 ` Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 4/6] configs/raspberrypi0_defconfig: " Martin Bark
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
configs/raspberrypi_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 8c9635f..c54080d 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -12,7 +12,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="935c7ce84c982a26f567a03a58a1537424569938"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5e4ee836560d4c0371e109bf469e1ad808ae7a44"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
# Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 4/6] configs/raspberrypi0_defconfig: bump version to 4.9.21
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 2/6] package/rpi-userland: " Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 3/6] configs/raspberrypi_defconfig: bump version to 4.9.21 Martin Bark
@ 2017-04-14 15:32 ` Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 5/6] configs/raspberrypi2_defconfig: " Martin Bark
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
configs/raspberrypi0_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
index 75b189a..10947b8 100644
--- a/configs/raspberrypi0_defconfig
+++ b/configs/raspberrypi0_defconfig
@@ -10,7 +10,7 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="935c7ce84c982a26f567a03a58a1537424569938"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5e4ee836560d4c0371e109bf469e1ad808ae7a44"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
# Build the DTBs for A/B from the kernel sources: the zero is the same
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 5/6] configs/raspberrypi2_defconfig: bump version to 4.9.21
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
` (2 preceding siblings ...)
2017-04-14 15:32 ` [Buildroot] [PATCH 4/6] configs/raspberrypi0_defconfig: " Martin Bark
@ 2017-04-14 15:32 ` Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 6/6] configs/raspberrypi3_defconfig: " Martin Bark
2017-04-14 20:26 ` [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Thomas Petazzoni
5 siblings, 0 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
configs/raspberrypi2_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 55765b3..48d632e 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="935c7ce84c982a26f567a03a58a1537424569938"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5e4ee836560d4c0371e109bf469e1ad808ae7a44"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 6/6] configs/raspberrypi3_defconfig: bump version to 4.9.21
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
` (3 preceding siblings ...)
2017-04-14 15:32 ` [Buildroot] [PATCH 5/6] configs/raspberrypi2_defconfig: " Martin Bark
@ 2017-04-14 15:32 ` Martin Bark
2017-04-14 20:26 ` [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Thomas Petazzoni
5 siblings, 0 replies; 7+ messages in thread
From: Martin Bark @ 2017-04-14 15:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Martin Bark <martin@barkynet.com>
---
configs/raspberrypi3_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index de0c42d..1b2134e 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="935c7ce84c982a26f567a03a58a1537424569938"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="5e4ee836560d4c0371e109bf469e1ad808ae7a44"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources
--
2.7.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
` (4 preceding siblings ...)
2017-04-14 15:32 ` [Buildroot] [PATCH 6/6] configs/raspberrypi3_defconfig: " Martin Bark
@ 2017-04-14 20:26 ` Thomas Petazzoni
5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2017-04-14 20:26 UTC (permalink / raw)
To: buildroot
Hello,
On Fri, 14 Apr 2017 16:32:24 +0100, Martin Bark wrote:
> Signed-off-by: Martin Bark <martin@barkynet.com>
> ---
> package/rpi-firmware/rpi-firmware.hash | 2 +-
> package/rpi-firmware/rpi-firmware.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Series applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-04-14 20:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-14 15:32 [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 2/6] package/rpi-userland: " Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 3/6] configs/raspberrypi_defconfig: bump version to 4.9.21 Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 4/6] configs/raspberrypi0_defconfig: " Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 5/6] configs/raspberrypi2_defconfig: " Martin Bark
2017-04-14 15:32 ` [Buildroot] [PATCH 6/6] configs/raspberrypi3_defconfig: " Martin Bark
2017-04-14 20:26 ` [Buildroot] [PATCH 1/6] package/rpi-firmware: bump version Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox