summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dpdk/dpdk-kmods_git.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-11-15 14:56:18 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-15 21:43:28 +0800
commit58b60ea11b2742bbb92eb481ba47e66d681ca9d9 (patch)
treeaa4a8413e585a9d2314f2544f9ef3490611a8c89 /recipes-extended/dpdk/dpdk-kmods_git.bb
parenta4c830bec35b372635f76f794c937cb6b8cc192c (diff)
downloadmeta-dpdk-58b60ea11b2742bbb92eb481ba47e66d681ca9d9.tar.gz
dpdk-kmods: update to latest commit
Carry a patch which allows to support 5.18+ kernel ABI. https://git.launchpad.net/ubuntu/+source/dpdk-kmods/tree/debian/patches/0001-support-linux-5.18.patch?id=9d628c02c169d8190bc2cb6afd81e4d364c382cd Build error with 5.19 kernel: igb_uio.c:515:15: error: implicit declaration of function 'pci_set_dma_mask'; did you mean 'ipi_send_mask'? [-Werror=implicit-function-declaration] Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/dpdk/dpdk-kmods_git.bb')
-rw-r--r--recipes-extended/dpdk/dpdk-kmods_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/dpdk/dpdk-kmods_git.bb b/recipes-extended/dpdk/dpdk-kmods_git.bb
index b266655..e929d5b 100644
--- a/recipes-extended/dpdk/dpdk-kmods_git.bb
+++ b/recipes-extended/dpdk/dpdk-kmods_git.bb
@@ -2,12 +2,15 @@ SUMMARY = "DPDK Kernel Module igb_uio"
2DESCRIPTION = "UIO driver for Intel IGB PCI cards" 2DESCRIPTION = "UIO driver for Intel IGB PCI cards"
3HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/" 3HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/"
4 4
5FILESEXTRAPATHS:prepend := "${THISDIR}/dpdk:"
6
5LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b" 8LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b"
7 9
8SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \ 10SRC_URI = "git://dpdk.org/git/dpdk-kmods;protocol=https;branch=main \
11 file://0001-support-5.18-kernel-ABI.patch;patchdir=../.. \
9 " 12 "
10SRCREV = "e13d7af77a1bf98757f85c3c4083f6ee6d0d2372" 13SRCREV = "4a589f7bed00fc7009c93d430bd214ac7ad2bb6b"
11 14
12S = "${WORKDIR}/git/linux/igb_uio" 15S = "${WORKDIR}/git/linux/igb_uio"
13 16