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

(From OE-Core rev: 079024ffd828a933d64fadef744dd16e681dd166)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2018-02-27 21:06:54 -05:00
committed by Richard Purdie
parent d3534c018f
commit 1a5a0b409b
6 changed files with 26 additions and 26 deletions

View File

@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "a6a3a6a73d628798fc6eb6832bf829a9ea43f6bd"
SRCREV_meta ?= "030f397472fc8ea8e7f8a069153bc3b6d52f3d45"
SRCREV_machine ?= "9f9649fffac97603862fdc90530e0b3ff038eed1"
SRCREV_meta ?= "ac4dd298328c282f5e70b3ddb469edcad57590cf"
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}"