summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.15.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_4.15.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_4.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.15.bb b/meta/recipes-kernel/linux/linux-yocto_4.15.bb
index 72b1506062..84d46c418d 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.15.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
19SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 19SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
20SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b" 20SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b"
21SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 21SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
22SRCREV_meta ?= "ff65711e13fa39d7fe2947a1ba196dad82eed327" 22SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"