1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

linux-yocto/4.1: rt update to 4.1.x-rt8

The -rt build suffered the same breakage in master as the standard
kernel builds: due to a bad git history merge, existing patches were
dropped from branches.

This meant that we were missing the -rt changes, which re-introduced
some failures with linux-yocto-rt.

With these SRCREV updates, we have the latest 4.1.x-rt and all
architectures build.

(From OE-Core rev: 96db930d8add6623168ec5e638769d5c0f348265)

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
2015-09-24 18:17:54 -04:00
committed by Richard Purdie
parent cdd9c4c927
commit 677a4631e4
3 changed files with 4 additions and 4 deletions
@@ -2,8 +2,8 @@ KBRANCH ?= "standard/preempt-rt"
require recipes-kernel/linux/linux-yocto.inc
SRCREV_machine ?= "79a31b9d23db126f8a6be3eb88fd683056a213f1"
SRCREV_meta ?= "5ecf2a70fee383f13388a97086c4a8766fc9cbcc"
SRCREV_machine ?= "eefb205d7ff4afc66a95fd06d31d4e69c3deec39"
SRCREV_meta ?= "d6b2416f396f03e73c1d53352ebd0acb6133e5ba"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"