aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-02-27 21:06:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 17:08:30 +0000
commit079024ffd828a933d64fadef744dd16e681dd166 (patch)
treeb222040f2b86a6c1fa6ce070f76202e8bc0defb3 /meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
parent11504a13530f483c1955d0f28f92d510885e4cee (diff)
downloadopenembedded-core-contrib-079024ffd828a933d64fadef744dd16e681dd166.tar.gz
linux-yocto/4.14/4.15: yaffs2 fixes
Integrating the following fixes for yaffs2: 9f9649fffac9 yaffs2: Adjust the timer callback and init functions 0ef24a829eee yaffs2: include rawnand.h instead of nand.h Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb4
1 files changed, 2 insertions, 2 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 62d6a34fb0..dcf4ff4af6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.14.19"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
-SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b"
+SRCREV_machine ?= "57ed1d816d318dfafd0339fade9c694b3c00998d"
+SRCREV_meta ?= "c5e05f3c61046bf6445adff30d5a03a82677d351"
PV = "${LINUX_VERSION}+git${SRCPV}"