From 700abd15ce7ae48825adf0f3bf9795f4f508050e Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Thu, 14 Aug 2025 10:30:08 +0000 Subject: 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. --- scripts/package-build/vyos-1x/.gitignore | 1 - scripts/package-build/vyos-1x/package.toml | 7 ------- 2 files changed, 8 deletions(-) (limited to 'scripts') diff --git a/scripts/package-build/vyos-1x/.gitignore b/scripts/package-build/vyos-1x/.gitignore index 990c6351..f4492081 100644 --- a/scripts/package-build/vyos-1x/.gitignore +++ b/scripts/package-build/vyos-1x/.gitignore @@ -1,2 +1 @@ /vyos-1x/ -/vyos-vpp/ diff --git a/scripts/package-build/vyos-1x/package.toml b/scripts/package-build/vyos-1x/package.toml index 6dcbadb3..1f0cba1f 100644 --- a/scripts/package-build/vyos-1x/package.toml +++ b/scripts/package-build/vyos-1x/package.toml @@ -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" -- cgit v1.2.3