From 632399bb6f72910f8949f3b6da24e4ff8293224a Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 20 Apr 2018 08:42:13 +0800 Subject: ixgbevf: cleanup recipe * Remove unnecessary code and include version info in recipe. * Better description of the package and project page * Change do_install to use S instead of WORKDIR. Using S would fail when used with devtool that relies on externalsrc class. Signed-off-by: Anuj Mittal Signed-off-by: California Sullivan --- ...Makefile-check-for-CONFIG_IXGBEVF-instead.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-kernel/intel-ethernet/ixgbevf/0001-Makefile-check-for-CONFIG_IXGBEVF-instead.patch (limited to 'recipes-kernel/intel-ethernet/ixgbevf/0001-Makefile-check-for-CONFIG_IXGBEVF-instead.patch') 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 new file mode 100644 index 00000000..49a59496 --- /dev/null +++ b/recipes-kernel/intel-ethernet/ixgbevf/0001-Makefile-check-for-CONFIG_IXGBEVF-instead.patch @@ -0,0 +1,27 @@ +From b1d7f46442e50458311573443a5c78637874f62b Mon Sep 17 00:00:00 2001 +From: Anuj Mittal +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 +--- + 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 -- cgit v1.2.3-54-g00ecf