diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-10-17 09:38:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-18 10:38:57 +0100 |
commit | 8a172a8ac87cc63d6f89ff0f584a75fe7fcd10dd (patch) | |
tree | f1a8f0f6708b2ee3e98079c5de48df281374bf43 | |
parent | b23f6e12b1a0809e0fb89bc7a77350c37beaeffc (diff) | |
download | openembedded-core-8a172a8ac87cc63d6f89ff0f584a75fe7fcd10dd.tar.gz openembedded-core-8a172a8ac87cc63d6f89ff0f584a75fe7fcd10dd.tar.bz2 openembedded-core-8a172a8ac87cc63d6f89ff0f584a75fe7fcd10dd.zip |
linux-yocto-rt: fixup 4.14 merge issues
The latest -stable updates broke 4.14 -rt with some rtmutex
issues. We sync with the rt-stable tree to pickup the fix.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 e6f42f29e6..3f60baf404 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb @@ -11,7 +11,7 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "c37a14708f5b618602f84f83f902346e055824c3" +SRCREV_machine ?= "ad0965b9752eb70d74206dc942803d1ea6c6c93d" SRCREV_meta ?= "1fb0b0379fb5883ce5af7485374e3f78ee4272d3" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |