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 DB95FC433EF for ; Fri, 13 May 2022 16:32:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 6F0C941061; Fri, 13 May 2022 16:32:49 +0000 (UTC) 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 5kwEw5en8tCw; Fri, 13 May 2022 16:32:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 161F4409FF; Fri, 13 May 2022 16:32:47 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 67AF41BF86B for ; Fri, 13 May 2022 16:32:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 56BB5409FF for ; Fri, 13 May 2022 16:32:46 +0000 (UTC) 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 CvbJK8yGv446 for ; Fri, 13 May 2022 16:32:45 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by smtp4.osuosl.org (Postfix) with ESMTPS id E92B2409F7 for ; Fri, 13 May 2022 16:32:44 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b51:cb00:71f3:9479:94db:16e0]) (Authenticated sender: yann.morin.1998@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 08C4613F86A; Fri, 13 May 2022 18:32:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1652459563; bh=YGG/5nAKcbtH43aJu/IrqD7PMttdllSB85FW0kznEos=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C3JVj8FUbP7mnjElGsr0bKhu4dMARC6o3tnf/0uM5ZNqGdTYmBpibMv1Gs+zwUeh5 MTf1jLwceSAsr+UKg5+g/ftsqtMvhg+bnjiVD1wifjkJHBV+dB4qHMAxGBLju3pfRD XYsrBXv3WByZlZ+EK4lYrQvwLOLKWHKoiJk8HBBNPYhvMerPyMmiep2MmHUafoj8DT bPZWvemF/MxxnCu4nQhUSJTOnVhqlRm74x0p1SDbQ1YKtAjzgbpiIbQ1Q15+NL6z3G KRFmTIuMaIGvi+fVZMfyLRrvw3wu1v2fB18qNq7TguYZWAWPfx2mGnR77kFXRw90el dgcD1QP5z2A8g== Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Fri, 13 May 2022 18:32:36 +0200 Date: Fri, 13 May 2022 18:32:36 +0200 From: "Yann E. MORIN" To: Peter Korsgaard Message-ID: <20220513163236.GP1597494@scaer> References: <20220513144215.2598981-1-peter@korsgaard.com> <20220513144215.2598981-2-peter@korsgaard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220513144215.2598981-2-peter@korsgaard.com> User-Agent: Mutt/1.5.22 (2013-10-16) Subject: Re: [Buildroot] [PATCH 2/4] {toolchain, linux-headers}: add support for 5.17.x 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 , Giulio Benetti , Romain Naour , Thomas De Schampheleire , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Peter, All, On 2022-05-13 16:42 +0200, Peter Korsgaard spake thusly: > Signed-off-by: Peter Korsgaard Applied to master, thanks. Regards, Yann E. MORIN. > --- > linux/linux.hash | 1 + > package/linux-headers/Config.in.host | 11 ++++++++++- > toolchain/Config.in | 4 ++++ > .../toolchain-external-custom/Config.in.options | 6 +++++- > 4 files changed, 20 insertions(+), 2 deletions(-) > > diff --git a/linux/linux.hash b/linux/linux.hash > index e6ac7af19d..2a96eef8d3 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 22f67ef6b12ef6c0c0353be4b90b4bf4b9b18b858c16c346fa495b67ec718c99 linux-5.17.7.tar.xz > sha256 d8060dc88f862baaae66b42a2dbc12298ed667c698eb5c55617a7786ee47bf25 linux-5.16.20.tar.xz > sha256 888641634f9e0e38cd0efcfec92ea3c126d381b24a514740d3fe3dc9988fd7ad linux-5.15.39.tar.xz > sha256 f5e417b32f89318b6d0a230109a592ffd68997817463dc4692fa49ec7fe42f71 linux-5.10.115.tar.xz > diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host > index 36af5d0a20..5ff616fb34 100644 > --- a/package/linux-headers/Config.in.host > +++ b/package/linux-headers/Config.in.host > @@ -59,6 +59,10 @@ config BR2_KERNEL_HEADERS_5_15 > config BR2_KERNEL_HEADERS_5_16 > bool "Linux 5.16.x kernel headers" > select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 > + > +config BR2_KERNEL_HEADERS_5_17 > + bool "Linux 5.17.x kernel headers" > + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 > select BR2_KERNEL_HEADERS_LATEST > > config BR2_KERNEL_HEADERS_VERSION > @@ -136,8 +140,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_17 > + bool "5.17.x or later" > + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 > + > config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16 > - bool "5.16.x or later" > + bool "5.16.x" > select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 > > config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15 > @@ -382,6 +390,7 @@ config BR2_DEFAULT_KERNEL_HEADERS > default "5.10.115" if BR2_KERNEL_HEADERS_5_10 > default "5.15.39" if BR2_KERNEL_HEADERS_5_15 > default "5.16.20" if BR2_KERNEL_HEADERS_5_16 > + default "5.17.7" if BR2_KERNEL_HEADERS_5_17 > 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 b572a89f2f..73ea78624a 100644 > --- a/toolchain/Config.in > +++ b/toolchain/Config.in > @@ -572,6 +572,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 > config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 > bool > select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15 > + > +config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 > + bool > + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 > select BR2_TOOLCHAIN_HEADERS_LATEST > > # This should be selected by the latest version, above, to indicate that > diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options > index 683204e56e..0c8b83fc0e 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_17 > + bool "5.17.x or later" > + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17 > + > config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_16 > - bool "5.16.x or later" > + bool "5.16.x" > select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16 > > config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_15 > -- > 2.30.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot