summaryrefslogtreecommitdiffstats
path: root/scripts/build_vpp.sh
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2019-04-30 17:40:53 +0530
committercharan makkina <charan795m@gmail.com>2019-05-20 18:14:40 +0530
commita826fe833d3f2a8fe2673fa05811fe1a22baf045 (patch)
treeda11a17c46ca9b8a002a52a290628574fa3f5eda /scripts/build_vpp.sh
parent3e6bf7b64eea418c59959c18750261b815b2892c (diff)
Feature: 19.04 part 1
Change-Id: Ibba924b8deca1f246b9dcb12d89d085b6fd33046 Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'scripts/build_vpp.sh')
-rwxr-xr-xscripts/build_vpp.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build_vpp.sh b/scripts/build_vpp.sh
index 555aa9f..fad02fc 100755
--- a/scripts/build_vpp.sh
+++ b/scripts/build_vpp.sh
@@ -20,10 +20,10 @@ set -x
cd ../stacks/vpp
git clone https://gerrit.fd.io/r/vpp
-
cd vpp
-git checkout origin/stable/1804 -b vpp_1804_br
+git fetch https://gerrit.fd.io/r/vpp refs/changes/39/18639/2 && git checkout FETCH_HEAD
cp ../adapt/* src/vcl/
-git am ../patch/*
+git apply --ignore-space-change --ignore-whitespace ../patch/vpp.patch
make UNATTENDED=yes install-dep
make build
+