diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-04 00:56:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-04 09:36:20 +0000 |
commit | a23c7e9ab7f25b6c5a68fc8a33b3e66acc5a3525 (patch) | |
tree | c8ee1e87fc35d85f34a65c7e77a91136859bad95 /meta/recipes-kernel | |
parent | f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b (diff) | |
download | poky-a23c7e9ab7f25b6c5a68fc8a33b3e66acc5a3525.tar.gz |
linux-yocto-3.10: bump to 3.10.17 and -rt11
Updating the SRCREVs to reflect the integration of the .17 -stable release
and the preempt-rt up date to -rt11.
(From OE-Core rev: cefa022b814b8b4f9afacecf3bb035d211a0f3bf)
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_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 603edde338..848b04adf9 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 ?= "cea2d99f298cd3e356f273631a647c93a178881f" | 6 | SRCREV_machine ?= "57bf925362d72bbcd800e0d7d7606387bff1db12" |
7 | SRCREV_machine_qemuppc ?= "a93e52c77f25a018be54c82e3ccfa0a50555117b" | 7 | SRCREV_machine_qemuppc ?= "60d63f2aece6d7ddb1ef50168fe2bc0586dbdbf9" |
8 | SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" | 8 | SRCREV_meta ?= "43dd30e1955545a264fda63b4f66bb8f5cd875f9" |
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.11" | 12 | LINUX_VERSION ?= "3.10.17" |
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 e0b17dc371..8fce274f4f 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.11" | 8 | LINUX_VERSION ?= "3.10.17" |
9 | 9 | ||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "3f6c8243ed67011f70b27952d42657cf3a2c3115" | 12 | SRCREV_machine ?= "05de57c692983035c9ec2cdf53234f73d2b15f23" |
13 | SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" | 13 | SRCREV_meta ?= "43dd30e1955545a264fda63b4f66bb8f5cd875f9" |
14 | 14 | ||
15 | 15 | ||
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | 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 9b280cbeca..cc0953193a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -3,18 +3,18 @@ require recipes-kernel/linux/linux-yocto.inc | |||
3 | KBRANCH_DEFAULT = "standard/base" | 3 | KBRANCH_DEFAULT = "standard/base" |
4 | KBRANCH = "${KBRANCH_DEFAULT}" | 4 | KBRANCH = "${KBRANCH_DEFAULT}" |
5 | 5 | ||
6 | SRCREV_machine_qemuarm ?= "07224529d7ceb1e16eb815b8dd4c03ad9d58653d" | 6 | SRCREV_machine_qemuarm ?= "f1714b2190a2a66caa9b775c7c9e80e731620b7d" |
7 | SRCREV_machine_qemumips ?= "7747c5a158a99b8a668fd526f1f7f1f7f7e03d3e" | 7 | SRCREV_machine_qemumips ?= "0ff63d9064c97748eb99ecfe83eaca2288431502" |
8 | SRCREV_machine_qemuppc ?= "d63375e4b0a2de3ba110b83f78d6be6e01ec5c9e" | 8 | SRCREV_machine_qemuppc ?= "fe8f8e061e437fd12187e002123b019eb4876405" |
9 | SRCREV_machine_qemux86 ?= "3f6c8243ed67011f70b27952d42657cf3a2c3115" | 9 | SRCREV_machine_qemux86 ?= "05de57c692983035c9ec2cdf53234f73d2b15f23" |
10 | SRCREV_machine_qemux86-64 ?= "3f6c8243ed67011f70b27952d42657cf3a2c3115" | 10 | SRCREV_machine_qemux86-64 ?= "05de57c692983035c9ec2cdf53234f73d2b15f23" |
11 | SRCREV_machine_qemumips64 ?= "9a4f9f4d44fdcd25fe365216b366bc346efb23d0" | 11 | SRCREV_machine_qemumips64 ?= "e4fb43c587b9ee44b1032d234594646124e29cb2" |
12 | SRCREV_machine ?= "3f6c8243ed67011f70b27952d42657cf3a2c3115" | 12 | SRCREV_machine ?= "05de57c692983035c9ec2cdf53234f73d2b15f23" |
13 | SRCREV_meta ?= "452f0679ea93a6cb4433bebd7177629228a5cf68" | 13 | SRCREV_meta ?= "43dd30e1955545a264fda63b4f66bb8f5cd875f9" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||
17 | LINUX_VERSION ?= "3.10.11" | 17 | LINUX_VERSION ?= "3.10.17" |
18 | 18 | ||
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
20 | 20 | ||