From 590c01813e352f3e47dc927adda61599c355e4c4 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 25 Oct 2022 11:33:12 +0800 Subject: dpdk/20.11: drop recipe Recipe for dpdk 22.07 already has been added. So time to drop it. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- ...ld-march-and-mcpu-already-passed-by-Yocto.patch | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 recipes-extended/dpdk/dpdk/0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch (limited to 'recipes-extended/dpdk/dpdk/0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch') diff --git a/recipes-extended/dpdk/dpdk/0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch b/recipes-extended/dpdk/dpdk/0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch deleted file mode 100644 index bef1f45..0000000 --- a/recipes-extended/dpdk/dpdk/0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch +++ /dev/null @@ -1,38 +0,0 @@ -From cf8f15824dc2dd306d9c7e111641bef045d623c2 Mon Sep 17 00:00:00 2001 -From: Naveen Saini -Date: Wed, 14 Apr 2021 16:03:10 +0800 -Subject: [PATCH] meson.build:-march and -mcpu already passed by Yocto - -Upstream-Status: Inappropriate - -Signed-off-by: Naveen Saini ---- - config/meson.build | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/config/meson.build b/config/meson.build -index 2f150de3b8..41bb3e9ec4 100644 ---- a/config/meson.build -+++ b/config/meson.build -@@ -94,12 +94,12 @@ dpdk_conf.set('RTE_MACHINE', machine) - machine_args = [] - - # ppc64 does not support -march= at all, use -mcpu and -mtune for that --if host_machine.cpu_family().startswith('ppc') -- machine_args += '-mcpu=' + machine -- machine_args += '-mtune=' + machine --else -- machine_args += '-march=' + machine --endif -+#if host_machine.cpu_family().startswith('ppc') -+# machine_args += '-mcpu=' + machine -+# machine_args += '-mtune=' + machine -+#else -+# machine_args += '-march=' + machine -+#endif - - toolchain = cc.get_id() - dpdk_conf.set_quoted('RTE_TOOLCHAIN', toolchain) --- -2.17.1 - -- cgit v1.2.3-54-g00ecf