T7697: Remove vyos-vpp build requirements to build vyos-1x

The vyos-vpp repo was merged to the vyos-1x in the
https://github.com/vyos/vyos-1x/pull/4650
We do not need copy from vyos-vpp repo anymore.
This commit is contained in:
Viacheslav 2025-08-14 10:30:08 +00:00
parent 65cc12735a
commit 700abd15ce
2 changed files with 0 additions and 8 deletions

View File

@ -1,2 +1 @@
/vyos-1x/
/vyos-vpp/

View File

@ -1,11 +1,4 @@
[[packages]]
name = "vyos-vpp"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-vpp.git"
build_cmd = "/bin/true"
[[packages]]
name = "vyos-1x"
commit_id = "current"
scm_url = "https://github.com/vyos/vyos-1x.git"
build_cmd = "rsync -av --exclude='.git' --exclude='.github' --exclude='README*' --exclude='LICENSE' --exclude='*.md' ../vyos-vpp/ ./; dpkg-buildpackage -us -uc -F"