summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/vpp/package.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml
index 1104e184..39a6bdb4 100644
--- a/scripts/package-build/vpp/package.toml
+++ b/scripts/package-build/vpp/package.toml
@@ -6,6 +6,13 @@ build_cmd = "/bin/true"
apply_patches = false
[[packages]]
+name = "vpp-sflow"
+commit_id = "v1.0.01-1"
+scm_url = "https://github.com/sflow/vpp-sflow"
+build_cmd = "/bin/true"
+apply_patches = false
+
+[[packages]]
name = "vpp"
commit_id = "stable/2410"
scm_url = "https://github.com/FDio/vpp"
@@ -15,6 +22,7 @@ apply_patches = false
pre_build_hook = """
mkdir -p ../patches/vpp/
rsync -av ../vyos-vpp-patches/patches/vpp/ ../patches/vpp/
+rsync -av ../vpp-sflow/sflow ../vpp/src/plugins
"""
build_cmd = """