summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-11-02 11:34:13 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:51 +0000
commite5d08fa01cf500c0333fd879257f8d4f0b5240d9 (patch)
tree620e479726d18c474f9ebbd7d8b70780547bdc2a /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parenta7cd6e3578f5cbbc6a9ce6daf21ec1633164c905 (diff)
downloadpoky-e5d08fa01cf500c0333fd879257f8d4f0b5240d9.tar.gz
linux-yocto/3.4: bump kver to v3.4.16
The -stable 3.4 kernel has updated versions, so we import 3.4.16 and make that our new baseline. (From OE-Core rev: c476046368ed87a400b3a2fd4344fc48aacc0dbc) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 22593c6408..156619ed50 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -3,17 +3,17 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH_DEFAULT = "standard/base" 3KBRANCH_DEFAULT = "standard/base"
4KBRANCH = "${KBRANCH_DEFAULT}" 4KBRANCH = "${KBRANCH_DEFAULT}"
5 5
6SRCREV_machine_qemuarm ?= "cec289be595a5889740ad4f0a58d12579f528d5e" 6SRCREV_machine_qemuarm ?= "ca1bbde92c0d66ba8db6ac4654de12c0fbd5c0c8"
7SRCREV_machine_qemumips ?= "01ab58eb9dc64ceccb2d7be80ef4a511479fc899" 7SRCREV_machine_qemumips ?= "c349c5fd5d9dc04b3983565c239805f2c30ce6ca"
8SRCREV_machine_qemuppc ?= "c820da3c7fa5176507c116352ee3bd1e682f36bd" 8SRCREV_machine_qemuppc ?= "475a5e7d76f4e2914caefda3fed0adf40d0a2cc6"
9SRCREV_machine_qemux86 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" 9SRCREV_machine_qemux86 ?= "0d734af0fa4dbef33cb486e147dccf35c4ad0900"
10SRCREV_machine_qemux86-64 ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" 10SRCREV_machine_qemux86-64 ?= "0d734af0fa4dbef33cb486e147dccf35c4ad0900"
11SRCREV_machine ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" 11SRCREV_machine ?= "0d734af0fa4dbef33cb486e147dccf35c4ad0900"
12SRCREV_meta ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" 12SRCREV_meta ?= "7c258779acffc9be33c7a31fa799dd416e9784a0"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.11" 16LINUX_VERSION ?= "3.4.16"
17 17
18PR = "${INC_PR}.3" 18PR = "${INC_PR}.3"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"