{linux, linux-headers}: add version 5.12
authorMichael Walle <michael@walle.cc>
Mon, 26 Apr 2021 11:45:17 +0000 (13:45 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 26 Apr 2021 19:18:43 +0000 (21:18 +0200)
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
linux/Config.in
linux/linux.hash
package/linux-headers/Config.in.host
toolchain/Config.in
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index cf790963dd7a0356df12109801ba0d3accca7746..7f1d9e33422e6753807f41052ec235feb22c9511 100644 (file)
@@ -28,7 +28,7 @@ choice
        prompt "Kernel version"
 
 config BR2_LINUX_KERNEL_LATEST_VERSION
-       bool "Latest version (5.11)"
+       bool "Latest version (5.12)"
 
 config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        bool "Latest CIP SLTS version (4.19.182-cip45)"
@@ -125,7 +125,7 @@ endif
 
 config BR2_LINUX_KERNEL_VERSION
        string
-       default "5.11.8" if BR2_LINUX_KERNEL_LATEST_VERSION
+       default "5.12" if BR2_LINUX_KERNEL_LATEST_VERSION
        default "4.19.182-cip45" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
        default "4.19.165-cip41-rt18" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
        default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
index 992ae22d11d755d738034906b713ee21bcb9a068..eedda7e007f3a20eb6691f1cd10595a161939892 100644 (file)
@@ -1,4 +1,5 @@
 # From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
+sha256  7d0df6f2bf2384d68d0bd8e1fe3e071d64364dcdc6002e7b5c87c92d48fac366  linux-5.12.tar.xz
 sha256  91f939263a350da676b274e3ec84ad5b57f27ffdf4bd6b74cd002ce21fc0c89f  linux-5.11.8.tar.xz
 sha256  930ae76b9a3b64b98802849aca332d17a706f20595de21e1ae729b55ee461add  linux-5.10.25.tar.xz
 sha256  1c3cef545f366b56332c11c28d074c9d9148c28059a970ec8710826652237560  linux-5.4.107.tar.xz
index 6d83ecf952c7d3fb2613d991613aeebf6c901fde..52b67f31dfcd11d9bec5697f7096b5f0110fcbf7 100644 (file)
@@ -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_11
+       default BR2_KERNEL_HEADERS_5_12
        help
          Select the kernel version to get headers from.
 
@@ -61,6 +61,10 @@ config BR2_KERNEL_HEADERS_5_10
 config BR2_KERNEL_HEADERS_5_11
        bool "Linux 5.11.x kernel headers"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
+
+config BR2_KERNEL_HEADERS_5_12
+       bool "Linux 5.12.x kernel headers"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
        select BR2_KERNEL_HEADERS_LATEST
 
 config BR2_KERNEL_HEADERS_VERSION
@@ -135,8 +139,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_12
+       bool "5.12.x or later"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
+
 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_11
-       bool "5.11.x or later"
+       bool "5.11.x"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
 
 config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10
@@ -361,6 +369,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
        default "5.4.107"       if BR2_KERNEL_HEADERS_5_4
        default "5.10.25"       if BR2_KERNEL_HEADERS_5_10
        default "5.11.8"        if BR2_KERNEL_HEADERS_5_11
+       default "5.12"          if BR2_KERNEL_HEADERS_5_12
        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 \
index dc1e7106035833bb3989f0fd2fabf6f2628e9aa6..c4df5f1274e8acfbfa93dc47ca5e234292411374 100644 (file)
@@ -500,6 +500,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
 config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
        bool
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
+
+config BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
+       bool
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
        select BR2_TOOLCHAIN_HEADERS_LATEST
 
 # This should be selected by the latest version, above, to indicate that
@@ -513,6 +517,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
 # stops affecting a value on the first matching default.
 config BR2_TOOLCHAIN_HEADERS_AT_LEAST
        string
+       default "5.12" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
        default "5.11" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
        default "5.10" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10
        default "5.9"  if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_9
index 4331c2528a72cff034ae07387b0e354fac8e134f..ba9aeb29ada056e9257f096c2f7b830ff0cdd6d2 100644 (file)
@@ -119,8 +119,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_12
+       bool "5.12.x or later"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_12
+
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_11
-       bool "5.11.x or later"
+       bool "5.11"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_11
 
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_10