From patchwork Tue Oct 4 19:50:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686084 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpGx6nPQz20Pd for ; Wed, 5 Oct 2022 06:51:05 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 74A6660A7D; Tue, 4 Oct 2022 19:51:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 74A6660A7D 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 6DSpBOp25VZf; Tue, 4 Oct 2022 19:51:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id CF0BC608A5; Tue, 4 Oct 2022 19:51:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org CF0BC608A5 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id B75851BF405 for ; Tue, 4 Oct 2022 19:50:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 912A3408A9 for ; Tue, 4 Oct 2022 19:50:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 912A3408A9 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 fz_xfizgFFXG for ; Tue, 4 Oct 2022 19:50:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 576824088B Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by smtp4.osuosl.org (Postfix) with ESMTPS id 576824088B for ; Tue, 4 Oct 2022 19:50:56 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id D98C8240002; Tue, 4 Oct 2022 19:50:52 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwJ-003uSI-HZ; Tue, 04 Oct 2022 21:50:51 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:29 +0200 Message-Id: <20221004195039.931947-1-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 01/11] toolchain/Config.in: correct BR2_TOOLCHAIN_HEADERS_AT_LEAST for 5.17 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: , Cc: Thomas Petazzoni , Giulio Benetti , Romain Naour , Thomas De Schampheleire Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Missed from commit 2b134f9549d ({toolchain, linux-headers}: add support for 5.17.x headers). Signed-off-by: Peter Korsgaard --- toolchain/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/Config.in b/toolchain/Config.in index b48c69dc41..219578092b 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -580,6 +580,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST # stops affecting a value on the first matching default. config BR2_TOOLCHAIN_HEADERS_AT_LEAST string + default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 default "5.14" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14 From patchwork Tue Oct 4 19:50:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686089 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpMM0dXtz20Pd for ; Wed, 5 Oct 2022 06:54:54 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0B1F440217; Tue, 4 Oct 2022 19:54:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0B1F440217 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IEd9hntFmOwp; Tue, 4 Oct 2022 19:54:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 25AD5401A4; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 25AD5401A4 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D20C81BF405 for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id AE4C34019B for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org AE4C34019B X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S8j68dOV9iTZ for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org B7B68400BF Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp2.osuosl.org (Postfix) with ESMTPS id B7B68400BF for ; Tue, 4 Oct 2022 19:54:48 +0000 (UTC) Received: from relay3-d.mail.gandi.net (unknown [217.70.183.195]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 86D40D2F53 for ; Tue, 4 Oct 2022 19:51:00 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id AE97F60008; Tue, 4 Oct 2022 19:50:53 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwK-003uSN-7T; Tue, 04 Oct 2022 21:50:52 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:30 +0200 Message-Id: <20221004195039.931947-2-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 02/11] {toolchain, linux-headers}: add support for 5.18 headers 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: , Cc: Thomas Petazzoni , Romain Naour , Giulio Benetti , Thomas De Schampheleire Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Do not add a preconfigured 5.18.x version to linux-headers as 5.18.x is already EOL. Signed-off-by: Peter Korsgaard --- package/linux-headers/Config.in.host | 6 +++++- toolchain/Config.in | 5 +++++ .../toolchain-external-custom/Config.in.options | 6 +++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index ab59bdd368..9d993a2e99 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -133,8 +133,12 @@ choice If your kernel headers are more recent than the latest version in the choice, then select the latest version. +config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18 + bool "5.18.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 + config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_17 - bool "5.17.x or later" + bool "5.17.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16 diff --git a/toolchain/Config.in b/toolchain/Config.in index 219578092b..c49691cff2 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -567,6 +567,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 bool select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 + +config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 + bool + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 select BR2_TOOLCHAIN_HEADERS_LATEST # This should be selected by the latest version, above, to indicate that @@ -580,6 +584,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST # stops affecting a value on the first matching default. config BR2_TOOLCHAIN_HEADERS_AT_LEAST string + default "5.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index 6727778f42..16f1ac0a5e 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -127,8 +127,12 @@ choice If your toolchain uses headers newer than the latest version in the choice, then select the latest version. +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_18 + bool "5.18.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 + config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_17 - bool "5.17.x or later" + bool "5.17.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_16 From patchwork Tue Oct 4 19:50:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686090 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpMb5vbWz1yqj for ; Wed, 5 Oct 2022 06:55:07 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 9B76C4028D; Tue, 4 Oct 2022 19:55:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 9B76C4028D X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nyeTDROeWxKN; Tue, 4 Oct 2022 19:55:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 902D04019B; Tue, 4 Oct 2022 19:55:03 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 902D04019B X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0D5C31BF9CB for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id EA955815AD for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org EA955815AD X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R-jWjNrmREcA for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org BB0AA8151E Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp1.osuosl.org (Postfix) with ESMTPS id BB0AA8151E for ; Tue, 4 Oct 2022 19:54:48 +0000 (UTC) Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 87555D2F55 for ; Tue, 4 Oct 2022 19:51:00 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 500DCC0007; Tue, 4 Oct 2022 19:50:53 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwK-003uSS-U7; Tue, 04 Oct 2022 21:50:52 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:31 +0200 Message-Id: <20221004195039.931947-3-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 03/11] {toolchain, linux-headers}: add support for 5.19 headers 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: , Cc: Thomas De Schampheleire , Giulio Benetti , Romain Naour , Thomas Petazzoni Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" And add (and default to) 5.19.13 to linux-headers. Signed-off-by: Peter Korsgaard --- linux/linux.hash | 1 + package/linux-headers/Config.in.host | 13 +++++++++++-- toolchain/Config.in | 5 +++++ .../toolchain-external-custom/Config.in.options | 6 +++++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/linux/linux.hash b/linux/linux.hash index a1b7984489..9e75877be9 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,4 +1,5 @@ # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc +sha256 4ecdb8b59c6f6f258d89cbf22eede210e0a55c09db884988fe706efe2fe8f148 linux-5.19.13.tar.xz sha256 4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628 linux-5.17.15.tar.xz sha256 da47d9a80b694548835ccb553b6eb1a1f3f5d5cddd9e2bd6f4886b99ca14f940 linux-5.15.67.tar.xz sha256 3f47ebdb9afe152a0c32c1157336ef13fa5cc08ac6d884dfc1f6ddc2b7dba268 linux-5.10.142.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 9d993a2e99..856c7fd7b1 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS choice prompt "Kernel Headers" default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL - default BR2_KERNEL_HEADERS_5_17 + default BR2_KERNEL_HEADERS_5_19 help Select the kernel version to get headers from. @@ -56,6 +56,10 @@ config BR2_KERNEL_HEADERS_5_15 config BR2_KERNEL_HEADERS_5_17 bool "Linux 5.17.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 + +config BR2_KERNEL_HEADERS_5_19 + bool "Linux 5.19.x kernel headers" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 select BR2_KERNEL_HEADERS_LATEST config BR2_KERNEL_HEADERS_VERSION @@ -133,8 +137,12 @@ choice If your kernel headers are more recent than the latest version in the choice, then select the latest version. +config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19 + bool "5.19.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 + config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18 - bool "5.18.x or later" + bool "5.18.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_17 @@ -387,6 +395,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "5.10.142" if BR2_KERNEL_HEADERS_5_10 default "5.15.67" if BR2_KERNEL_HEADERS_5_15 default "5.17.15" if BR2_KERNEL_HEADERS_5_17 + default "5.19.13" if BR2_KERNEL_HEADERS_5_19 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \ diff --git a/toolchain/Config.in b/toolchain/Config.in index c49691cff2..0801a3c516 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -571,6 +571,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 bool select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 + +config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 + bool + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 select BR2_TOOLCHAIN_HEADERS_LATEST # This should be selected by the latest version, above, to indicate that @@ -584,6 +588,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST # stops affecting a value on the first matching default. config BR2_TOOLCHAIN_HEADERS_AT_LEAST string + default "5.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 default "5.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index 16f1ac0a5e..494e67516f 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -127,8 +127,12 @@ choice If your toolchain uses headers newer than the latest version in the choice, then select the latest version. +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_19 + bool "5.19.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 + config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_18 - bool "5.18.x or later" + bool "5.18.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_17 From patchwork Tue Oct 4 19:50:32 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686093 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpNJ4mMnz1yqj for ; Wed, 5 Oct 2022 06:55:44 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E1ED7403BF; Tue, 4 Oct 2022 19:55:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E1ED7403BF X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PbUp7rF6h4e9; Tue, 4 Oct 2022 19:55:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 05D3B4019B; Tue, 4 Oct 2022 19:55:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 05D3B4019B X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3B9661BF405 for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 73455815AD for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 73455815AD X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cIAxq8fXZDVI for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 3808781551 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp1.osuosl.org (Postfix) with ESMTPS id 3808781551 for ; Tue, 4 Oct 2022 19:54:48 +0000 (UTC) Received: from relay8-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::228]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 8BFFED2F5A for ; Tue, 4 Oct 2022 19:51:01 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 7B78D1BF205; Tue, 4 Oct 2022 19:50:54 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwL-003uSX-Lb; Tue, 04 Oct 2022 21:50:53 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:32 +0200 Message-Id: <20221004195039.931947-4-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 04/11] {toolchain, linux-headers}: add support for 6.0 headers 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: , Cc: Thomas De Schampheleire , Giulio Benetti , Romain Naour , Thomas Petazzoni Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" And add (and default to) 6.0 to linux-headers. Signed-off-by: Peter Korsgaard --- linux/linux.hash | 2 ++ package/linux-headers/Config.in.host | 13 +++++++++++-- toolchain/Config.in | 5 +++++ .../toolchain-external-custom/Config.in.options | 6 +++++- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/linux/linux.hash b/linux/linux.hash index 9e75877be9..dde8e5c54c 100644 --- a/linux/linux.hash +++ b/linux/linux.hash @@ -1,3 +1,5 @@ +# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc +sha256 5c2443a5538de52688efb55c27ab0539c1f5eb58c0cfd16a2b9fbb08fd81788e linux-6.0.tar.xz # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc sha256 4ecdb8b59c6f6f258d89cbf22eede210e0a55c09db884988fe706efe2fe8f148 linux-5.19.13.tar.xz sha256 4a1c922a490eeabf5b44d4fde36de9ba5b71711b7352c6258716da41160db628 linux-5.17.15.tar.xz diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 856c7fd7b1..4847cd4c87 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -6,7 +6,7 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS choice prompt "Kernel Headers" default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL - default BR2_KERNEL_HEADERS_5_19 + default BR2_KERNEL_HEADERS_6_0 help Select the kernel version to get headers from. @@ -60,6 +60,10 @@ config BR2_KERNEL_HEADERS_5_17 config BR2_KERNEL_HEADERS_5_19 bool "Linux 5.19.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 + +config BR2_KERNEL_HEADERS_6_0 + bool "Linux 6.0.x kernel headers" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 select BR2_KERNEL_HEADERS_LATEST config BR2_KERNEL_HEADERS_VERSION @@ -137,8 +141,12 @@ choice If your kernel headers are more recent than the latest version in the choice, then select the latest version. +config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_0 + bool "6.0.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 + config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19 - bool "5.19.x or later" + bool "5.19.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18 @@ -396,6 +404,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "5.15.67" if BR2_KERNEL_HEADERS_5_15 default "5.17.15" if BR2_KERNEL_HEADERS_5_17 default "5.19.13" if BR2_KERNEL_HEADERS_5_19 + default "6.0" if BR2_KERNEL_HEADERS_6_0 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \ diff --git a/toolchain/Config.in b/toolchain/Config.in index 0801a3c516..23596d6c85 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -575,6 +575,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 bool select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 + +config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 + bool + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 select BR2_TOOLCHAIN_HEADERS_LATEST # This should be selected by the latest version, above, to indicate that @@ -588,6 +592,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST # stops affecting a value on the first matching default. config BR2_TOOLCHAIN_HEADERS_AT_LEAST string + default "6.0" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 default "5.19" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 default "5.18" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_18 default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options index 494e67516f..a9cb61365f 100644 --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options @@ -127,8 +127,12 @@ choice If your toolchain uses headers newer than the latest version in the choice, then select the latest version. +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_0 + bool "6.0.x or later" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 + config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_19 - bool "5.19.x or later" + bool "5.19.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_18 From patchwork Tue Oct 4 19:50:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686085 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpHC4ZTZz20Pd for ; Wed, 5 Oct 2022 06:51:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 5B08D408EF; Tue, 4 Oct 2022 19:51:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 5B08D408EF 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 6aoXbBHidX7J; Tue, 4 Oct 2022 19:51:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 2C9D0408A9; Tue, 4 Oct 2022 19:51:13 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2C9D0408A9 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 73F7D1BF405 for ; Tue, 4 Oct 2022 19:51:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 4F94260A7D for ; Tue, 4 Oct 2022 19:51:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 4F94260A7D 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 W3MM3EFh1gG2 for ; Tue, 4 Oct 2022 19:51:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org E72ED60A46 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by smtp3.osuosl.org (Postfix) with ESMTPS id E72ED60A46 for ; Tue, 4 Oct 2022 19:51:00 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 86942100007; Tue, 4 Oct 2022 19:50:55 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwM-003uSd-D4; Tue, 04 Oct 2022 21:50:54 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:33 +0200 Message-Id: <20221004195039.931947-5-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 05/11] linux: bump _KERNEL_LATEST_VERSION to 6.0 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: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Signed-off-by: Peter Korsgaard --- linux/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index de9bf0ad7a..029976569e 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -28,8 +28,8 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "Latest version (5.17)" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 if BR2_KERNEL_HEADERS_AS_KERNEL + bool "Latest version (6.0)" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_0 if BR2_KERNEL_HEADERS_AS_KERNEL config BR2_LINUX_KERNEL_LATEST_CIP_VERSION bool "Latest CIP SLTS version (5.10.115-cip7)" @@ -128,7 +128,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "5.17.15" if BR2_LINUX_KERNEL_LATEST_VERSION + default "6.0" if BR2_LINUX_KERNEL_LATEST_VERSION default "5.10.115-cip7" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default "5.10.109-cip5-rt4" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ From patchwork Tue Oct 4 19:50:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686092 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpN41LKrz1yqj for ; Wed, 5 Oct 2022 06:55:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6ADA48186E; Tue, 4 Oct 2022 19:55:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6ADA48186E X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZ3uV0Aepv2Q; Tue, 4 Oct 2022 19:55:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id A02AF817B3; Tue, 4 Oct 2022 19:55:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org A02AF817B3 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 4CE381BF9CB for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 2239E4089C for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2239E4089C 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 6L7BVs42_0pt for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 2CFD840469 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp4.osuosl.org (Postfix) with ESMTPS id 2CFD840469 for ; Tue, 4 Oct 2022 19:54:48 +0000 (UTC) Received: from relay8-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::228]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 65F70D2F56 for ; Tue, 4 Oct 2022 19:51:01 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id D40981BF20B; Tue, 4 Oct 2022 19:50:55 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwN-003uSj-2p; Tue, 04 Oct 2022 21:50:55 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:34 +0200 Message-Id: <20221004195039.931947-6-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 06/11] package/linux-headers: drop 5.17.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: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The 5.17.x series is now EOL upstream, so drop the linux-headers option and add legacy handling for it. Signed-off-by: Peter Korsgaard --- Config.in.legacy | 7 +++++++ package/linux-headers/Config.in.host | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Config.in.legacy b/Config.in.legacy index 93d921160a..0e63d59a98 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -146,6 +146,13 @@ endif comment "Legacy options removed in 2022.11" +config BR2_KERNEL_HEADERS_5_17 + bool "kernel headers version 5.17.x are no longer supported" + select BR2_LEGACY + help + Version 5.17.x of the Linux kernel headers are no longer + maintained upstream and are now removed. + config BR2_iwmmxt bool "ARM iwmmxt variant removed" select BR2_LEGACY diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 4847cd4c87..7aee67de56 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -53,10 +53,6 @@ config BR2_KERNEL_HEADERS_5_15 bool "Linux 5.15.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 -config BR2_KERNEL_HEADERS_5_17 - bool "Linux 5.17.x kernel headers" - select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 - config BR2_KERNEL_HEADERS_5_19 bool "Linux 5.19.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_19 @@ -402,7 +398,6 @@ config BR2_DEFAULT_KERNEL_HEADERS default "5.4.212" if BR2_KERNEL_HEADERS_5_4 default "5.10.142" if BR2_KERNEL_HEADERS_5_10 default "5.15.67" if BR2_KERNEL_HEADERS_5_15 - default "5.17.15" if BR2_KERNEL_HEADERS_5_17 default "5.19.13" if BR2_KERNEL_HEADERS_5_19 default "6.0" if BR2_KERNEL_HEADERS_6_0 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION From patchwork Tue Oct 4 19:50:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686097 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpPK336hz1yqj for ; Wed, 5 Oct 2022 06:56:37 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A3F53403BF; Tue, 4 Oct 2022 19:56:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org A3F53403BF X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TOkMA9q5bfoc; Tue, 4 Oct 2022 19:56:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id C48A5404C3; Tue, 4 Oct 2022 19:56:33 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org C48A5404C3 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 888731BF405 for ; Tue, 4 Oct 2022 19:54:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5AFF281551 for ; Tue, 4 Oct 2022 19:54:52 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 5AFF281551 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id naMdr9noA3tA for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 194128175D Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp1.osuosl.org (Postfix) with ESMTPS id 194128175D for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from relay1-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::221]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 8E961D2F61 for ; Tue, 4 Oct 2022 19:51:02 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 152A924000C; Tue, 4 Oct 2022 19:50:56 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwN-003uSp-Oq; Tue, 04 Oct 2022 21:50:55 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:35 +0200 Message-Id: <20221004195039.931947-7-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 07/11] nezha_defconfig: specify 5.19 kernel headers 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: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The defconfig uses a 5.19-rc1 based kernel, so specify 5.19 kernel headers now that is available. Signed-off-by: Peter Korsgaard --- configs/nezha_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nezha_defconfig b/configs/nezha_defconfig index 2e2df3c09d..5d0948a013 100644 --- a/configs/nezha_defconfig +++ b/configs/nezha_defconfig @@ -1,6 +1,6 @@ BR2_riscv=y BR2_GLOBAL_PATCH_DIR="board/nezha/patches" -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_17=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_OVERLAY="board/nezha/overlay" BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" From patchwork Tue Oct 4 19:50:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686094 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpNb26nhz1yqj for ; Wed, 5 Oct 2022 06:55:59 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 9B9B0408C9; Tue, 4 Oct 2022 19:55:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 9B9B0408C9 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 YajpG8UoGvRh; Tue, 4 Oct 2022 19:55:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id A1BFD408A9; Tue, 4 Oct 2022 19:55:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org A1BFD408A9 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9CEBD1BF405 for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 74AD840217 for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 74AD840217 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6K6Uhlc_Bx1b for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org BE69A400BF Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp2.osuosl.org (Postfix) with ESMTPS id BE69A400BF for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from relay7-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::227]) by mslow1.mail.gandi.net (Postfix) with ESMTP id B4ACBD2F69 for ; Tue, 4 Oct 2022 19:51:04 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id B342A20009; Tue, 4 Oct 2022 19:50:57 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwO-003uSw-GF; Tue, 04 Oct 2022 21:50:56 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:36 +0200 Message-Id: <20221004195039.931947-8-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 08/11] mender_x86_64_efi_defconfig: specify 5.18 kernel headers 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: , Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The defconfig uses a 5.18.4 kernel, so specify 5.18 kernel headers now that is available. Signed-off-by: Peter Korsgaard --- configs/mender_x86_64_efi_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mender_x86_64_efi_defconfig b/configs/mender_x86_64_efi_defconfig index 6919a60c90..2ec6f6f76c 100644 --- a/configs/mender_x86_64_efi_defconfig +++ b/configs/mender_x86_64_efi_defconfig @@ -2,7 +2,7 @@ BR2_x86_64=y # Toolchain -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_17=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_18=y # System BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" From patchwork Tue Oct 4 19:50:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686091 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpMq57T8z1yqj for ; Wed, 5 Oct 2022 06:55:19 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id ED00960A7B; Tue, 4 Oct 2022 19:55:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org ED00960A7B 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 s-L6HQCB75U1; Tue, 4 Oct 2022 19:55:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 197E9607C7; Tue, 4 Oct 2022 19:55:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 197E9607C7 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 428AA1BF405 for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id CC22D400BF for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org CC22D400BF X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EKhZI-WeFuVJ for ; Tue, 4 Oct 2022 19:54:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org BB37740132 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp2.osuosl.org (Postfix) with ESMTPS id BB37740132 for ; Tue, 4 Oct 2022 19:54:48 +0000 (UTC) Received: from relay1-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::221]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 834D0D2F60 for ; Tue, 4 Oct 2022 19:51:02 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id F2B92240003; Tue, 4 Oct 2022 19:50:57 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwP-003uT3-6d; Tue, 04 Oct 2022 21:50:57 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:37 +0200 Message-Id: <20221004195039.931947-9-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 09/11] configs/{canaan, sipeed_maix}*: specify kernel headers version 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: , Cc: Damien Le Moal Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The defconfigs use a 5.19 kernel, so specify 5.19 kernel headers now that is available. Signed-off-by: Peter Korsgaard Reviewed-by: Damien Le Moal --- configs/canaan_kd233_defconfig | 3 +++ configs/sipeed_maix_bit_defconfig | 3 +++ configs/sipeed_maix_bit_sdcard_defconfig | 3 +++ configs/sipeed_maix_dock_defconfig | 3 +++ configs/sipeed_maix_dock_sdcard_defconfig | 3 +++ configs/sipeed_maix_go_defconfig | 3 +++ configs/sipeed_maix_go_sdcard_defconfig | 3 +++ configs/sipeed_maixduino_defconfig | 3 +++ configs/sipeed_maixduino_sdcard_defconfig | 3 +++ 9 files changed, 27 insertions(+) diff --git a/configs/canaan_kd233_defconfig b/configs/canaan_kd233_defconfig index 3aa5dccf08..77b8abf531 100644 --- a/configs/canaan_kd233_defconfig +++ b/configs/canaan_kd233_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Binary format BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_bit_defconfig b/configs/sipeed_maix_bit_defconfig index d2bac9e0b8..d73ba0266a 100644 --- a/configs/sipeed_maix_bit_defconfig +++ b/configs/sipeed_maix_bit_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Binary format BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_bit_sdcard_defconfig b/configs/sipeed_maix_bit_sdcard_defconfig index e1c9dc417e..8a19996090 100644 --- a/configs/sipeed_maix_bit_sdcard_defconfig +++ b/configs/sipeed_maix_bit_sdcard_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # System BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_dock_defconfig b/configs/sipeed_maix_dock_defconfig index a7f0441e53..ccb563310e 100644 --- a/configs/sipeed_maix_dock_defconfig +++ b/configs/sipeed_maix_dock_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Binary format BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_dock_sdcard_defconfig b/configs/sipeed_maix_dock_sdcard_defconfig index 6b7f8d9c68..d3d0f405e1 100644 --- a/configs/sipeed_maix_dock_sdcard_defconfig +++ b/configs/sipeed_maix_dock_sdcard_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # System BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_go_defconfig b/configs/sipeed_maix_go_defconfig index a68f9d3b72..c3bcf98f81 100644 --- a/configs/sipeed_maix_go_defconfig +++ b/configs/sipeed_maix_go_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Binary format BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maix_go_sdcard_defconfig b/configs/sipeed_maix_go_sdcard_defconfig index a127872cd8..75300997b8 100644 --- a/configs/sipeed_maix_go_sdcard_defconfig +++ b/configs/sipeed_maix_go_sdcard_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # System BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maixduino_defconfig b/configs/sipeed_maixduino_defconfig index c52adb5db7..a30596af92 100644 --- a/configs/sipeed_maixduino_defconfig +++ b/configs/sipeed_maixduino_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Binary format BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y diff --git a/configs/sipeed_maixduino_sdcard_defconfig b/configs/sipeed_maixduino_sdcard_defconfig index baaa2bc7bb..add9369747 100644 --- a/configs/sipeed_maixduino_sdcard_defconfig +++ b/configs/sipeed_maixduino_sdcard_defconfig @@ -10,6 +10,9 @@ BR2_RISCV_ISA_CUSTOM_RVC=y # BR2_RISCV_USE_MMU is not set BR2_RISCV_ABI_LP64D=y +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # System BR2_BINFMT_FLAT=y BR2_BINFMT_FLAT_ONE=y From patchwork Tue Oct 4 19:50:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686095 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpNq6w4lz1yqj for ; Wed, 5 Oct 2022 06:56:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0AA0140939; Tue, 4 Oct 2022 19:56:10 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0AA0140939 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 YuRNlqW_-CDx; Tue, 4 Oct 2022 19:56:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id A4E99408CF; Tue, 4 Oct 2022 19:56:07 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org A4E99408CF X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 119101BF405 for ; Tue, 4 Oct 2022 19:54:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id BEC99400BF for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org BEC99400BF X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n7RCH88BxrLY for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 18D6D4019B Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp2.osuosl.org (Postfix) with ESMTPS id 18D6D4019B for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from relay9-d.mail.gandi.net (unknown [217.70.183.199]) by mslow1.mail.gandi.net (Postfix) with ESMTP id ACF0ED2BB1 for ; Tue, 4 Oct 2022 19:51:05 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 3DD7EFF804; Tue, 4 Oct 2022 19:50:58 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwP-003uT9-Si; Tue, 04 Oct 2022 21:50:57 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:38 +0200 Message-Id: <20221004195039.931947-10-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 10/11] qemu_riscv64_nommu_virt_defconfig: specify kernel headers version 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: , Cc: Niklas Cassel , Romain Naour Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The defconfigs uses a 5.19 kernel, so specify 5.19 kernel headers now that is available. Signed-off-by: Peter Korsgaard --- configs/qemu_riscv64_nommu_virt_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/qemu_riscv64_nommu_virt_defconfig b/configs/qemu_riscv64_nommu_virt_defconfig index 5fab255d88..ee70beb208 100644 --- a/configs/qemu_riscv64_nommu_virt_defconfig +++ b/configs/qemu_riscv64_nommu_virt_defconfig @@ -3,6 +3,9 @@ BR2_riscv=y BR2_RISCV_64=y # BR2_RISCV_USE_MMU is not set +# Linux headers same as kernel, a 5.19 series +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_19=y + # Busybox with hush BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config" From patchwork Tue Oct 4 19:50:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1686096 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MhpP475WBz1yqj for ; Wed, 5 Oct 2022 06:56:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 406D64036F; Tue, 4 Oct 2022 19:56:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 406D64036F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8v_zPDGMb3Kw; Tue, 4 Oct 2022 19:56:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 78CB040217; Tue, 4 Oct 2022 19:56:21 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 78CB040217 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7E1DF1BF405 for ; Tue, 4 Oct 2022 19:54:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9EDA3815AD for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9EDA3815AD X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W18xeRWHvQbD for ; Tue, 4 Oct 2022 19:54:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org DDAA881551 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by smtp1.osuosl.org (Postfix) with ESMTPS id DDAA881551 for ; Tue, 4 Oct 2022 19:54:50 +0000 (UTC) Received: from relay5-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::225]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 3C24DD2F6C for ; Tue, 4 Oct 2022 19:51:06 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by mail.gandi.net (Postfix) with ESMTPSA id 2DBC11C0004; Tue, 4 Oct 2022 19:50:59 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1ofnwQ-003uTE-ID; Tue, 04 Oct 2022 21:50:58 +0200 From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 4 Oct 2022 21:50:39 +0200 Message-Id: <20221004195039.931947-11-peter@korsgaard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221004195039.931947-1-peter@korsgaard.com> References: <20221004195039.931947-1-peter@korsgaard.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH 11/11] friendlyarm_nanopi_r2s_defconfig: specify kernel headers version 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: , Cc: Gilles Talis Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The defconfigs uses a 5.16 kernel, so specify 5.16 kernel headers to match. Signed-off-by: Peter Korsgaard --- configs/friendlyarm_nanopi_r2s_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/friendlyarm_nanopi_r2s_defconfig b/configs/friendlyarm_nanopi_r2s_defconfig index ce252a5d76..284b28ec31 100644 --- a/configs/friendlyarm_nanopi_r2s_defconfig +++ b/configs/friendlyarm_nanopi_r2s_defconfig @@ -1,6 +1,7 @@ BR2_aarch64=y BR2_cortex_a53=y BR2_ARM_FPU_VFPV4=y +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y BR2_TARGET_GENERIC_HOSTNAME="rk3328-nanopi-r2s" BR2_TARGET_GENERIC_ISSUE="Welcome to Nanopi R2S RK3328" BR2_ROOTFS_POST_BUILD_SCRIPT="board/friendlyarm/nanopi-r2s/post-build.sh"