From 4267375218e211148b16bca3b4decb45a5ed9fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 3 Jan 2024 07:33:01 +0100 Subject: [PATCH] configs/broadcom_northstar_defconfig: specify kernel & headers versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even though Northstart platform support is well upstreamed it may always happen that some kernel change affects/breaks something. It's a good practice to specify fixed versions for kernel & Linux headers. Signed-off-by: Rafał Miłecki Signed-off-by: Peter Korsgaard --- configs/broadcom_northstar_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/broadcom_northstar_defconfig b/configs/broadcom_northstar_defconfig index 9ae716726d..bbd368ac79 100644 --- a/configs/broadcom_northstar_defconfig +++ b/configs/broadcom_northstar_defconfig @@ -1,7 +1,10 @@ BR2_arm=y BR2_cortex_a9=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y BR2_ROOTFS_POST_IMAGE_SCRIPT="board/broadcom/northstar/post-image.sh" BR2_LINUX_KERNEL=y +BR2_LINUX_KERNEL_CUSTOM_VERSION=y +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.9" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/broadcom/northstar/linux.config" BR2_LINUX_KERNEL_APPENDED_ZIMAGE=y