aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk_19.11-20.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/dpdk/dpdk_19.11-20.04.bb')
-rw-r--r--recipes-extended/dpdk/dpdk_19.11-20.04.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-extended/dpdk/dpdk_19.11-20.04.bb b/recipes-extended/dpdk/dpdk_19.11-20.04.bb
deleted file mode 100644
index 398d2ec4..00000000
--- a/recipes-extended/dpdk/dpdk_19.11-20.04.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-LIC_FILES_CHKSUM = "file://license/README;md5=3383def2d4c82237df281174e981a492"
-
-SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/dpdk;nobranch=1 \
- file://add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \
- file://0001-add-Wno-cast-function-type.patch \
- file://0001-Add-RTE_KERNELDIR_OUT.patch \
- file://0004-update-WERROR_FLAGS.patch \
- file://0001-examples-ipsec-gw-fix-gcc-10-maybe-uninitialized-war.patch \
-"
-SRCREV = "4110a5fed09fa034963cfc246a6285911ecbd540"
-
-include dpdk.inc
-
-
-do_install_append () {
- # Remove the unneeded dir
- rm -rf ${D}/${datadir}/${RTE_TARGET}/app
-}
-