diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-08 15:21:53 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-12 15:08:31 +0100 |
commit | 39b646de2d5aa79b5c53d343768d65724bec0f8f (patch) | |
tree | 97809621e900a2d31ef85982ab1f805cd232ea14 /meta/recipes-kernel | |
parent | 2cfe5a51a1527ba12e8fe1fd4cc16d4e2dc54b27 (diff) | |
download | poky-39b646de2d5aa79b5c53d343768d65724bec0f8f.tar.gz |
linux-yocto-rt: 4.9-rt18
Integrating the 4.9-rt18 port that Paul Gortmaker has prepared:
f458d12de7f1 v4.9.27-rt18
82fcbd9f7e1f futex/rtmutex: Cure RT double blocking issue
b4352b9fb961 futex: backported patches
0874a0a35318 random: avoid preempt_disable()ed section
07481e7a0e04 v4.9.27-rt17
76c86c0787fe v4.9.20-rt16
d394d677d188 rwsem/rt: Lift single reader restriction
ad7b0ccf9f1f rtmutex: Provide locked slowpath
f363d238326d rtmutex: Provide rt_mutex_lock_state()
b3b4c3aa793e rtmutex: Make lock_killable work
e3fa9e78c860 v4.9.20-rt15
1e458a1a876d v4.9.18-rt14
f57fd2fcd3e2 Add the rtmutex rework
3829b7532ca9 lockdep: Fix per-cpu static objects
bc1065b64955 v4.9.18-rt13
095698fd99b4 Merge branch 'standard/base' into standard/preempt-rt/base
(From OE-Core rev: 9d400224f7bba64470a0e68c53e2469b70ca1e05)
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.9.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb index f35ae55312..cf584be7ee 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | |||
@@ -11,8 +11,8 @@ python () { | |||
11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "095698fd99b452d95188ff6f2cce3df5127beb5c" | 14 | SRCREV_machine ?= "f458d12de7f157fe050afc7c1fee08022876eae3" |
15 | SRCREV_meta ?= "6300f53e21a119c8cd97988e3c44e0bb5e8594ce" | 15 | SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index c3b39cfd8d..49047e9c99 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" | 12 | SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" |
13 | SRCREV_meta ?= "6300f53e21a119c8cd97988e3c44e0bb5e8594ce" | 13 | SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb index c3cb859496..e9fe07761d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" | |||
19 | SRCREV_machine_qemux86-64 ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" | 19 | SRCREV_machine_qemux86-64 ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" |
20 | SRCREV_machine_qemumips64 ?= "bfdb9d2cf36f5ded1cd8d03e58465d9f6250bba8" | 20 | SRCREV_machine_qemumips64 ?= "bfdb9d2cf36f5ded1cd8d03e58465d9f6250bba8" |
21 | SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" | 21 | SRCREV_machine ?= "2c31d7a45ae75159a7d991abdeb7002a4493af7f" |
22 | SRCREV_meta ?= "6300f53e21a119c8cd97988e3c44e0bb5e8594ce" | 22 | SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |