index: add VPP repository
FD.io's Vector Packet Processor (VPP) is a fast, scalable layer 2-4 multi-platform network stack. It runs in Linux Userspace on multiple architectures including x86, ARM, and Power architectures. Signed-off-by: Nicolas PLANEL <nplanel@cisco.com> Signed-off-by: Nicolas PLANEL <nplanel@gmail.com> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
parent
cb818fe4a7
commit
f260bb555e
2 changed files with 6 additions and 0 deletions
|
|
@ -110,6 +110,11 @@ project_filters = {
|
||||||
*default_filters,
|
*default_filters,
|
||||||
ConfigInFilter,
|
ConfigInFilter,
|
||||||
],
|
],
|
||||||
|
'vpp': [
|
||||||
|
*default_filters,
|
||||||
|
(CppPathIncFilter, {"prefix_path": ['src', 'src/plugins', 'src/vpp-api', 'src/vpp-api/vapi']}),
|
||||||
|
MakefileFileFilter,
|
||||||
|
],
|
||||||
'zephyr': [
|
'zephyr': [
|
||||||
*default_filters,
|
*default_filters,
|
||||||
DtsiFilter,
|
DtsiFilter,
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,7 @@ add_default_remotes $1 $# $2 xen https://xenbits.xen.org/git-http/xen.git
|
||||||
add_default_remotes $1 $# $2 freebsd https://git.freebsd.org/src.git
|
add_default_remotes $1 $# $2 freebsd https://git.freebsd.org/src.git
|
||||||
add_default_remotes $1 $# $2 opensbi https://github.com/riscv-software-src/opensbi
|
add_default_remotes $1 $# $2 opensbi https://github.com/riscv-software-src/opensbi
|
||||||
add_default_remotes $1 $# $2 iproute2 https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
|
add_default_remotes $1 $# $2 iproute2 https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
|
||||||
|
add_default_remotes $1 $# $2 vpp https://gerrit.fd.io/r/vpp
|
||||||
|
|
||||||
# Index a single project
|
# Index a single project
|
||||||
if test "x$2" != "x--all"; then
|
if test "x$2" != "x--all"; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue