From 702701d26434fa06df66a401ff16437595e86cb0 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 29 Feb 2016 17:10:24 -0500 Subject: linux-yocto/4.4: yaffs2 build fixes Integrating fixes for yaffs2 on the 4.4.x kernel: d4eb3ab036f8 yaffs2: using new ->follow_link() and ->put_link() calling conventions da1c7fd61d13 yaffs2: NULL ->read/->write b4c6a6aca7e7 yaffs2: replace f_dentry to f_path.dentry (From OE-Core rev: 28a4e922373b21e0b2e8765b422f8e5a4610441f) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 35c4e2fa05..29752413b9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "b90e0f8ee29395bbeb1d4b1dc06d4a78063f2c36" -SRCREV_meta ?= "4940c6e551c1eea41a5dbc69a90b23d5f835fa5b" +SRCREV_machine ?= "10a99cd2bfbbea9fa82b5a988eb8cb9c5f7b6600" +SRCREV_meta ?= "39d849b041409ddd8fa4f8102f6adb2d57c1fb60" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf