Signed-off-by: Naveen Saini <[email protected]>
---
...dule_20.11.1.bb => dpdk-module_20.11.5.bb} | 2 +-
...Fix-finding-librt-using-find_library.patch | 35 -------------------
.../dpdk/{dpdk_20.11.1.bb => dpdk_20.11.5.bb} | 3 +-
3 files changed, 2 insertions(+), 38 deletions(-)
rename recipes-extended/dpdk/{dpdk-module_20.11.1.bb =>
dpdk-module_20.11.5.bb} (96%)
delete mode 100644
recipes-extended/dpdk/dpdk/0001-ifpga-meson-Fix-finding-librt-using-find_library.patch
rename recipes-extended/dpdk/{dpdk_20.11.1.bb => dpdk_20.11.5.bb} (91%)
diff --git a/recipes-extended/dpdk/dpdk-module_20.11.1.bb
b/recipes-extended/dpdk/dpdk-module_20.11.5.bb
similarity index 96%
rename from recipes-extended/dpdk/dpdk-module_20.11.1.bb
rename to recipes-extended/dpdk/dpdk-module_20.11.5.bb
index 42fe229..64defa8 100644
--- a/recipes-extended/dpdk/dpdk-module_20.11.1.bb
+++ b/recipes-extended/dpdk/dpdk-module_20.11.5.bb
@@ -8,7 +8,7 @@ SRC_URI += " \
"
STABLE = "-stable"
BRANCH = "20.11"
-SRCREV = "b1e71cf43153cca07db6cbb69fdca030ccf52234"
+SRCREV = "abf68ccc8b1f923f0eb0b6bf2a8b944378e1ebeb"
S = "${WORKDIR}/git"
inherit module
diff --git
a/recipes-extended/dpdk/dpdk/0001-ifpga-meson-Fix-finding-librt-using-find_library.patch
b/recipes-extended/dpdk/dpdk/0001-ifpga-meson-Fix-finding-librt-using-find_library.patch
deleted file mode 100644
index 4df28c4..0000000
---
a/recipes-extended/dpdk/dpdk/0001-ifpga-meson-Fix-finding-librt-using-find_library.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 308409d72671b7978b20d40748ad985a235b6c86 Mon Sep 17 00:00:00 2001
-From: Mohamad Noor Alim Hussin <[email protected]>
-Date: Thu, 24 Jun 2021 11:30:09 +0800
-Subject: [PATCH] ifpga/meson: Fix finding librt using find_library()
-
-Finding with "librt" keyword would give the output
-with full path of librt such as /usr/lib/librt.so
-instead of -lrt.
-
-Assume find_library() will prepend "lib", thus remove
-"lib" from "librt" keyword. The output will shows as
--lrt.
-
-Upstream-Status: Submitted
[https://mails.dpdk.org/archives/stable/2021-June/031840.html]
-
-Signed-off-by: Mohamad Noor Alim Hussin <[email protected]>
----
- drivers/raw/ifpga/base/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/raw/ifpga/base/meson.build
b/drivers/raw/ifpga/base/meson.build
-index da2d6e33c..949f7f127 100644
---- a/drivers/raw/ifpga/base/meson.build
-+++ b/drivers/raw/ifpga/base/meson.build
-@@ -25,7 +25,7 @@ sources = [
-
- rtdep = dependency('librt', required: false)
- if not rtdep.found()
-- rtdep = cc.find_library('librt', required: false)
-+ rtdep = cc.find_library('rt', required: false)
- endif
- if not rtdep.found()
- build = false
---
-2.32.0
diff --git a/recipes-extended/dpdk/dpdk_20.11.1.bb
b/recipes-extended/dpdk/dpdk_20.11.5.bb
similarity index 91%
rename from recipes-extended/dpdk/dpdk_20.11.1.bb
rename to recipes-extended/dpdk/dpdk_20.11.5.bb
index 061ed8e..1e537f5 100644
--- a/recipes-extended/dpdk/dpdk_20.11.1.bb
+++ b/recipes-extended/dpdk/dpdk_20.11.5.bb
@@ -2,12 +2,11 @@ include dpdk.inc
SRC_URI += " \
file://0001-meson.build-march-and-mcpu-already-passed-by-Yocto.patch \
- file://0001-ifpga-meson-Fix-finding-librt-using-find_library.patch
\
"
STABLE = "-stable"
BRANCH = "20.11"
-SRCREV = "b1e71cf43153cca07db6cbb69fdca030ccf52234"
+SRCREV = "abf68ccc8b1f923f0eb0b6bf2a8b944378e1ebeb"
S = "${WORKDIR}/git"
# kernel module is provide by dpdk-module recipe, so disable here
--
2.25.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7516):
https://lists.yoctoproject.org/g/meta-intel/message/7516
Mute This Topic: https://lists.yoctoproject.org/mt/90929804/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-