1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

linux-yocto/5.15: libbpf: Fix build warning on ref_ctr_off

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

    da5513f30187 libbpf: Fix build warning on ref_ctr_off

(From OE-Core rev: 422c3fee2364ae8376d0c4f601749b616a76fb03)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit eb75d561256c794baf6c89c1975967343145da87)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2023-01-08 19:38:55 -05:00
committed by Richard Purdie
parent fd8bc329dc
commit 7dce079e09
3 changed files with 16 additions and 16 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "c7e10f06a33a546bcdd0b2e2909459b7572b5443"
SRCREV_meta ?= "66de7a6f2687cdaf5169ce5b57dd35f508be1682"
SRCREV_machine ?= "6e85c80a960287ec238f53c91eeade3456044fa3"
SRCREV_meta ?= "72756ee16d7230f04fb6bbf0bb115e32a9d73d8d"
PV = "${LINUX_VERSION}+git${SRCPV}"