From: Leo Yan <leo.yan@linaro.org>
To: openembedded-devel@lists.openembedded.org,
Sumit Garg <sumit.garg@linaro.org>,
Daniel Thompson <daniel.thompson@linaro.org>,
Loic Poulain <loic.poulain@linaro.org>
Subject: [meta-oe][PATCH v1 0/4] eBPF tools: Add recipes
Date: Tue, 18 Feb 2020 13:25:40 +0800 [thread overview]
Message-ID: <20200218052544.9467-1-leo.yan@linaro.org> (raw)
This patch series add recipes for three eBPF tools into OpenEmbedded:
Ply, BCC and bpftrace; BCC is dependent on luajit so also adds a recipe
for luajit 2.1.0-beta3 building.
These tools have been tested with MACHINE=qemuarm64 building.
Leo Yan (2):
Ply: Add recipe for git version
luajit: Add luajit 2.1.0-beta3 recipe
Sumit Garg (2):
BCC: Add build recipe
bpftrace: Add build recipe
...-with-OE-LLVM-cross-compiled-package.patch | 32 +++++++
meta-oe/recipes-devtools/bcc/bcc_0.12.0.bb | 37 ++++++++
...ith-OE-llvm-clang-cross-compiled-pac.patch | 65 +++++++++++++
.../bpftrace/bpftrace_0.9.4.bb | 34 +++++++
.../recipes-devtools/luajit/luajit_2.1.0.bb | 92 +++++++++++++++++++
meta-oe/recipes-devtools/ply/ply_git.bb | 27 ++++++
6 files changed, 287 insertions(+)
create mode 100644 meta-oe/recipes-devtools/bcc/bcc/0001-Allow-to-build-with-OE-LLVM-cross-compiled-package.patch
create mode 100644 meta-oe/recipes-devtools/bcc/bcc_0.12.0.bb
create mode 100644 meta-oe/recipes-devtools/bpftrace/bpftrace/0001-Allow-to-build-with-OE-llvm-clang-cross-compiled-pac.patch
create mode 100644 meta-oe/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
create mode 100644 meta-oe/recipes-devtools/luajit/luajit_2.1.0.bb
create mode 100644 meta-oe/recipes-devtools/ply/ply_git.bb
--
2.17.1
next reply other threads:[~2020-02-18 5:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-18 5:25 Leo Yan [this message]
2020-02-18 5:25 ` [meta-oe][PATCH v1 1/4] Ply: Add recipe for git version Leo Yan
2020-02-20 15:41 ` Khem Raj
2020-02-21 9:03 ` Leo Yan
2020-02-18 5:25 ` [meta-oe][PATCH v1 2/4] luajit: Add luajit 2.1.0-beta3 recipe Leo Yan
2020-02-19 23:07 ` Khem Raj
2020-02-18 5:25 ` [meta-oe][PATCH v1 3/4] BCC: Add build recipe Leo Yan
2020-02-18 6:30 ` Khem Raj
2020-02-18 7:27 ` Leo Yan
2020-02-19 9:44 ` Leo Yan
2020-02-19 17:16 ` Khem Raj
2020-02-18 5:25 ` [meta-oe][PATCH v1 4/4] bpftrace: " Leo Yan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200218052544.9467-1-leo.yan@linaro.org \
--to=leo.yan@linaro.org \
--cc=daniel.thompson@linaro.org \
--cc=loic.poulain@linaro.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=sumit.garg@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.