diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-07 14:39:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:43 +0100 |
commit | 8e1615226f2ecb1bb98aa1cc95f8ba6acf591754 (patch) | |
tree | a15b6dbe82805ea570af019ac2ac1023fe4c24fb /meta/recipes-kernel | |
parent | 6ae50db71e71a50dc24134059fee359a27900ef7 (diff) | |
download | poky-8e1615226f2ecb1bb98aa1cc95f8ba6acf591754.tar.gz |
linux-yocto/4.1: update to 4.1.27
Integrating the korg -stable release.
(From OE-Core rev: f4e867e6be0ece72a4bae8843599d24d5540cbe6)
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.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 858518baa0..7f2e31d578 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -11,13 +11,13 @@ 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 ?= "6d00f6d73a3268e99092096a3f5699c57370ece0" | 14 | SRCREV_machine ?= "dc71da8bddd86d34896d97291e0d84c29fe4806d" |
15 | SRCREV_meta ?= "0845ec79bc2fbc45efcf4c44138fd698039960c5" | 15 | SRCREV_meta ?= "672a86bd4bac288b4cc222112d3826837181583b" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.1.26" | 20 | LINUX_VERSION ?= "4.1.27" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index a062272c3d..1ea77a4f8a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig" | |||
4 | 4 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "4.1.26" | 7 | LINUX_VERSION ?= "4.1.27" |
8 | 8 | ||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 12 | SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
13 | SRCREV_meta ?= "0845ec79bc2fbc45efcf4c44138fd698039960c5" | 13 | SRCREV_meta ?= "672a86bd4bac288b4cc222112d3826837181583b" |
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.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 49adad0fd1..5004fb5d89 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "494bf106c15685dafa318f418ce86228728006f1" | 14 | SRCREV_machine_qemuarm ?= "f217a40e5b17deb87ed3859b29b1c355e3bb4abc" |
15 | SRCREV_machine_qemuarm64 ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 15 | SRCREV_machine_qemuarm64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
16 | SRCREV_machine_qemumips ?= "3d9c0d5f502f7ae6f74766b2e9980df2cf5f661c" | 16 | SRCREV_machine_qemumips ?= "7f1ea2fe2cf42f117c37cd174236e07eba576382" |
17 | SRCREV_machine_qemuppc ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 17 | SRCREV_machine_qemuppc ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
18 | SRCREV_machine_qemux86 ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 18 | SRCREV_machine_qemux86 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
19 | SRCREV_machine_qemux86-64 ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 19 | SRCREV_machine_qemux86-64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
20 | SRCREV_machine_qemumips64 ?= "6c9b0acfa18a1c86da12ae17da643cde03dd82cd" | 20 | SRCREV_machine_qemumips64 ?= "7d7a10a3c4465eca0e0879b3596da9b013ed3bb8" |
21 | SRCREV_machine ?= "75d56a13f86fc48002e4a3f9ed60546db30432b7" | 21 | SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" |
22 | SRCREV_meta ?= "0845ec79bc2fbc45efcf4c44138fd698039960c5" | 22 | SRCREV_meta ?= "672a86bd4bac288b4cc222112d3826837181583b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.1.26" | 27 | LINUX_VERSION ?= "4.1.27" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||