From: Brandon Maier via buildroot <buildroot@buildroot.org>
To: "Gaël PORTAY" <gael.portay@rtone.fr>
Cc: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
Julien Grossholtz <julien.grossholtz@openest.io>,
Martin Bark <martin@barkynet.com>,
Athaariq Ardhiansyah <foss@athaariq.my.id>,
buildroot@buildroot.org,
"Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: Re: [Buildroot] [next v2 1/2] configs/raspberrypi*: bump kernel version to 17f135b (6.6.28)
Date: Tue, 18 Jun 2024 20:29:24 +0000 [thread overview]
Message-ID: <ZnHuJFdwC2VTaGHm@bspbox.kirk> (raw)
In-Reply-To: <20240607071359.767329-2-gael.portay@rtone.fr>
Hi Gaël,
On 2024.06.07 09:13, Gaël PORTAY wrote:
> Now based on 6.6.28 (from 6.1.61).
>
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
I enabled BR2_DOWNLOAD_FORCE_CHECK_HASHES on the rpi configs, so the
file board/raspberrypi/patches/linux/linux.hash needs to be updated for
the new version.
I built this locally and updated the hash like so
--- a/board/raspberrypi/patches/linux/linux.hash
+++ b/board/raspberrypi/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 4d3a2af178ac6ed8f35b773836c8d216493a850aeb80932b379348e2df0cf5d2 linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz
+sha256 dab3052783c68c46a5bc645b1c38d9705da995ab42823566518b62eb1fa1ef97 linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz
I boot tested this on a rpi2 and everything looks good. Pending a v2 for
the hash,
Reviewed-by: Brandon Maier <brandon.maier@collins.com>
Tested-by: Brandon Maier <brandon.maier@collins.com>
> ---
> configs/raspberrypi0_defconfig | 8 ++++----
> configs/raspberrypi0w_defconfig | 8 ++++----
> configs/raspberrypi2_defconfig | 8 ++++----
> configs/raspberrypi3_64_defconfig | 6 +++---
> configs/raspberrypi3_defconfig | 8 ++++----
> configs/raspberrypi3_qt5we_defconfig | 6 +++---
> configs/raspberrypi4_64_defconfig | 6 +++---
> configs/raspberrypi4_defconfig | 8 ++++----
> configs/raspberrypi5_defconfig | 6 +++---
> configs/raspberrypi_defconfig | 8 ++++----
> configs/raspberrypicm4io_64_defconfig | 6 +++---
> configs/raspberrypicm4io_defconfig | 8 ++++----
> configs/raspberrypizero2w_defconfig | 8 ++++----
> 13 files changed, 47 insertions(+), 47 deletions(-)
>
> diff --git a/configs/raspberrypi0_defconfig b/configs/raspberrypi0_defconfig
> index 74a8477cc6..b2b7351ac1 100644
> --- a/configs/raspberrypi0_defconfig
> +++ b/configs/raspberrypi0_defconfig
> @@ -6,20 +6,20 @@ BR2_ARM_EABIHF=y
> BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches"
> BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
>
> # Build the DTBs for A/B from the kernel sources: the zero is the same
> # as the A+ model, just in a different form-factor
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2708-rpi-zero"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypi0w_defconfig b/configs/raspberrypi0w_defconfig
> index 03f6a805e6..a198596b40 100644
> --- a/configs/raspberrypi0w_defconfig
> +++ b/configs/raspberrypi0w_defconfig
> @@ -6,17 +6,17 @@ BR2_ARM_EABIHF=y
> BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches"
> BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2708-rpi-zero-w"
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> BR2_PACKAGE_RPI_FIRMWARE=y
> diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
> index 79de3fbf3e..05870cc6e1 100644
> --- a/configs/raspberrypi2_defconfig
> +++ b/configs/raspberrypi2_defconfig
> @@ -11,17 +11,17 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.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_INTREE_DTS_NAME="broadcom/bcm2709-rpi-2-b"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypi3_64_defconfig b/configs/raspberrypi3_64_defconfig
> index 5460cd8c62..ec309b2bad 100644
> --- a/configs/raspberrypi3_64_defconfig
> +++ b/configs/raspberrypi3_64_defconfig
> @@ -10,12 +10,12 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
>
> # Build the DTB from the kernel sources
> diff --git a/configs/raspberrypi3_defconfig b/configs/raspberrypi3_defconfig
> index eded94014d..ba2d5b6eed 100644
> --- a/configs/raspberrypi3_defconfig
> +++ b/configs/raspberrypi3_defconfig
> @@ -10,17 +10,17 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.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_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2710-rpi-cm3"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypi3_qt5we_defconfig b/configs/raspberrypi3_qt5we_defconfig
> index 72e1c349f2..38f41f45a6 100644
> --- a/configs/raspberrypi3_qt5we_defconfig
> +++ b/configs/raspberrypi3_qt5we_defconfig
> @@ -11,12 +11,12 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
>
> # Build the DTB from the kernel sources
> diff --git a/configs/raspberrypi4_64_defconfig b/configs/raspberrypi4_64_defconfig
> index 8da3ecee12..5c6698fb37 100644
> --- a/configs/raspberrypi4_64_defconfig
> +++ b/configs/raspberrypi4_64_defconfig
> @@ -10,12 +10,12 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
>
> # Build the DTB from the kernel sources
> diff --git a/configs/raspberrypi4_defconfig b/configs/raspberrypi4_defconfig
> index 2c37631396..c14b77eacd 100644
> --- a/configs/raspberrypi4_defconfig
> +++ b/configs/raspberrypi4_defconfig
> @@ -10,17 +10,17 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
>
> # Build the DTB from the kernel sources
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2711-rpi-4-b"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2711-rpi-4-b"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypi5_defconfig b/configs/raspberrypi5_defconfig
> index 73592c4a1a..3c88ce46cd 100644
> --- a/configs/raspberrypi5_defconfig
> +++ b/configs/raspberrypi5_defconfig
> @@ -6,13 +6,13 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/raspberrypi/linux-4k-page-size.fragment"
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2712"
>
> # Build the DTB from the kernel sources
> diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
> index c911ec63e9..03c81ebf39 100644
> --- a/configs/raspberrypi_defconfig
> +++ b/configs/raspberrypi_defconfig
> @@ -8,19 +8,19 @@ BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.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_INTREE_DTS_NAME="broadcom/bcm2708-rpi-b broadcom/bcm2708-rpi-b-plus broadcom/bcm2708-rpi-cm"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypicm4io_64_defconfig b/configs/raspberrypicm4io_64_defconfig
> index 75077263e4..e9d57091b5 100644
> --- a/configs/raspberrypicm4io_64_defconfig
> +++ b/configs/raspberrypicm4io_64_defconfig
> @@ -10,12 +10,12 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
>
> # Build the DTB from the kernel sources
> diff --git a/configs/raspberrypicm4io_defconfig b/configs/raspberrypicm4io_defconfig
> index 07adb962a4..537d077b71 100644
> --- a/configs/raspberrypicm4io_defconfig
> +++ b/configs/raspberrypicm4io_defconfig
> @@ -10,17 +10,17 @@ BR2_TOOLCHAIN_BUILDROOT_CXX=y
>
> BR2_SYSTEM_DHCP="eth0"
>
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
>
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.tar.gz"
> BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
>
> # Build the DTB from the kernel sources
> BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2711-rpi-cm4"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2711-rpi-cm4"
>
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> diff --git a/configs/raspberrypizero2w_defconfig b/configs/raspberrypizero2w_defconfig
> index 0b1457f407..37922909f3 100644
> --- a/configs/raspberrypizero2w_defconfig
> +++ b/configs/raspberrypizero2w_defconfig
> @@ -6,19 +6,19 @@ BR2_ARM_FPU_NEON_VFPV4=y
> BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches"
> BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>
> -# Linux headers same as kernel, 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, 6.6 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=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,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,576cc10e1ed50a9eacffc7a05c796051d7343ea4)/linux-576cc10e1ed50a9eacffc7a05c796051d7343ea4.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-zero-2-w"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-zero-2-w"
> BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>
> BR2_PACKAGE_RPI_FIRMWARE=y
> --
> 2.45.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-06-18 20:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-07 7:13 [Buildroot] [next v2 0/2] raspberrypi*: bumps to kernel 6.6.28 and rpi-firmware Gaël PORTAY
2024-06-07 7:13 ` [Buildroot] [next v2 1/2] configs/raspberrypi*: bump kernel version to 17f135b (6.6.28) Gaël PORTAY
2024-06-18 20:29 ` Brandon Maier via buildroot [this message]
2024-07-12 14:43 ` Thomas Petazzoni via buildroot
2024-06-07 7:13 ` [Buildroot] [next v2 2/2] package/rpi-firmware: bump version to 5476720 Gaël PORTAY
2024-06-18 20:30 ` Brandon Maier via buildroot
2024-06-21 21:51 ` Arnout Vandecappelle via buildroot
2024-07-12 14:44 ` Thomas Petazzoni via buildroot
2024-07-14 16:11 ` Athaariq Ardhiansyah
2024-07-12 14:43 ` Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZnHuJFdwC2VTaGHm@bspbox.kirk \
--to=buildroot@buildroot.org \
--cc=brandon.maier@collins.com \
--cc=foss@athaariq.my.id \
--cc=gael.portay@rtone.fr \
--cc=julien.grossholtz@openest.io \
--cc=mahyar.koshkouei@gmail.com \
--cc=martin@barkynet.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox