From f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 Jul 2018 11:25:35 -0400 Subject: linux-yocto: igb.cfg: change igb config from m to y Yocto Project reference board such as Minnowboard need IGB module to enable ethernet networking. It need to bundle together with kernel when use NFS boot without initramfs. Signed-off-by: Mohamad Noor Alim Hussin Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb index 8bad903eff..3738e623c7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb @@ -11,7 +11,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" -SRCREV_meta ?= "ff65711e13fa39d7fe2947a1ba196dad82eed327" +SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg