diff options
author | davidjchou <david.j.chou@intel.com> | 2017-05-18 23:43:27 -0800 |
---|---|---|
committer | davidjchou <david.j.chou@intel.com> | 2017-05-18 23:55:58 -0800 |
commit | 557e2db49051721e1b70adc4a561a2c162b0c511 (patch) | |
tree | 4ca24a5ba8da9b7c14663fdae0a2ad451f1edceb | |
parent | 0ea79ccda01ea235ea3171273e8ee02dfc4ab2a9 (diff) |
Updates the real time kvm kernel
Reduce the real time kvm kernel by stripping debug info.
Change-Id: I33335b8a9bd241ee83bc6f30bb2e819403bad491
Signed-off-by: davidjchou <david.j.chou@intel.com>
-rw-r--r-- | build/variables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |