From: davidjchou Date: Fri, 19 May 2017 07:43:27 +0000 (-0800) Subject: Updates the real time kvm kernel X-Git-Tag: opnfv-5.0.0~135^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F35033%2F1;p=apex.git Updates the real time kvm kernel Reduce the real time kvm kernel by stripping debug info. Change-Id: I33335b8a9bd241ee83bc6f30bb2e819403bad491 Signed-off-by: davidjchou --- diff --git a/build/variables.sh b/build/variables.sh index 9d85e7a1..9188768d 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -34,7 +34,7 @@ dpdk_rpms=( ) kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv/danube" -kvmfornfv_kernel_rpm="kvmfornfv-8e1bfc88-apex-kernel-4.4.50_rt62_centos.x86_64.rpm" +kvmfornfv_kernel_rpm="kvmfornfv-4bfeded9-apex-kernel-4.4.50_rt62_centos.x86_64.rpm" netvpp_repo="https://github.com/openstack/networking-vpp" netvpp_branch="master"