summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ply
Commit message (Collapse)AuthorAgeFilesLines
* 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>