1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

linux-yocto/5.19: fix gcc-11 warning

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

    65a9a22786a6 libbpf: Initialize err in probe_map_create

(From OE-Core rev: 9687d516170721e759eb166de5918581016545b6)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-09-27 15:05:53 -04:00
committed by Richard Purdie
parent e6a9aab3ef
commit 7d2f9023e3
3 changed files with 12 additions and 12 deletions
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "44a446e91acea4f2f0d35896763224c3b52a3ed5"
SRCREV_machine ?= "65a9a22786a6710fc7b4edb7cfae80dd83f591f1"
SRCREV_meta ?= "350b544d077955b599b54ab364f6227d96a90455"
PV = "${LINUX_VERSION}+git${SRCPV}"