diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:02:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:36 -0700 |
commit | 5bb9ed684b8d9f17b22b26a94a926b96d666465e (patch) | |
tree | 255c359c07f9328bb24201839ba8e067f0e70ed3 /meta-oe/recipes-kernel/libbpf | |
parent | 338f0155fb7ed570bb58d943f5fdb59d29c0e608 (diff) | |
download | meta-openembedded-5bb9ed684b8d9f17b22b26a94a926b96d666465e.tar.gz |
libbpf: upgrade 1.4.5 -> 1.4.6
Changelog:
===========
- BPF skeleton forward compatibility fix
- BTF endianness inheritance bug fix
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/libbpf')
-rw-r--r-- | meta-oe/recipes-kernel/libbpf/libbpf_1.4.6.bb (renamed from meta-oe/recipes-kernel/libbpf/libbpf_1.4.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.5.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.6.bb index 5ee770148..914ac9f08 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.5.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.6.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238 | |||
8 | 8 | ||
9 | DEPENDS = "zlib elfutils" | 9 | DEPENDS = "zlib elfutils" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-1.4.5" | 11 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-1.4.6" |
12 | SRCREV = "a5086158dc90593b4e4b3ddbafab9bdaf9ec97ef" | 12 | SRCREV = "fdf402b384cc42ce29bb9e27011633be3cbafe1e" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |