summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/pre_build_hook
diff options
context:
space:
mode:
authordavidjchou <david.j.chou@intel.com>2016-06-03 17:47:59 -0700
committerdavidjchou <david.j.chou@intel.com>2016-06-03 21:11:45 -0700
commit7b0d298c1826ff7210b859223d42136dffe7b3ce (patch)
tree77238fd32abdd494013f5d18994ae66f40ab4aa8 /fuel-plugin/pre_build_hook
parent0e68cb048bb8aadb14675f5d4286d8ab2fc35449 (diff)
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 <david.j.chou@intel.com>
Diffstat (limited to 'fuel-plugin/pre_build_hook')
-rwxr-xr-xfuel-plugin/pre_build_hook4
1 files changed, 2 insertions, 2 deletions
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