diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-22 13:57:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 13:57:47 +0000 |
commit | 9c79fb8cfef2a018252229f347d541815e976a15 (patch) | |
tree | 7403316647e9bb27c599da08f338ceed220456ea /build | |
parent | 78a6e3805d566f1061808fc62ea1e3f470e02c2d (diff) | |
parent | 557e2db49051721e1b70adc4a561a2c162b0c511 (diff) |
Merge "Updates the real time kvm kernel"
Diffstat (limited to 'build')
-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" |