It provides UIO kernek driver for Intel IGB PCI cards. http://git.dpdk.org/dpdk-kmods/
Signed-off-by: Naveen Saini <[email protected]> --- recipes-extended/dpdk/dpdk-kmods_git.bb | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-extended/dpdk/dpdk-kmods_git.bb diff --git a/recipes-extended/dpdk/dpdk-kmods_git.bb b/recipes-extended/dpdk/dpdk-kmods_git.bb new file mode 100644 index 0000000..656a6b1 --- /dev/null +++ b/recipes-extended/dpdk/dpdk-kmods_git.bb @@ -0,0 +1,26 @@ +SUMMARY = "DPDK Kernel Module igb_uio" +DESCRIPTION = "UIO driver for Intel IGB PCI cards" +HOMEPAGE = "http://git.dpdk.org/dpdk-kmods/" + +LICENSE = "GPL-2" +LIC_FILES_CHKSUM = "file://igb_uio.c;beginline=1;endline=4;md5=a05cd72f85021e22ff6b2632b437450b" + +SRC_URI = "git://dpdk.org/dpdk-kmods;branch=main \ + " +SRCREV = "e13d7af77a1bf98757f85c3c4083f6ee6d0d2372" + +S = "${WORKDIR}/git/linux/igb_uio" + +PV = "1.0" + +inherit module + +EXTRA_OEMAKE += "KSRC='${STAGING_KERNEL_DIR}'" + +do_install() { + if [ -e "${S}/igb_uio.ko" ] + then + install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net/ + install -m 0644 ${S}/igb_uio.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net/ + fi +} -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7189): https://lists.yoctoproject.org/g/meta-intel/message/7189 Mute This Topic: https://lists.yoctoproject.org/mt/84854321/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
