diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2019-05-27 18:27:09 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-05-27 21:46:23 +0800 |
commit | e252ee850f4062d4dae266f2df95d25dfc88dff2 (patch) | |
tree | 1d388ad98ca1f439684a86d9406549cdd9301ed5 /recipes-extended/dpdk/dpdk.inc | |
parent | 8be75da5f648f456cbb853237baebf610ac8a393 (diff) | |
download | meta-dpdk-e252ee850f4062d4dae266f2df95d25dfc88dff2.tar.gz |
Move two patches to the version specific bb
These two patches can't be applied to the new version DPDK, so move
them to the version specific bb.
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk.inc')
-rw-r--r-- | recipes-extended/dpdk/dpdk.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 92042bb..a0e081a 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-extended/dpdk/dpdk.inc | |||
@@ -8,8 +8,6 @@ S = "${WORKDIR}/git" | |||
8 | SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \ | 8 | SRC_URI = "git://dpdk.org/dpdk${STABLE};branch=${BRANCH} \ |
9 | file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ | 9 | file://dpdk-16.04-add-RTE_KERNELDIR_OUT-to-split-kernel-bu.patch \ |
10 | file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ | 10 | file://dpdk-16.07-add-sysroot-option-within-app-makefile.patch \ |
11 | file://dpdk-16.07-dpdk-fix-for-parellel-make-issue.patch \ | ||
12 | file://dpdk-17.02-dpdk-fix-installation-warning-and-issue.patch \ | ||
13 | " | 11 | " |
14 | 12 | ||
15 | COMPATIBLE_MACHINE = "null" | 13 | COMPATIBLE_MACHINE = "null" |