examples/bpf: remove from list of examples to build

The examples/bpf directory does not contain an example app, but rather
example code for use with testpmd's BPF support. Therefore, we should not
attempt to build it when the user requests "examples=all". This also
synchronises the meson behaviour with make which similarly doesn't compile
up the code.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
This commit is contained in:
Bruce Richardson 2019-10-22 16:43:02 +01:00 committed by Thomas Monjalon
parent 268fa581b1
commit e6d7862834
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
# This contains BPF example code for use in testing BPF with testpmd,
# therefore it should not be built as part of a meson build.
build=false

View file

@ -11,7 +11,7 @@ execinfo = cc.find_library('execinfo', required: false)
# list of all example apps. Keep 1-3 per line, in alphabetical order.
all_examples = [
'bbdev_app', 'bond',
'bpf', 'cmdline',
'cmdline',
'distributor', 'ethtool',
'eventdev_pipeline',
'fips_validation', 'flow_classify',