summaryrefslogtreecommitdiff
path: root/packages/vpp/build_vpp.json
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2023-06-20 15:58:56 +0300
committerzsdc <taras@vyos.io>2023-06-20 18:04:07 +0300
commitfee69c5c7cafb2959b8b46b22c105b9c1eb82176 (patch)
tree27d09e1bd37b8e32ae3524003d4dc6211e3956ef /packages/vpp/build_vpp.json
parentdeb4cb7f4d4b3f5a9b132b7c4528d4b94329a89f (diff)
downloadvyos-build-fee69c5c7cafb2959b8b46b22c105b9c1eb82176.tar.gz
vyos-build-fee69c5c7cafb2959b8b46b22c105b9c1eb82176.zip
VPP: T1797: Added build scripts for VPP
Diffstat (limited to 'packages/vpp/build_vpp.json')
-rw-r--r--packages/vpp/build_vpp.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/vpp/build_vpp.json b/packages/vpp/build_vpp.json
new file mode 100644
index 00000000..8e0fde5b
--- /dev/null
+++ b/packages/vpp/build_vpp.json
@@ -0,0 +1,14 @@
+{
+ "build_commands": [
+ [
+ "sudo",
+ "make",
+ "UNATTENDED=yes",
+ "install-dep"
+ ],
+ [
+ "make",
+ "pkg-deb"
+ ]
+ ]
+} \ No newline at end of file