]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto/4.1: Thermal: Enable Broxton SoC thermal reporting device
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 16 Mar 2016 16:48:18 +0000 (12:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 07:44:01 +0000 (07:44 +0000)
Mainline backport for thermal reporting.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 4d9f5fbff88c7ff44e7fe9da6889334bd4a44e2d..025aff1a1eb9c6cf9aae6f2350d8d03d1efc5f88 100644 (file)
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
 
 require recipes-kernel/linux/linux-yocto.inc
 
-SRCREV_machine ?= "0872aaf9d3a4b718ba6ad17a7706843cb556992d"
+SRCREV_machine ?= "da361d8a72a039a08e497b095a91905ccc8ae1d2"
 SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
index b2fac8a3578c0130d167d17422ed59be70f6e291..e7facd25383101d7bdd52ec15e7354c98287384c 100644 (file)
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.18"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
 SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
index 9093590f8b117c3c2c89a29b0ae55c8a99711405..0eecf99933fbf5e59b57154a0cff13052c0790e7 100644 (file)
@@ -11,14 +11,14 @@ KBRANCH_qemux86  ?= "standard/base"
 KBRANCH_qemux86-64 ?= "standard/base"
 KBRANCH_qemumips64 ?= "standard/mti-malta64"
 
-SRCREV_machine_qemuarm ?= "2b83b94ab36113da6d63e525e0686d1e9fefbeca"
-SRCREV_machine_qemuarm64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemumips ?= "a5c91d6ff822f3920fd9a20b0deefa6e23acef32"
-SRCREV_machine_qemuppc ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemux86 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemux86-64 ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
-SRCREV_machine_qemumips64 ?= "2299caefd7d36e0fe868316045ceb58b9ae369f9"
-SRCREV_machine ?= "b5f6aa9957ddc28eafede6678b4c9ff49240bc19"
+SRCREV_machine_qemuarm ?= "c20a22ffa386e548069809884d9f0a20f9499469"
+SRCREV_machine_qemuarm64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemumips ?= "b6e13683017f0e9b53df799e13bce196fdbbe665"
+SRCREV_machine_qemuppc ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemux86 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemux86-64 ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
+SRCREV_machine_qemumips64 ?= "ccfd34d494cbccfce581972fa348077d9257070d"
+SRCREV_machine ?= "00c73599b59d497539f10d6a61a419abb4183f2e"
 SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \