Lines Matching refs:bpf
17 # now we just test bpf and vm
19 # bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a54…
22 PACKAGECONFIG:remove:x86 = "bpf"
23 PACKAGECONFIG:remove:arm = "bpf vm"
28 PACKAGECONFIG:remove:qemumips = "bpf vm"
34 PACKAGECONFIG[bpf] = ",,elfutils libcap libcap-ng rsync-native,"
45 ${@bb.utils.filter('PACKAGECONFIG', 'bpf firmware vm', d)} \
71 if [ ${@bb.utils.contains('PACKAGECONFIG', 'bpf', 'True', 'False', d)} = 'True' ]; then
73 bbwarn "clang >= 6.0 with bpf support is needed with kernel 4.18+ so
95 if [ -e ${D}/usr/kernel-selftest/bpf/test_offload.py ]; then
96 sed -i -e '1s,#!.*python3,#! /usr/bin/env python3,' ${D}/usr/kernel-selftest/bpf/test_offload.py
121 if ${@bb.utils.contains('PACKAGECONFIG','bpf','true','false',d)} ; then
122 test -f ${S}/tools/testing/selftests/bpf/Makefile && \
126 ${S}/tools/testing/selftests/bpf/Makefile || \
127 …testing/selftests/bpf/Makefile file from https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c…