fuel-plugin-ovs/ovs_build
Guo Ruijing ab30dcb7fb Add dpdk 16.04 debian spec
1. download dpdk 2.2.0 debian spec
wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dpdk_2.2.0-0ubuntu8.dsc
wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dpdk_2.2.0.orig.tar.gz
wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dpdk_2.2.0-0ubuntu8.debian.tar.xz
dpkg-source -x dpdk_2.2.0-0ubuntu8.dsc

2. remove patch and update debian spec
wget -c http://fast.dpdk.org/rel/dpdk-16.04.tar.xz
cd dpdk-2.2.0; rm -rf debian/patches/; uupdate -v 16.04 ../dpdk-16.04.tar.xz

3. update changelog
cat << EOF > debian/changelog
dpdk (16.04-1) unstable; urgency=low
  * DPDK 16.04
 -- DPDK team <dev@dpdk.org>
EOF

Change-Id: Ie4b4ef441d77b1dfb60897b972a08a1c86c0f0e2
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2016-08-05 09:52:51 +08:00
..
dpdk-16.04/debian Add dpdk 16.04 debian spec 2016-08-05 09:52:51 +08:00
patches Update NSH patches 2016-07-12 04:47:57 +08:00
Dockerfile refactor scripts and update NSH patch 2016-05-24 08:06:51 +00:00
build-ovs-dpdk.sh Update to DPDK 16.04 + OVS 2.5.90 2016-06-07 17:50:27 +00:00
build-ovs-nsh-dpdk.sh Fix NSH Patches 2016-06-28 22:53:06 +00:00
rules Update to DPDK 16.04 + OVS 2.5.90 2016-06-07 17:50:27 +00:00