From 079024ffd828a933d64fadef744dd16e681dd166 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 27 Feb 2018 21:06:54 -0500 Subject: 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 Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb index d1f338f52c..b181f2064f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb @@ -11,8 +11,8 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "801d947020635762ac9af9ddf2edfaa1b2858414" -SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b" +SRCREV_machine ?= "7d5b8bc3ba49d0ea78fbbb7c628ee56a08a60253" +SRCREV_meta ?= "c5e05f3c61046bf6445adff30d5a03a82677d351" 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.14;destsuffix=${KMETA}" -- cgit 1.2.3-korg