summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_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-tiny_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-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 1bbfff28a4..ba6ce74e84 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.22"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf" 12SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
13SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69" 13SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"