From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AE351EB64DA for ; Thu, 20 Jul 2023 05:39:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 4A1B3404A9; Thu, 20 Jul 2023 05:39:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 4A1B3404A9 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pk3jqdIlLpGT; Thu, 20 Jul 2023 05:39:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 215DD40565; Thu, 20 Jul 2023 05:39:21 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 215DD40565 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 8ABD61BF293 for ; Thu, 20 Jul 2023 05:39:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 7163F60B9F for ; Thu, 20 Jul 2023 05:39:19 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 7163F60B9F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vcI8TPueul7A for ; Thu, 20 Jul 2023 05:39:18 +0000 (UTC) Received: from dd20012.kasserver.com (dd20012.kasserver.com [85.13.140.57]) by smtp3.osuosl.org (Postfix) with ESMTPS id 529E560B49 for ; Thu, 20 Jul 2023 05:39:18 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 529E560B49 Received: from fli4l.lan.fli4l (p54a1b341.dip0.t-ipconnect.de [84.161.179.65]) by dd20012.kasserver.com (Postfix) with ESMTPSA id 259C5A4C0930 for ; Thu, 20 Jul 2023 07:39:16 +0200 (CEST) Received: from bruckner.lan.fli4l ([192.168.1.1]:46378) by fli4l.lan.fli4l with esmtp (Exim 4.96) (envelope-from ) id 1qMMNf-0007rS-2y for buildroot@buildroot.org; Thu, 20 Jul 2023 07:39:15 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Thu, 20 Jul 2023 07:39:15 +0200 Message-Id: <20230720053915.34294-2-bernd@kuhls.net> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230720053915.34294-1-bernd@kuhls.net> References: <20230720053915.34294-1-bernd@kuhls.net> MIME-Version: 1.0 X-Spamd-Bar: + X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kuhls.net; s=kas202306131828; t=1689831556; bh=fB+SP6ekG+IllQYCqixHXsX9lnAcOnATDMFVvRkFo1k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JSwe9yJiY6b9NAEoVVLiS/A5RH73JoqqAqYNrnbxAXtv0SIMKZfnuSDdni2LxwiLs 3BvXlLoZaSY8XDFcLmhsMmtNDLJGYrjKjUBg1GwWsP1wcjmQH+rYjdvvEJfS96+Xae L40iILlCxAbRdfkZAfVCdfQoCd42WUszRo579WwHOa1ELt8eY9M5L8wy2GvRvK3QnJ rwWjVapJ3rW9l1qGNrV162Wy4BFkaYrGssAT992Bd6W5OoRR1q0MaRnE9zjEbcsfnX XnY+Y6z5QVApngspyyjfcfE7/P/HQOLD2Dd21F5vToPAuSIXhwSG9SaNdNfmfVuPJQ kAtnKclLNKaKA== X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (2048-bit key) header.d=kuhls.net header.i=@kuhls.net header.a=rsa-sha256 header.s=kas202306131828 header.b=JSwe9yJi Subject: [Buildroot] [PATCH 2/2] package/linux-headers: drop 6.3.x option X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The 6.3.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Signed-off-by: Bernd Kuhls --- Config.in.legacy | 7 +++++++ linux/linux.hash | 1 - package/linux-headers/Config.in.host | 5 ----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Config.in.legacy b/Config.in.legacy index 5c7e13fd5d..2678e0ca70 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2023.08" +config BR2_KERNEL_HEADERS_6_3 + bool "kernel headers version 6.3.x are no longer supported" + select BR2_LEGACY + help + Version 6.3.x of the Linux kernel headers are no longer + maintained upstream and are now removed. + config BR2_PACKAGE_TOVID bool "tovid removed" select BR2_LEGACY diff --git a/linux/linux.hash b/linux/linux.hash index 1d63d4226b..7541ae9123 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,6 +1,5 @@ # From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc sha256 9cbc4a2be714a4d154e1312c9f33ded91174907c8b15ee936ad27002ac75ff2a linux-6.4.4.tar.xz -sha256 ea460560e2898022c5f3c4649908694dcd75a094ffde726e8c6ca5e0a09491fb linux-6.3.13.tar.xz sha256 4cddee22fdf657138a06af653492f67cd3a4762c04a34725534bd200d99085b8 linux-6.1.39.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc sha256 6499089eae6b271063cb3e873ab7f4ba0543cfb21dcc9c54d9bcf5357db683f6 linux-5.15.120.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 9c8bbbe2c0..6eb7b3577b 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -49,10 +49,6 @@ config BR2_KERNEL_HEADERS_6_1 bool "Linux 6.1.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_1 -config BR2_KERNEL_HEADERS_6_3 - bool "Linux 6.3.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_3 - config BR2_KERNEL_HEADERS_6_4 bool "Linux 6.4.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_4 @@ -410,7 +406,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "5.10.186" if BR2_KERNEL_HEADERS_5_10 default "5.15.120" if BR2_KERNEL_HEADERS_5_15 default "6.1.39" if BR2_KERNEL_HEADERS_6_1 - default "6.3.13" if BR2_KERNEL_HEADERS_6_3 default "6.4.4" if BR2_KERNEL_HEADERS_6_4 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL -- 2.39.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot