1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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

(From OE-Core rev: c62fa4393014caa526875b7d7a07fc634314f279)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-08-28 12:21:05 -04:00
committed by Richard Purdie
parent e792cc1d52
commit 76d2bd150b
3 changed files with 13 additions and 13 deletions
@@ -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}"