summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-06-19 10:26:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-28 16:26:43 +0100
commit3426c8bfa4b45727202e01f0d5d76b7021d04a8c (patch)
treecef992e69e961472946a1da354a8332383e8cdc8 /meta/recipes-kernel/linux/linux-yocto_3.4.bb
parent4f9f8c62d5b642690fcd0be1dc9c95df96fca73f (diff)
downloadpoky-3426c8bfa4b45727202e01f0d5d76b7021d04a8c.tar.gz
linux-yocto/3.4: update to v3.4.3
Bumping the linux-yocto 3.4 SRCREV to import the -stable update to v3.4.3. (From OE-Core rev: 529d07cf663e671140ea99877e73db091d5a9734) 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 0ff40be6d6..d859c295fd 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,17 +10,17 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 12
13SRCREV_machine_qemuarm ?= "1b83eb1b99e937b67dafa4dedba9440d596cbd9f" 13SRCREV_machine_qemuarm ?= "5a282e8b7138174389b64846ea993240c8b1f869"
14SRCREV_machine_qemumips ?= "c6104a63aae262ff4238b45905ab1c57145334bc" 14SRCREV_machine_qemumips ?= "7db36332a033ab89988dfcb7b563cbcd83b93663"
15SRCREV_machine_qemuppc ?= "4988a7e34bccd531b511c57f93358de9fcc672a0" 15SRCREV_machine_qemuppc ?= "74f0e62044042a7e7abdbac83c6bf160b0c12c58"
16SRCREV_machine_qemux86 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" 16SRCREV_machine_qemux86 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
17SRCREV_machine_qemux86-64 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" 17SRCREV_machine_qemux86-64 ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
18SRCREV_machine ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" 18SRCREV_machine ?= "aa9621f0955723c71821cc25e711a6d8fe80caf9"
19SRCREV_meta ?= "0f6975b8d01ffba0cd5f3548812e763c8610965b" 19SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
22 22
23LINUX_VERSION ?= "3.4.1" 23LINUX_VERSION ?= "3.4.3"
24 24
25PR = "r0" 25PR = "r0"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"