From: davidjchou Date: Fri, 28 Apr 2017 02:59:58 +0000 (-0800) Subject: Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62. X-Git-Tag: danube.2.0~5^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2dffc534ab471d141252be439a2dd1c6392d3e69;p=apex.git Updates the real time kvm kernel from 4.4.6-rt14 to 4.4.50-rt62. Change-Id: Iee42eb2533fe8c8336113613ab578aa56abb37fb Signed-off-by: davidjchou (cherry picked from commit e6e035be520fd2f1021f524f11a9f19cd70523a2) --- diff --git a/build/variables.sh b/build/variables.sh index 38e139bd..d3cecdd1 100644 --- a/build/variables.sh +++ b/build/variables.sh @@ -32,8 +32,8 @@ dpdk_rpms=( 'ovs4opnfv-e8acab14-dpdk-tools-16.11-5.el7.centos.x86_64.rpm' ) -kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv" -kvmfornfv_kernel_rpm="kernel-4.4.6_rt14_1703030237nfv-1.x86_64.rpm" +kvmfornfv_uri_base="http://artifacts.opnfv.org/kvmfornfv/danube" +kvmfornfv_kernel_rpm="kvmfornfv-8e1bfc88-apex-kernel-4.4.50_rt62_centos.x86_64.rpm" tacker_repo="http://github.com/openstack/tacker" tacker_branch="stable/newton"