diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-07-09 11:25:35 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-09 23:01:39 +0100 |
| commit | f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96 (patch) | |
| tree | 4a144270f43495a077a06e717f5decc915364e11 /meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | |
| parent | 9e88c4923a337ca8279feaa773884a9c26a092f3 (diff) | |
| download | openembedded-core-f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96.tar.gz openembedded-core-f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96.tar.bz2 openembedded-core-f1b97a29a1918d4ae81cf71b026d6f2b82dfeb96.zip | |
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 <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-rt_4.15.bb')
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb index 29a2c19b52..e2b45fa3e1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" -SRCREV_meta ?= "ff65711e13fa39d7fe2947a1ba196dad82eed327" +SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}" |
