aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-08-28 12:21:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-31 23:32:53 +0100
commitc62fa4393014caa526875b7d7a07fc634314f279 (patch)
tree01dd822740574b4988a94a92e689a2ca0c54a9df /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parentb8b7aa0f64e46e7e8134a8bc33948e2bbe63380f (diff)
downloadopenembedded-core-c62fa4393014caa526875b7d7a07fc634314f279.tar.gz
linux-yocto/4.12: fix yaffs2 build
Yaffs2 needs some tweaks to build against the 4.12 kernel, we import the following two commits: 084d8ae2f349 fs: yaffs2: includes the missing header file 595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index ff395e0ad7..bdf660e6ce 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.7"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19"
-SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0"
+SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
+SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
PV = "${LINUX_VERSION}+git${SRCPV}"