summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordavidjchou <david.j.chou@intel.com>2017-05-18 23:43:27 -0800
committerTim Rozet <trozet@redhat.com>2017-05-26 18:19:40 +0000
commit05ab832380db398a79bbc9b7bc28993175178346 (patch)
treee70fbaf63a453314d99324432a9b9ac0f60774c2 /build
parente02b5be4ef2af55af0243dcd19ffac74fa7a052e (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> (cherry picked from commit 557e2db49051721e1b70adc4a561a2c162b0c511)
Diffstat (limited to 'build')
-rw-r--r--build/variables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variables.sh b/build/variables.sh
index 789ca76d..564d2286 100644
--- a/build/variables.sh
+++ b/build/variables.sh
@@ -35,7 +35,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"
tacker_repo="http://github.com/openstack/tacker"
tacker_branch="stable/newton"