Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions scripts/package-build/vpp/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ scm_url = "https://github.com/vyos/vyos-vpp-patches"
build_cmd = "/bin/true"
apply_patches = false

[[packages]]
name = "vpp-sflow"
commit_id = "v0.9.02-2"
Comment thread
sever-sever marked this conversation as resolved.
Outdated
scm_url = "https://github.com/sflow/vpp-sflow"
build_cmd = "/bin/true"
apply_patches = false

[[packages]]
name = "vpp"
commit_id = "stable/2410"
Expand All @@ -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 = """
Expand Down
Loading