Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpftool: don't build under musl | Khem Raj | 2019-02-04 | 1 | -0/+2 |
| | | | | | | | | uses FTW_SKIP_SUBTREE which is GNU extentions, available in glibc but not in musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | bpftool: add new recipe | Daniel Díaz | 2018-06-27 | 1 | -0/+31 |
The bpftool allows for inspection and simple manipulation of eBPF programs and maps, so common in the kernel selftests. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> |