summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-01-07 10:43:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 19:26:29 +0000
commit206ce5743e1a43461f0b86f3b161dd79b10d20a6 (patch)
treed0d15d61e018edadc1fa072b6e69f34bc346b607 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent7d0d6f0944091b610b9273e7e58505035803ffed (diff)
downloadpoky-206ce5743e1a43461f0b86f3b161dd79b10d20a6.tar.gz
linux-yocto/3.4: integrate v3.4.21, v3.4.22, v3.4.23
Updating the SRCREVs to integrate the korg -stable updates. (From OE-Core rev: 88856144bf97630f4c43fd7c984343caf287a435) 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 91785f9089..ace0b7f28b 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 ?= "092d66e326abfda80c50dcf1869417d7420847f1" 6SRCREV_machine_qemuarm ?= "c1e1ed0f4ab5f90f11f49d4d1aa79b378a14708f"
7SRCREV_machine_qemumips ?= "b258437665477f44a868c38c6c9cc5199db58cd8" 7SRCREV_machine_qemumips ?= "d6138383ef03c70e3580beffe318e6a2f1a2767e"
8SRCREV_machine_qemuppc ?= "67a370223d695ec08b6e5a38860fa1fe5d0d9f1e" 8SRCREV_machine_qemuppc ?= "9ef6eddfeeb8e5cda01c008c4fa49629902561de"
9SRCREV_machine_qemux86 ?= "b13bef6377719a488293af196236cc290566fad3" 9SRCREV_machine_qemux86 ?= "782622711662dc3676040f085f589d10780a1e33"
10SRCREV_machine_qemux86-64 ?= "b13bef6377719a488293af196236cc290566fad3" 10SRCREV_machine_qemux86-64 ?= "782622711662dc3676040f085f589d10780a1e33"
11SRCREV_machine ?= "b13bef6377719a488293af196236cc290566fad3" 11SRCREV_machine ?= "782622711662dc3676040f085f589d10780a1e33"
12SRCREV_meta ?= "6737e890fff2a423fbb022ab1f7f82ef187fd8b1" 12SRCREV_meta ?= "6d4cb3c86cde2f37ea1d67933a1d24e45920753c"
13 13
14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta" 14SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA};name=machine,meta"
15 15
16LINUX_VERSION ?= "3.4.20" 16LINUX_VERSION ?= "3.4.23"
17 17
18PR = "${INC_PR}.3" 18PR = "${INC_PR}.3"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"