]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/4.1: make ltsi content available
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 22 Apr 2016 19:03:24 +0000 (15:03 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 May 2016 07:03:58 +0000 (08:03 +0100)
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).

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
meta/recipes-kernel/linux/linux-yocto_4.1.bb

index 8d02a909595aa640948ded49cdbc58627fca3075..b0c4520fc7d651781a7596c5c04dc700174712d7 100644 (file)
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-SRCREV_machine ?= "1947ac40bb819120f1e0dff6ae281cc024ce77bb"
+SRCREV_machine ?= "c97948997745a5bb634829bb520c0765535d223b"
 SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
index 1bbfff28a469790eab0f9195b56d29b876a84f84..ba6ce74e84e4083421667a181ee21e9d7284111b 100644 (file)
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.22"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
 SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
index e61f5b11f909c59ae1d7a736d3e06d5e35b8167e..e644dfc4daa331f928c75003dd8045d1617363ab 100644 (file)
@@ -11,14 +11,14 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "aea95f103a4f5fccc342bb763af9cfba0623fccc"
-SRCREV_machine_qemuarm64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemumips ?= "df85b27d70cb259662a00f5ad860eb3deba63b7f"
-SRCREV_machine_qemuppc ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemux86 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemux86-64 ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
-SRCREV_machine_qemumips64 ?= "d371bd9361507ef0b03544f2190a63211fe31c87"
-SRCREV_machine ?= "60332e45b2685ed78ed61f3c27ce931e12b1dfdf"
+SRCREV_machine_qemuarm ?= "f781d64949f776cbfa5274a548becdcf6b596341"
+SRCREV_machine_qemuarm64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemumips ?= "192043960081896baaa24c2af702c7124bfe4286"
+SRCREV_machine_qemuppc ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemux86 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemux86-64 ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
+SRCREV_machine_qemumips64 ?= "351bc6968f63ea6f27cbd7f1678ddc53a9168fd1"
+SRCREV_machine ?= "d03753ddb28a1141e550a67c99ac95789a424fc5"
 SRCREV_meta ?= "a4f88c3fad887e1c559d03ae1b531ca267137b69"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \