From f506cef3b671a659c9cee30b41591116552f74da Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 May 2021 18:16:55 -0400 Subject: linux-yocto/5.10: ktypes/standard: disable obsolete crypto options by default Integrating the following commit(s) to linux-yocto/5.10.: ktypes/standard: disable obsolete crypto options by default CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is on by default, but really shouldn't be on in our kernels for a safe set of baseline options. This is almost never used, so we disable it by default. If something needs it, they can turn it on in a board specific config. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit f29be437290a960decdc2d8be8e505e8179c2f58) Signed-off-by: Anuj Mittal --- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 2e0d1b20d4..ea41d74add 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine_qemuarm ?= "5bd2421ef6048de205cd3a86c6f14b6296dc79d9" -SRCREV_machine ?= "24719054cf85a9c66df020b10b6d2b7c6926a4e6" -SRCREV_meta ?= "50c2d69f24f02336c9c6d65c3201d1d6dd105f52" +SRCREV_machine_qemuarm ?= "9d4af32a2486acf5feb473b0d5656155cf80f115" +SRCREV_machine ?= "ddac76981cb3a53de4f2feb2746661a02a6763bd" +SRCREV_meta ?= "6dbd5491f4b9592d6332fd8e1bcf29ab01901274" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg