aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-03-16 12:48:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 07:44:01 +0000
commit0c976d90781a1668c5f893d8c7f2509732679466 (patch)
tree92f614f745c23b92369238c920cbebfacdff72df /meta/recipes-kernel/linux/linux-yocto_4.1.bb
parenta988cd3a97716e7a377f17e6c52ff6d4a1685521 (diff)
downloadopenembedded-core-contrib-0c976d90781a1668c5f893d8c7f2509732679466.tar.gz
linux-yocto/4.1: powercap/RAPL: Backport powercap/RAPL
backporting the following powercap commits: 24e2e14aa446 powercap / RAPL: Enable Broxton RAPL support 6be05b47d625 powercap / RAPL: Add support for Skylake H/S 879e8d02e07d powercap / RAPL: Support Knights Landing ec583656ad93 powercap / RAPL: Floor frequency setting in Atom SoC Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 0eecf99933..4c16873a27 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
-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_machine_qemuarm ?= "6b5ee65b1f353c9b6a61402bfa6919f8f7a1969b"
+SRCREV_machine_qemuarm64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemumips ?= "fb0ec85bc42dc0893440e825cbdb709c15bc1704"
+SRCREV_machine_qemuppc ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemux86 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemux86-64 ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
+SRCREV_machine_qemumips64 ?= "b9ee3a1ff68fbb978864203735b4d0e200ee50f4"
+SRCREV_machine ?= "24e2e14aa446f6e4e127f2a0a004a72c430f337e"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \