aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/bpftool
AgeCommit message (Collapse)Author
2019-09-07vboxguestdrivers,can-isotp,bpftool: Add to BlacklistKhem Raj
They need forward porting to kernel 5.2+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29bpftool.bb: Disable SECURITY_CFLAGSKhem Raj
We do not pass CFLAGS to build and fortify sources needs some optimization to be enabled, its better to reset the additional flags and let the build system add them as it needs Fixes build failures like tools/include/tools/libc_compat.h:11:21: error: static declaration of 'reallocarray' follows non-static declaration | 11 | static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) | | ^~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-10bpftool: remove LIC_FILES_CHKSUMNicolas Dechesne
bpftool is a 'special' recipe since it does "inherit kernelsrc", like perf in oe-core or cpupower in meta-oe. they don't have their own sources, but reuse the kernel source tree, from virtual/kernel recipe. As such, checking the license file does not seem relevant, since the fetching (and license check) is deferred to the virtual/kernel recipe. Remove LIC_FILES_CHKSUM like it is done in perf and cpupower. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-13meta-oe: remove True option to getVar calls (again)André Draszik
A couple have still been missed in the past despite multiple attempts at doing so (or simply have re-appeared?). Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-12-04bpftool: don't build under muslKhem Raj
uses FTW_SKIP_SUBTREE which is GNU extentions, available in glibc but not in musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-27bpftool: add new recipeDaniel Díaz
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>