1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +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
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "a0d36398b257c555381e735cd721cd8479d6762d"
SRCREV_meta ?= "5ca1021282e796e2427f8c7769af524c433fb39d"
SRCREV_meta ?= "f475b1a9deddbde23f48d7d535abdd5fb133b837"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"