summaryrefslogtreecommitdiffstats
path: root/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
diff options
context:
space:
mode:
authorRahul Kumar Gupta <rahul.kumarxx.gupta@intel.com>2016-01-12 19:06:08 +0800
committerSaul Wold <sgw@linux.intel.com>2016-01-21 06:46:20 -0800
commit7d300547808315f3ca5908416c4df75500b0089f (patch)
treee4d2d22eb3fec181552f6407e7cd6ec7699edfb9 /meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
parent994b3e440d7f107b8a7ea5ccc94065f26923988a (diff)
downloadmeta-intel-7d300547808315f3ca5908416c4df75500b0089f.tar.gz
meta-isg: dpdk: retire older ver v2.0.0 and v1.8.0
Removing the older version recipe dpdk v2.0.0 and dpdk v1.8.0 since newer version added so it is no longer required. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb')
-rw-r--r--meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
deleted file mode 100644
index 82f801e8..00000000
--- a/meta-isg/common/recipes-extended/dpdk/dpdk_1.8.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1include dpdk.inc
2
3SRC_URI += "file://dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch \
4 file://dpdk-1.8.0-and-2.0.0-ixgbe-fix-a-build-warning-being-treated-as-error.patch \
5 file://dpdk-1.8.0-kni-fix-build-with-kernel-3.19.patch \
6 file://dpdk-2.0.0-kni-fix-build-with-kernel-4.0.patch \
7 file://dpdk-2.0.0-kni-fix-igb-build-with-kernel-4.1.patch \
8 file://dpdk-2.0.0-kni-net-fix-build-with-kernel-4.1.patch \
9 file://dpdk-1.8.0-mk-rework-gcc-version-detection-to-permit-versions-n.patch \
10 "
11
12SRC_URI[dpdk.md5sum] = "11ad8785aaa869cc87265bcb8d828f22"
13SRC_URI[dpdk.sha256sum] = "9f5386830bd999355182e20408f3fc2cfa0802a4497fdded8d43202feede1939"
14
15export EXAMPLES_BUILD_DIR = "${RTE_TARGET}"
16export ARCHDIR = "generic"
17
18do_install_append () {
19
20 install -m 0755 -d ${D}/${INSTALL_PATH}/${RTE_TARGET}/hostapp
21 install -m 0755 ${S}/${RTE_TARGET}/hostapp/* ${D}/${INSTALL_PATH}/${RTE_TARGET}/hostapp/
22}