summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-02-04 00:18:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:37:27 +0000
commitc5fe8bc2abacac32ffa16819914d3012396c4cbc (patch)
treee8b06da2aa9ab6734610b6c02e8062c4d5878e86 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parentfe4af0ac68f69b5a0243c9b44df85bcd4d4db4e1 (diff)
downloadpoky-c5fe8bc2abacac32ffa16819914d3012396c4cbc.tar.gz
linux-yocto/3.4: update to v3.4.28, 3.4.28-rt40
Updating the linux-yocto_3.4 SRCREVs to pick up the 3.4.28 -stable update as well as the 3.4.28-rt40 refresh. (From OE-Core rev: f8619d777e734f3886b02bf87157761a6f78029b) 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/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 7be330a92e..4ab8c73481 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 ?= "b5a80c6a46604d7636c18a3e1ad362d1e6ed234e" 6SRCREV_machine_qemuarm ?= "a720acacc415b3323a3ee9076bf9a621a964af2f"
7SRCREV_machine_qemumips ?= "66bc662b2cd469a9807fbe838069d3f85cb01bd9" 7SRCREV_machine_qemumips ?= "7d9f14326db1e602b4408f295bef7d12fd07dd55"
8SRCREV_machine_qemuppc ?= "d771422df10af41ee61598f4aa06e3c3a018c323" 8SRCREV_machine_qemuppc ?= "62d3cb6a8e048c4833a5501bea2f35998de0b89d"
9SRCREV_machine_qemux86 ?= "59c2a9eb334c2def405c9d93ed6d8d4e822d1945" 9SRCREV_machine_qemux86 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
10SRCREV_machine_qemux86-64 ?= "59c2a9eb334c2def405c9d93ed6d8d4e822d1945" 10SRCREV_machine_qemux86-64 ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
11SRCREV_machine ?= "59c2a9eb334c2def405c9d93ed6d8d4e822d1945" 11SRCREV_machine ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
12SRCREV_meta ?= "c0b3904d60830e24b3930b0fa606a48b2758d979" 12SRCREV_meta ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.26" 16LINUX_VERSION ?= "3.4.28"
17 17
18PR = "${INC_PR}.3" 18PR = "${INC_PR}.3"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"