1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

linux-yocto/5.15: fix CONFIG_CRYPTO_CCM mismatch warnings

Integrating the following commit(s) to linux-yocto/.:

    f475b1a9ded qat: fix CONFIG_CRYPTO_CCM mismatch warnings

(From OE-Core rev: 8d06b6b13051e85250bf480ea6e3c0201b28330e)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit a3417ce85e38d514c7dc43c2ddcdacf45996fc2a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-11-18 17:28:58 -05:00
committed by Richard Purdie
parent 318af72088
commit d127f9bb46
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "1c3448ff6cc6d24d16c6ef6065cb642245cac627"
SRCREV_meta ?= "5ca1021282e796e2427f8c7769af524c433fb39d"
SRCREV_meta ?= "f475b1a9deddbde23f48d7d535abdd5fb133b837"
PV = "${LINUX_VERSION}+git${SRCPV}"