diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-11 10:08:14 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 22:57:18 +0000 |
commit | 5688cab6d4a331b1846f0871f51494859f342bca (patch) | |
tree | 7555e292dc5c1378b352da7cfaaec7d4d222fce4 /meta/recipes-kernel | |
parent | f9f93ae856ac7fb1bdf5b6a794ffb7f759e3d28b (diff) | |
download | poky-5688cab6d4a331b1846f0871f51494859f342bca.tar.gz |
linux-yocto/4.4: update to v4.4.1
Integrating the 4.4.1 stable korg update.
(From OE-Core rev: 1a6e4c4a4c6c4556580a08a2040baa54a64eb10e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 3c3c0c5523..35c4e2fa05 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "49a18bd230aafabe793de56d3c96d62f891e77dc" | 5 | SRCREV_machine ?= "b90e0f8ee29395bbeb1d4b1dc06d4a78063f2c36" |
6 | SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8" | 6 | SRCREV_meta ?= "4940c6e551c1eea41a5dbc69a90b23d5f835fa5b" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
10 | 10 | ||
11 | LINUX_VERSION ?= "4.4" | 11 | LINUX_VERSION ?= "4.4.1" |
12 | 12 | ||
13 | PV = "${LINUX_VERSION}+git${SRCPV}" | 13 | PV = "${LINUX_VERSION}+git${SRCPV}" |
14 | 14 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 6ecd0b97e9..beeab9d143 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.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.4" | 7 | LINUX_VERSION ?= "4.4.1" |
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 ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 12 | SRCREV_machine ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
13 | SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8" | 13 | SRCREV_meta ?= "4940c6e551c1eea41a5dbc69a90b23d5f835fa5b" |
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.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index be43a212f8..1beeea6698 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.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 ?= "f7bc1fb5f438f019bcd3d5fd8362e0960ed0fffc" | 14 | SRCREV_machine_qemuarm ?= "fae04a40c8bcdf27b237d7d288ddcad71976a7b3" |
15 | SRCREV_machine_qemuarm64 ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 15 | SRCREV_machine_qemuarm64 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
16 | SRCREV_machine_qemumips ?= "5b05677721ce8b0625a7e155dcdf93325fc460fe" | 16 | SRCREV_machine_qemumips ?= "beedcf740b175cdd0ecc7a8c473c0b518f329c33" |
17 | SRCREV_machine_qemuppc ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 17 | SRCREV_machine_qemuppc ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
18 | SRCREV_machine_qemux86 ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 18 | SRCREV_machine_qemux86 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
19 | SRCREV_machine_qemux86-64 ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 19 | SRCREV_machine_qemux86-64 ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
20 | SRCREV_machine_qemumips64 ?= "ac3f6e9508fb6963e9db844fe28b7a50589decc4" | 20 | SRCREV_machine_qemumips64 ?= "25c3d2617df1947b3d69e480e88ba75881c7ca71" |
21 | SRCREV_machine ?= "57af322eecf5750f8f09cb8b093d613caede5c48" | 21 | SRCREV_machine ?= "0194c765861157b95de80fa7c27ebb6b51c16dd6" |
22 | SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8" | 22 | SRCREV_meta ?= "4940c6e551c1eea41a5dbc69a90b23d5f835fa5b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.4" | 27 | LINUX_VERSION ?= "4.4.1" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||