From 17fdb321f3e87bc18a6004d871a5b2b3778821b3 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Tue, 4 Apr 2017 17:38:05 +0100 Subject: vpp-bootstrap: VPP 17.04 Support * Adding support for VPP17.04 * Disabling DPDK to reduce mem footprint to 1G * Fixing AWS for Xenial Change-Id: I70f4ac0e70b80fd9b50d08f88a0987c089503ff2 Signed-off-by: Ray Kinsella --- vpp-bootstrap/containers/ctwo.provision.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'vpp-bootstrap/containers/ctwo.provision.sh') diff --git a/vpp-bootstrap/containers/ctwo.provision.sh b/vpp-bootstrap/containers/ctwo.provision.sh index d8e5796..f914f2d 100755 --- a/vpp-bootstrap/containers/ctwo.provision.sh +++ b/vpp-bootstrap/containers/ctwo.provision.sh @@ -12,10 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -VPP_VERSION=v17.01 +VPP_VERSION=v17.04 VPP_DIR=~/vpp VPP_GIT="https://git.fd.io/vpp" -PLATFORM=vpp_lite echo Cloning $VPP_GIT git clone $VPP_GIT $VPP_DIR @@ -31,8 +30,5 @@ make wipe rm -f build-root/.bootstrap.ok # Build and install packaging -make PLATFORM=$PLATFORM bootstrap -make PLATFORM=$PLATFORM build -#not sure why this is needed to called explicitly -make PLATFORM=$PLATFORM build-vpp-api -make PLATFORM=$PLATFORM plugins +make bootstrap +make build -- cgit 1.2.3-korg