summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-09-30 14:33:13 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-30 07:34:22 -0700
commitf3703b716ac018b5817588e3534ec58a0126de44 (patch)
treebca896f3c98a8abda77ca5e016e96a23dcd3cad6
parentf9c4fa94fd224d67c86235172d36cd85d98960c6 (diff)
downloadmeta-openembedded-f3703b716ac018b5817588e3534ec58a0126de44.tar.gz
pahole: upgrade 1.25 -> 1.27
ChangeLog: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.26?h=v1.27 https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/changes-v1.27?h=v1.27 Add more architectures to COMPATIBLE_HOST, as libbpf is now allowed to be built on more architectures[1]. [1] https://git.openembedded.org/meta-openembedded/commit/?id=bb8049afe96db57707afc259743e288bec456117 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch (renamed from meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch)1
-rw-r--r--meta-oe/recipes-devtools/pahole/pahole_1.27.bb (renamed from meta-oe/recipes-devtools/pahole/pahole_1.25.bb)7
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch
index 4f7dfd4cca..7dc18d7aa2 100644
--- a/meta-oe/recipes-devtools/pahole/files/0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch
+++ b/meta-oe/recipes-devtools/pahole/files/0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch
@@ -4,7 +4,6 @@ Date: Wed, 15 Sep 2021 17:54:01 +0200
4Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 4Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3
5 5
6Upstream-Status: Inappropriate [OE specific] 6Upstream-Status: Inappropriate [OE specific]
7
8--- 7---
9 ostra/ostra-cg | 2 +- 8 ostra/ostra-cg | 2 +-
10 ostra/python/ostra.py | 2 +- 9 ostra/python/ostra.py | 2 +-
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb
index 1334c850e6..b899684eb2 100644
--- a/meta-oe/recipes-devtools/pahole/pahole_1.25.bb
+++ b/meta-oe/recipes-devtools/pahole/pahole_1.27.bb
@@ -7,11 +7,12 @@ DEPENDS = "elfutils zlib libbpf"
7 7
8# Depends on MACHINE_ARCH libbpf 8# Depends on MACHINE_ARCH libbpf
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux" 10COMPATIBLE_HOST:mips = "null"
11COMPATIBLE_HOST:riscv32 = "null"
11 12
12SRCREV = "81558a5a996005df0d607dd33f74ec5b7bdb619d" 13SRCREV = "3e265dac5ec85b956c664464072196c37d2af4f3"
13SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \ 14SRC_URI = "git://git.kernel.org/pub/scm/devel/pahole/pahole.git;branch=master \
14 file://0002-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch" 15 file://0001-Use-usr-bin-env-python3-instead-of-just-usr-bin-pyth.patch"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18