From 7b0d298c1826ff7210b859223d42136dffe7b3ce Mon Sep 17 00:00:00 2001 From: davidjchou Date: Fri, 3 Jun 2016 17:47:59 -0700 Subject: Update the files in fuel-plugin to match the upstream Since the upstream kvmfornfv kernel version and OVS changed, updated the related files in fuel-plugin, so it can build fuel-plugin-kvm with latest kvmfornfv kernel and OVS module. Upstream status: kvmfornfv kernel 4.4.6-rt14nfv Change-Id: I6a7c312f7527acae4d2de64c7b43da4fbec41504 Signed-off-by: davidjchou --- fuel-plugin/pre_build_hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fuel-plugin/pre_build_hook') diff --git a/fuel-plugin/pre_build_hook b/fuel-plugin/pre_build_hook index 9b3b93116..0dfc36cbc 100755 --- a/fuel-plugin/pre_build_hook +++ b/fuel-plugin/pre_build_hook @@ -10,8 +10,8 @@ function build_pkg { ubuntu) sudo docker build -t kvm . container_id=`sudo docker run -d kvm` - sudo docker cp $container_id:/linux-headers-4.1.10-rt10nfv_1.0.OPNFV_amd64.deb ${DIR}/repositories/ubuntu/ - sudo docker cp $container_id:/linux-image-4.1.10-rt10nfv_1.0.OPNFV_amd64.deb ${DIR}/repositories/ubuntu/ + sudo docker cp $container_id:/linux-headers-4.4.6-rt14nfv_1.0.OPNFV_amd64.deb ${DIR}/repositories/ubuntu/ + sudo docker cp $container_id:/linux-image-4.4.6-rt14nfv_1.0.OPNFV_amd64.deb ${DIR}/repositories/ubuntu/ ;; *) echo "Not supported system"; exit 1;; esac -- cgit 1.2.3-korg