summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-04-22 15:03:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:37 +0100
commit3be5cc1cb9b1da3b2dc457ce97c5771a7b04d1f1 (patch)
treec57b7ec8b4ce768c47f1e3ca156a7a10d11031a9 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
parent2956e5ab343779cb80a8031ce16e6395163d2413 (diff)
downloadpoky-3be5cc1cb9b1da3b2dc457ce97c5771a7b04d1f1.tar.gz
linux-yocto/4.1: make ltsi content available
In the better late than never category, this commit integrates the ltsi content into linux-yocto 4.1. We we already matching LTSI on the kernel version front with a small gap in patches. With this commit, we have a "ltsi" branch that is pure ltsi on the mailine kernel, and then that commit is merged into standard/base (to make it available to all BSPs). (From OE-Core rev: 7071ab47ce566398b398ac3d24eb3620a0353897) (From OE-Core rev: e874e18ef46798e683c35a0ee7082ee4b6dd8d7e) 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> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index 8d02a90959..b0c4520fc7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
2 2
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5SRCREV_machine ?= "1947ac40bb819120f1e0dff6ae281cc024ce77bb" 5SRCREV_machine ?= "c97948997745a5bb634829bb520c0765535d223b"
6SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69" 6SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
7 7
8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ 8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \