diff mbox series

[1/2] configs/ti_am64x_sk_defconfig: explicitly set the kernel version

Message ID 20240207092111.236577-1-romain.naour@smile.fr
State Accepted
Headers show
Series [1/2] configs/ti_am64x_sk_defconfig: explicitly set the kernel version | expand

Commit Message

Romain Naour Feb. 7, 2024, 9:21 a.m. UTC
Commit 6b2329bb80 ("configs/ti_am64x_sk: new defconfig") forgot to
specify the Linux kernel version, so do that now.

When the defconfig was added, the default version was 6.4.x, so use
version 6.4.16.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 configs/ti_am64x_sk_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Thomas Petazzoni Feb. 7, 2024, 2:57 p.m. UTC | #1
On Wed,  7 Feb 2024 10:21:10 +0100
Romain Naour <romain.naour@smile.fr> wrote:

> Commit 6b2329bb80 ("configs/ti_am64x_sk: new defconfig") forgot to
> specify the Linux kernel version, so do that now.
> 
> When the defconfig was added, the default version was 6.4.x, so use
> version 6.4.16.
> 
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> ---
>  configs/ti_am64x_sk_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Both applied to master, thanks!

Thomas
Peter Korsgaard March 1, 2024, 10:07 a.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > Commit 6b2329bb80 ("configs/ti_am64x_sk: new defconfig") forgot to
 > specify the Linux kernel version, so do that now.

 > When the defconfig was added, the default version was 6.4.x, so use
 > version 6.4.16.

 > Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed to 2023.11.x, thanks.
diff mbox series

Patch

diff --git a/configs/ti_am64x_sk_defconfig b/configs/ti_am64x_sk_defconfig
index 052c440093..b3e69e9e93 100644
--- a/configs/ti_am64x_sk_defconfig
+++ b/configs/ti_am64x_sk_defconfig
@@ -1,7 +1,10 @@ 
 BR2_aarch64=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_4=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/ti/am64x-sk/genimage.cfg"
 BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.4.16"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="ti/k3-am642-sk"