diff mbox series

configs/imx7d-sdb: bump the kernel version

Message ID 20240313161939.3295928-1-festevam@gmail.com
State Accepted
Headers show
Series configs/imx7d-sdb: bump the kernel version | expand

Commit Message

Fabio Estevam March 13, 2024, 4:19 p.m. UTC
Bump the kernel version to 6.6.21.

Also pass the nxp/imx/ path due to the devicetree reorganization
in kernel 6.6.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/imx7d-sdb_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Arnout Vandecappelle March 15, 2024, 8:31 p.m. UTC | #1
On 13/03/2024 17:19, Fabio Estevam wrote:
> Bump the kernel version to 6.6.21.
> 
> Also pass the nxp/imx/ path due to the devicetree reorganization
> in kernel 6.6.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   configs/imx7d-sdb_defconfig | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configs/imx7d-sdb_defconfig b/configs/imx7d-sdb_defconfig
> index cf4da342c150..e7f3df81568a 100644
> --- a/configs/imx7d-sdb_defconfig
> +++ b/configs/imx7d-sdb_defconfig
> @@ -3,8 +3,8 @@ BR2_arm=y
>   BR2_cortex_a7=y
>   BR2_ARM_FPU_NEON_VFPV4=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
>   
>   # system
>   BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
> @@ -12,10 +12,10 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
>   # Kernel
>   BR2_LINUX_KERNEL=y
>   BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.34"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.21"
>   BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7d-sdb"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx7d-sdb"
>   BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>   BR2_LINUX_KERNEL_INSTALL_TARGET=y
>
diff mbox series

Patch

diff --git a/configs/imx7d-sdb_defconfig b/configs/imx7d-sdb_defconfig
index cf4da342c150..e7f3df81568a 100644
--- a/configs/imx7d-sdb_defconfig
+++ b/configs/imx7d-sdb_defconfig
@@ -3,8 +3,8 @@  BR2_arm=y
 BR2_cortex_a7=y
 BR2_ARM_FPU_NEON_VFPV4=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
 
 # system
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
@@ -12,10 +12,10 @@  BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.34"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.21"
 BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7d-sdb"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="nxp/imx/imx7d-sdb"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_LINUX_KERNEL_INSTALL_TARGET=y