diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-14 14:13:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-14 22:58:45 +0000 |
commit | 088677afc5097e11bb442b3c305a200c0a7f8277 (patch) | |
tree | 70e69045a30a0f377bdd0ac3bbec7c3a718fabab /meta | |
parent | 94a9df269877cb5c11ad39c7bc7c3edef5a3cf08 (diff) | |
download | poky-088677afc5097e11bb442b3c305a200c0a7f8277.tar.gz |
linux-yocto/3.10: update to v3.10.28
Updating the 3.10 kernel SRCREVs to integrate the v3.10.27, 27 and 28 -stable
releases.
(From OE-Core rev: 91fb7cfaeb8ea1c05a15a0be8a56ac50b95fd6e4)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 16 |
3 files changed, 13 insertions, 13 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 fa6415aa4f..5e387a5f13 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 ?= "14651317755a87f03f8399299f2eb0b4042a2d0c" | 6 | SRCREV_machine ?= "6a0719e6623a22991fae0fa45e8949d7c79e7451" |
7 | SRCREV_machine_qemuppc ?= "2918b5d9ee82304d67aae61a427fcb02d3edee8f" | 7 | SRCREV_machine_qemuppc ?= "9742f3fd2260676ed73d0a1b4f1bc9fc621609ef" |
8 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" | 8 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
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.25" | 12 | LINUX_VERSION ?= "3.10.28" |
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 923f912332..6b1cbc6cad 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -5,11 +5,11 @@ 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.25" | 8 | LINUX_VERSION ?= "3.10.28" |
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 12 | SRCREV_machine ?= "25d0ebad3e2bf9f12bd6d386ead68e1f64ceaf29" |
13 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" | 13 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 8b90d6b5ed..ee27db2a0e 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 ?= "2a4d8c0884c8d08896c052a6e42c51e861cf48b5" | 14 | SRCREV_machine_qemuarm ?= "ccf8a3041cd815d3b401000345176870903cf77f" |
15 | SRCREV_machine_qemumips ?= "08872a160571b9bf45b6cd262b977063f12aca46" | 15 | SRCREV_machine_qemumips ?= "5233fddda6c698399eca44320027d5ee3ba662a8" |
16 | SRCREV_machine_qemuppc ?= "eba0c4fcc962ffddd384251b5b6ee0c61bd5ea4d" | 16 | SRCREV_machine_qemuppc ?= "265e7bcceaa36d7cddbc20d73e451d376b66fb30" |
17 | SRCREV_machine_qemux86 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 17 | SRCREV_machine_qemux86 ?= "25d0ebad3e2bf9f12bd6d386ead68e1f64ceaf29" |
18 | SRCREV_machine_qemux86-64 ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 18 | SRCREV_machine_qemux86-64 ?= "25d0ebad3e2bf9f12bd6d386ead68e1f64ceaf29" |
19 | SRCREV_machine_qemumips64 ?= "de555074575d2997a8cd7a4b2d6dbf22e7ddfc9b" | 19 | SRCREV_machine_qemumips64 ?= "7a092b58f5f8f8f7893b2ee05d3d725ac2968d99" |
20 | SRCREV_machine ?= "78d2a615b13a1c307d482eaa9499c1b2dee40599" | 20 | SRCREV_machine ?= "25d0ebad3e2bf9f12bd6d386ead68e1f64ceaf29" |
21 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" | 21 | SRCREV_meta ?= "713abc0efa9fc21234b2f342d0a849e4a4a36c65" |
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.25" | 25 | LINUX_VERSION ?= "3.10.28" |
26 | 26 | ||
27 | PV = "${LINUX_VERSION}+git${SRCPV}" | 27 | PV = "${LINUX_VERSION}+git${SRCPV}" |
28 | 28 | ||