On Mon, 2019-02-18 at 14:07 +0800, Naveen Saini wrote: > For changes, please see: > https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.5.2/ > > License checksum changed.
Can you please include what changed in the license? > > Signed-off-by: Naveen Saini <[email protected]> > --- > ...Makefile-check-for-CONFIG_IXGBEVF-instead.patch | 27 ------------ > ---------- > .../{ixgbevf_4.3.6.bb => ixgbevf_4.5.2.bb} | 7 +++--- > 2 files changed, 3 insertions(+), 31 deletions(-) > delete mode 100644 recipes-kernel/intel-ethernet/ixgbevf/0001- > Makefile-check-for-CONFIG_IXGBEVF-instead.patch > rename recipes-kernel/intel-ethernet/{ixgbevf_4.3.6.bb => > ixgbevf_4.5.2.bb} (82%) > > diff --git a/recipes-kernel/intel-ethernet/ixgbevf/0001-Makefile- > check-for-CONFIG_IXGBEVF-instead.patch b/recipes-kernel/intel- > ethernet/ixgbevf/0001-Makefile-check-for-CONFIG_IXGBEVF-instead.patch > deleted file mode 100644 > index 49a5949..0000000 > --- a/recipes-kernel/intel-ethernet/ixgbevf/0001-Makefile-check-for- > CONFIG_IXGBEVF-instead.patch > +++ /dev/null > @@ -1,27 +0,0 @@ > -From b1d7f46442e50458311573443a5c78637874f62b Mon Sep 17 00:00:00 > 2001 > -From: Anuj Mittal <[email protected]> > -Date: Thu, 12 Apr 2018 11:46:15 +0800 > -Subject: [PATCH] Makefile: check for CONFIG_IXGBEVF instead > - > -Check for the correct config, otherwise it won't build with kbuild. > - > -Upstream-Status: Pending > - > -Signed-off-by: Anuj Mittal <[email protected]> > ---- > - src/Makefile | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/Makefile b/Makefile > -index 968ef5e..e3cb81b 100644 > ---- a/Makefile > -+++ b/Makefile > -@@ -28,7 +28,7 @@ ifneq ($(KERNELRELEASE),) > - # Makefile for the Intel(R) 10GbE PCI Express Virtual Function > Driver > - # > - > --obj-$(CONFIG_IXGBE) += ixgbevf.o > -+obj-$(CONFIG_IXGBEVF) += ixgbevf.o > - > - define ixgbevf-y > - ixgbevf_main.o > diff --git a/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb > b/recipes-kernel/intel-ethernet/ixgbevf_4.5.2.bb > similarity index 82% > rename from recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb > rename to recipes-kernel/intel-ethernet/ixgbevf_4.5.2.bb > index 824c371..ee55aa3 100644 > --- a/recipes-kernel/intel-ethernet/ixgbevf_4.3.6.bb > +++ b/recipes-kernel/intel-ethernet/ixgbevf_4.5.2.bb > @@ -8,15 +8,14 @@ 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 > " > +LIC_FILES_CHKSUM = > "file://${WORKDIR}/${BP}/COPYING;md5=a216b4192dc6b777b6f0db560e9a8417 > " > > 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" > +SRC_URI[md5sum] = "5f6d8fd847ccd00a9a8be9a1f989a56b" > +SRC_URI[sha256sum] = > "5b1d5b6b511b2d2c337b02d0f058fed8036ccbe5097460e60d367808d42bc304" > > UPSTREAM_CHECK_URI = " > https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/" > UPSTREAM_CHECK_REGEX = "ixgbevf%20stable/(?P<pver>\d+(\.\d+)+)/" > -- > 2.7.4 > -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
