1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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>
This commit is contained in:
Bruce Ashfield
2023-01-08 19:39:01 -05:00
committed by Richard Purdie
parent 31480e65ba
commit e393f21735
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "872afe79c5e568acf5f971952e78caada8424df7"
SRCREV_meta ?= "b997081241db4b199475893f1008b0418c3b1767"
SRCREV_meta ?= "c56c1ed8bdb0c470069b74090381bfe07341c95a"
PV = "${LINUX_VERSION}+git${SRCPV}"