summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-04-20 19:32:03 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:36 +0100
commit67454487bedf69488bfa4ab7b76f1482b61fa927 (patch)
treeec9e94d493fde7505f89008de9d62e782d1ad2a6 /meta/recipes-kernel/linux/linux-yocto_4.4.bb
parentc0d988e676715a138afdff7496c54637e7016c97 (diff)
downloadpoky-67454487bedf69488bfa4ab7b76f1482b61fa927.tar.gz
linux-yocto/4.4: sched/cgroup: Fix/cleanup cgroup teardown/init
backporting a mainline commit to address splats that have been seen on the 4.4 kernel: (From OE-Core rev: 52550828662cc430fe4c5273d44c4b818aa21150) (From OE-Core rev: 361e693b727073c088c25930c9c54b9e43a2b32a) Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com> 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_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
index 88c003acbf..ed1d04edb7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "373384988d421dfc209175c1ffc691e12ec55e23" 14SRCREV_machine_qemuarm ?= "8f6d6325fdb8c561804af8c13456e372d6bd3b5b"
15SRCREV_machine_qemuarm64 ?= "5a562b765837414416d609058c4e8dd7a8072dab" 15SRCREV_machine_qemuarm64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
16SRCREV_machine_qemumips ?= "87b2d0c1f001650016ec13290c3e2de7b34cf468" 16SRCREV_machine_qemumips ?= "4bf7bd3c7df18f51bf422f625f1a6650bb456abd"
17SRCREV_machine_qemuppc ?= "5a562b765837414416d609058c4e8dd7a8072dab" 17SRCREV_machine_qemuppc ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
18SRCREV_machine_qemux86 ?= "5a562b765837414416d609058c4e8dd7a8072dab" 18SRCREV_machine_qemux86 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
19SRCREV_machine_qemux86-64 ?= "5a562b765837414416d609058c4e8dd7a8072dab" 19SRCREV_machine_qemux86-64 ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
20SRCREV_machine_qemumips64 ?= "ed3c898c537dee36adc713bd30ec3ef6035ed95a" 20SRCREV_machine_qemumips64 ?= "91c6f056a0fd3bada9f67c0276107b37fd3f6846"
21SRCREV_machine ?= "5a562b765837414416d609058c4e8dd7a8072dab" 21SRCREV_machine ?= "7a073202d4d47b5ffecf1e8f57b036f83b1fe2e0"
22SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59" 22SRCREV_meta ?= "e1515ef98cec975df218363e28c2abe3a71c6a59"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \