From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 bsp/meta-intel/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb (limited to 'bsp/meta-intel/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb') diff --git a/bsp/meta-intel/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb b/bsp/meta-intel/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb deleted file mode 100644 index 2a793508..00000000 --- a/bsp/meta-intel/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY="ixgbevf kernel driver for Intel Magnolia Park 10GbE" -DESCRIPTION="This virtual function driver supports kernel versions 2.6.x and newer \ -This driver supports 82599, X540, X550, and X552-based virtual function devices \ -that can only be activated on kernels that support SR-IOV. \ -SR-IOV requires the correct platform and OS support. \ -The guest OS loading this driver must support MSI-X interrupts." - -HOMEPAGE = "https://sourceforge.net/projects/e1000/" -SECTION = "kernel/network" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${WORKDIR}/${BP}/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/${PV}/${BP}.tar.gz \ - file://0001-ixgbevf-skip-host-depmod.patch \ - file://0001-Makefile-check-for-CONFIG_IXGBEVF-instead.patch \ - " - -SRC_URI[md5sum] = "fc53be00bf5e71939a9a39e9802d5b77" -SRC_URI[sha256sum] = "61ac4e93808fa4316b044bae40f2a1dc40e4d9ae9a1785a753cdfc79b515d695" - -S = "${WORKDIR}/${BP}/src" -MODULES_INSTALL_TARGET = "install" - -EXTRA_OEMAKE='KSRC="${STAGING_KERNEL_BUILDDIR}" KVER="${KERNEL_VERSION}" INSTALL_MOD_PATH="${D}"' - -KERNEL_MODULE_AUTOLOAD_append_intel-core2-32 = " ixgbevf" -KERNEL_MODULE_AUTOLOAD_append_intel-corei7-64 = " ixgbevf" - -inherit module - -do_install_append () { - # Install scripts/set_irq_affinity - install -d ${D}${sysconfdir}/network - install -m 0755 ${S}/../scripts/set_irq_affinity ${D}${sysconfdir}/network - - rm -rf ${D}${prefix}/man -} - -PACKAGES += "${PN}-script" - -FILES_${PN}-script += "${sysconfdir}/network/set_irq_affinity" -- cgit 1.2.3-korg