* [Buildroot] [PATCH v1 1/6] raspberrypi0_defconfig: bump kernel version to 4.4.36
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 2/6] raspberrypi_defconfig: " Peter Seiderer
` (5 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
configs/raspberrypi0_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
index 1ad56fe86..2e031921a 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="9669a50a3a8e4f33b4fe138277bc4407e1eab9b2"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c6d86f7aa554854b04614ebb4d394766081fb41f"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
# Build the DTBs for A/B from the kernel sources: the zero is the same
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 2/6] raspberrypi_defconfig: bump kernel version to 4.4.36
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 1/6] raspberrypi0_defconfig: bump kernel version to 4.4.36 Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 3/6] raspberrypi2_defconfig: " Peter Seiderer
` (4 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
configs/raspberrypi_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index fd2a54636..262959989 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="9669a50a3a8e4f33b4fe138277bc4407e1eab9b2 "
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c6d86f7aa554854b04614ebb4d394766081fb41f"
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
# Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 3/6] raspberrypi2_defconfig: bump kernel version to 4.4.36
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 1/6] raspberrypi0_defconfig: bump kernel version to 4.4.36 Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 2/6] raspberrypi_defconfig: " Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 4/6] raspberrypi3_defconfig: " Peter Seiderer
` (3 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
configs/raspberrypi2_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index dd2bf8b2a..e94f350ce 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=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="9669a50a3a8e4f33b4fe138277bc4407e1eab9b2"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c6d86f7aa554854b04614ebb4d394766081fb41f"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 4/6] raspberrypi3_defconfig: bump kernel version to 4.4.36
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
` (2 preceding siblings ...)
2016-12-03 23:11 ` [Buildroot] [PATCH v1 3/6] raspberrypi2_defconfig: " Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 5/6] rpi-firmware: bump version Peter Seiderer
` (2 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
configs/raspberrypi3_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
index 433c0d773..4cd046d55 100644
--- a/configs/raspberrypi3_defconfig
+++ b/configs/raspberrypi3_defconfig
@@ -13,7 +13,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=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="9669a50a3a8e4f33b4fe138277bc4407e1eab9b2"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c6d86f7aa554854b04614ebb4d394766081fb41f"
BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
# Build the DTB from the kernel sources
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 5/6] rpi-firmware: bump version
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
` (3 preceding siblings ...)
2016-12-03 23:11 ` [Buildroot] [PATCH v1 4/6] raspberrypi3_defconfig: " Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-03 23:11 ` [Buildroot] [PATCH v1 6/6] rpi-userland: " Peter Seiderer
2016-12-04 14:59 ` [Buildroot] [PATCH v1 0/6] Raspberry PI update Thomas Petazzoni
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
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 6dd216330..4d3b500af 100644
--- a/package/rpi-firmware/rpi-firmware.hash
+++ b/package/rpi-firmware/rpi-firmware.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 f7b649ac837a4a9c12a8f96962da310ca4efd6658621d89286b421b8784a4980 rpi-firmware-ad8608c08b122b2c228dba0ff5070d6e9519faf5.tar.gz
+sha256 3e84b3f58e3b978c4a90bb74713c349e99f203ff40f982a9acd8ebfdc256f3af rpi-firmware-2d5dc978b5a1a25f1c68666747e7585fabbcde2f.tar.gz
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index bf5c9dd70..2fd51d018 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_FIRMWARE_VERSION = ad8608c08b122b2c228dba0ff5070d6e9519faf5
+RPI_FIRMWARE_VERSION = 2d5dc978b5a1a25f1c68666747e7585fabbcde2f
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3c
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 6/6] rpi-userland: bump version
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
` (4 preceding siblings ...)
2016-12-03 23:11 ` [Buildroot] [PATCH v1 5/6] rpi-firmware: bump version Peter Seiderer
@ 2016-12-03 23:11 ` Peter Seiderer
2016-12-04 14:59 ` [Buildroot] [PATCH v1 0/6] Raspberry PI update Thomas Petazzoni
6 siblings, 0 replies; 11+ messages in thread
From: Peter Seiderer @ 2016-12-03 23:11 UTC (permalink / raw)
To: buildroot
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
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 389c1aeaa..74b1cc94c 100644
--- a/package/rpi-userland/rpi-userland.hash
+++ b/package/rpi-userland/rpi-userland.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 bb79667d23743769dde120d35e6a4b69c633eb66e445b5bb2c06cd3e065750a2 rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163.tar.gz
+sha256 202f194754ddb28ff3a726477185e90a36b3b98fdbd9889c61cdb0b470166a02 rpi-userland-bb15afe33b313fe045d52277a78653d288e04f67.tar.gz
diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index 4a6eb4137..b3f949c3e 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RPI_USERLAND_VERSION = a1b89e91f393c7134b4cdc36431f863bb3333163
+RPI_USERLAND_VERSION = bb15afe33b313fe045d52277a78653d288e04f67
RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION))
RPI_USERLAND_LICENSE = BSD-3c
RPI_USERLAND_LICENSE_FILES = LICENCE
--
2.11.0
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH v1 0/6] Raspberry PI update
2016-12-03 23:11 [Buildroot] [PATCH v1 0/6] Raspberry PI update Peter Seiderer
` (5 preceding siblings ...)
2016-12-03 23:11 ` [Buildroot] [PATCH v1 6/6] rpi-userland: " Peter Seiderer
@ 2016-12-04 14:59 ` Thomas Petazzoni
6 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2016-12-04 14:59 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 4 Dec 2016 00:11:31 +0100, Peter Seiderer wrote:
> Peter Seiderer (6):
> raspberrypi0_defconfig: bump kernel version to 4.4.36
> raspberrypi_defconfig: bump kernel version to 4.4.36
> raspberrypi2_defconfig: bump kernel version to 4.4.36
> raspberrypi3_defconfig: bump kernel version to 4.4.36
> rpi-firmware: bump version
> rpi-userland: bump version
All applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 11+ messages in thread