summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_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-09-02 00:52:09 +0100
commit76d2bd150b4b47ca41b88f7edecd6b74b9792735 (patch)
treea6a10ab7d30d08a437b8bf08d08ffafe46558e19 /meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
parente792cc1d52833df57eda12c054200000f3727c0c (diff)
downloadpoky-76d2bd150b4b47ca41b88f7edecd6b74b9792735.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 (From OE-Core rev: c62fa4393014caa526875b7d7a07fc634314f279) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index 49f5bf3522..1b1bf9f762 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -11,8 +11,8 @@ python () {
11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "d09f2ce584d60ecb7890550c22a80c48b83c2e19" 14SRCREV_machine ?= "084d8ae2f349a7621e1e51c81b4494b123f3c09a"
15SRCREV_meta ?= "edb42d48052dee4dbc3ed9d5e1e39c1375e85fe0" 15SRCREV_meta ?= "9acd7f92a1b3248310ec17407063f968732ad130"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"