diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-05 09:42:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-06 17:59:17 +0100 |
commit | 5fa25041c3a03ee9326d8987bd7d2b5d4e216893 (patch) | |
tree | 3fb92bc52ab540d0c005a74b51fc02a4a69f4ff9 /meta/recipes-kernel | |
parent | 4aec869f6b04f46b388a814387833a6cfebfb225 (diff) | |
download | poky-5fa25041c3a03ee9326d8987bd7d2b5d4e216893.tar.gz |
linux-yocto/3.10: update to v3.10.38
Updating to the korg -stable release.
(From OE-Core rev: f71e40ff6ae98644800e15f8f472be6022a32f1e)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.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_3.10.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index 4087d02f6b..ff1e13fe64 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
5 | 5 | ||
6 | SRCREV_machine ?= "d1e73a1e09f9641c44e7d713d1a6b5b088411459" | 6 | SRCREV_machine ?= "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e" |
7 | SRCREV_machine_qemuppc ?= "9a34d9c957e69f28e89e879d9dd6e8fe5c7270c5" | 7 | SRCREV_machine_qemuppc ?= "3dd7fd5d191245ab92889e69060ff732bdec770b" |
8 | SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" | 8 | SRCREV_meta ?= "1eb79862c2959cfa305773e7f785d6d1810bf190" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
12 | LINUX_VERSION ?= "3.10.35" | 12 | LINUX_VERSION ?= "3.10.38" |
13 | 13 | ||
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 099655f381..57f12fe9ec 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -5,12 +5,12 @@ KBRANCH = "${KBRANCH_DEFAULT}" | |||
5 | LINUX_KERNEL_TYPE = "tiny" | 5 | LINUX_KERNEL_TYPE = "tiny" |
6 | KCONFIG_MODE = "--allnoconfig" | 6 | KCONFIG_MODE = "--allnoconfig" |
7 | 7 | ||
8 | LINUX_VERSION ?= "3.10.35" | 8 | LINUX_VERSION ?= "3.10.38" |
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" | 12 | SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" |
13 | SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" | 13 | SRCREV_meta ?= "1eb79862c2959cfa305773e7f785d6d1810bf190" |
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_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 89263d98b9..f6e05c2c6e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -11,18 +11,18 @@ KBRANCH_qemux86 = "standard/common-pc/base" | |||
11 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 = "standard/mti-malta64" | 12 | KBRANCH_qemumips64 = "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "7b466aae62395490769f96635bd077ee8f313f18" | 14 | SRCREV_machine_qemuarm ?= "dd18759fd19771885589066811e254852e56d421" |
15 | SRCREV_machine_qemumips ?= "cc5059ae360e0586375bbd1ed46e1e6f3e267dea" | 15 | SRCREV_machine_qemumips ?= "2dbb607d161aeaa8d542b128203d7a10527aec7e" |
16 | SRCREV_machine_qemuppc ?= "663a3068c9756137a84bbfb3a76eeae7cb4373e1" | 16 | SRCREV_machine_qemuppc ?= "92dda91b216cbacfa71fd9036413dba0d2406332" |
17 | SRCREV_machine_qemux86 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" | 17 | SRCREV_machine_qemux86 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" |
18 | SRCREV_machine_qemux86-64 ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" | 18 | SRCREV_machine_qemux86-64 ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" |
19 | SRCREV_machine_qemumips64 ?= "a1491c3b367a75c7003b2fb58706e3631413b337" | 19 | SRCREV_machine_qemumips64 ?= "ebd521c1b609b445d8baf522d71453d4c26a0440" |
20 | SRCREV_machine ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" | 20 | SRCREV_machine ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" |
21 | SRCREV_meta ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" | 21 | SRCREV_meta ?= "1eb79862c2959cfa305773e7f785d6d1810bf190" |
22 | 22 | ||
23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
24 | 24 | ||
25 | LINUX_VERSION ?= "3.10.35" | 25 | LINUX_VERSION ?= "3.10.38" |
26 | 26 | ||
27 | PV = "${LINUX_VERSION}+git${SRCPV}" | 27 | PV = "${LINUX_VERSION}+git${SRCPV}" |
28 | 28 | ||