diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-08 19:39:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-09 14:20:14 +0000 |
commit | e393f21735743726d7f040d7480c1d4f0802348d (patch) | |
tree | 366d07a0ab64c2aefc2d7b7213ca178be1c4a330 | |
parent | 31480e65ba06cc729bd89c787d17579913ea34ea (diff) | |
download | poky-e393f21735743726d7f040d7480c1d4f0802348d.tar.gz |
linux-yocto/6.1: cfg: remove CONFIG_ARM_CRYPTO
This option is no longer required in 6.1+, so we grab the following
kernel-cache change:
fa5b537b0e6 qemuarm: drop CONFIG_ARM_CRYPTO
(From OE-Core rev: 6bd8f0a916104bf650af931661a4f1b38a16d087)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb index dcfa7f5d6e..3f77474ae5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "fd78a53858b7f9195ab53fd98c27736d05bbaf7c" | 14 | SRCREV_machine ?= "fd78a53858b7f9195ab53fd98c27736d05bbaf7c" |
15 | SRCREV_meta ?= "b997081241db4b199475893f1008b0418c3b1767" | 15 | SRCREV_meta ?= "c56c1ed8bdb0c470069b74090381bfe07341c95a" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb index c77a90c182..54f0065c73 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | |||
@@ -15,7 +15,7 @@ KMETA = "kernel-meta" | |||
15 | KCONF_BSP_AUDIT_LEVEL = "2" | 15 | KCONF_BSP_AUDIT_LEVEL = "2" |
16 | 16 | ||
17 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" | 17 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" |
18 | SRCREV_meta ?= "b997081241db4b199475893f1008b0418c3b1767" | 18 | SRCREV_meta ?= "c56c1ed8bdb0c470069b74090381bfe07341c95a" |
19 | 19 | ||
20 | PV = "${LINUX_VERSION}+git${SRCPV}" | 20 | PV = "${LINUX_VERSION}+git${SRCPV}" |
21 | 21 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index f71c356cc9..f357f43f46 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb | |||
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "872afe79c5e568acf5f971952e78caada8424df7" | |||
23 | SRCREV_machine:qemux86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" | 23 | SRCREV_machine:qemux86-64 ?= "872afe79c5e568acf5f971952e78caada8424df7" |
24 | SRCREV_machine:qemumips64 ?= "e01e486b21db695c46c12253b92adc7aa0da6d38" | 24 | SRCREV_machine:qemumips64 ?= "e01e486b21db695c46c12253b92adc7aa0da6d38" |
25 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" | 25 | SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7" |
26 | SRCREV_meta ?= "b997081241db4b199475893f1008b0418c3b1767" | 26 | SRCREV_meta ?= "c56c1ed8bdb0c470069b74090381bfe07341c95a" |
27 | 27 | ||
28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 28 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
29 | # get the <version>/base branch, which is pure upstream -stable, and the same | 29 | # get the <version>/base branch, which is pure upstream -stable, and the same |