summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_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-rt_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-rt_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index bd6f22243e..fabbb978d6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -4,14 +4,14 @@ require recipes-kernel/linux/linux-yocto.inc
4KBRANCH = "standard/preempt-rt/base" 4KBRANCH = "standard/preempt-rt/base"
5KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" 5KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32"
6 6
7LINUX_VERSION ?= "3.4.1" 7LINUX_VERSION ?= "3.4.3"
8LINUX_KERNEL_TYPE = "preempt-rt" 8LINUX_KERNEL_TYPE = "preempt-rt"
9 9
10KMETA = "meta" 10KMETA = "meta"
11 11
12SRCREV_machine ?= "9dc5e97d144abb03deec411acb9c64883602cff9" 12SRCREV_machine ?= "e1247309cd90fbdb17479f909a7172e4b0b622d0"
13SRCREV_machine_qemuppc ?= "241a41d6104df6916280f1273894bbd7fa7cdd71" 13SRCREV_machine_qemuppc ?= "10ba85000bd4e32ea9e5557bf6d9166b12651c02"
14SRCREV_meta ?= "0f6975b8d01ffba0cd5f3548812e763c8610965b" 14SRCREV_meta ?= "ef03644fe33f7fd6f50a36b85701fdc6d73e2c96"
15 15
16PR = "r0" 16PR = "r0"
17PV = "${LINUX_VERSION}+git${SRCPV}" 17PV = "${LINUX_VERSION}+git${SRCPV}"