summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ply
Commit message (Collapse)AuthorAgeFilesLines
* ply: Disable on ppc64Khem Raj2021-03-121-1/+1
| | | | | | Port does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ply: upgrade to latestKhem Raj2021-03-121-1/+3
| | | | | | Set PV 2.1.1+git Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Ply: Add recipe for git versionLeo Yan2020-02-231-0/+15
Ply is a light-weight eBPF tool which compiles ply script or one-liner to Linux BPF programs and attaches to kprobes and tracepoints. It doesn't require external dependencies except libc, so it's very friendly for embedded system usage. This patch adds the recipe to support ply building for git version. Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>