summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-07-09 11:25:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-10 17:32:59 +0100
commitde8a8cf5374e343751d43e2097fb0196c365dd42 (patch)
tree2ad95cf30104e7bdff4437fe4384d8c9d8a6810a /meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
parent2f13188922d30f67a7d818ca2f5c18af9a284ad8 (diff)
downloadpoky-de8a8cf5374e343751d43e2097fb0196c365dd42.tar.gz
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. (From OE-Core rev: f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96) Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index db356bcd13..da1ba6193f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -13,7 +13,7 @@ KMETA = "kernel-meta"
13KCONF_BSP_AUDIT_LEVEL = "2" 13KCONF_BSP_AUDIT_LEVEL = "2"
14 14
15SRCREV_machine ?= "dd893e600276f4e05e416cf5be73a5fd5752e0cb" 15SRCREV_machine ?= "dd893e600276f4e05e416cf5be73a5fd5752e0cb"
16SRCREV_meta ?= "34d4dc9c1d160ab3c514aa20cc82a7abdf2c29b4" 16SRCREV_meta ?= "d64aec9793d558ff49993ff6076be6d4daf101c2"
17 17
18PV = "${LINUX_VERSION}+git${SRCPV}" 18PV = "${LINUX_VERSION}+git${SRCPV}"
19 19