summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 23:28:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:06:57 +0100
commita43e43fc604da41adeb17f645d1dba9d06e3d38f (patch)
tree7ad872d8ed890a6bb77ed895682adcc663d1c035 /meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
parent254b93224ab7397373aabef6830407ad9417f350 (diff)
downloadpoky-a43e43fc604da41adeb17f645d1dba9d06e3d38f.tar.gz
linux-yocto: v3.8.13 and v3.4.46
Updating the -stable linux-yocto trees to the latest korg -stable releases. (From OE-Core rev: 00e0ec6c1441815a7605753e8888e45244900b63) 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.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
index d0e58082e5..c156be76be 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
@@ -3,14 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH = "standard/preempt-rt/base" 3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" 4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6LINUX_VERSION ?= "3.8.11" 6LINUX_VERSION ?= "3.8.13"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "eeadef5c3a0a40aa4e01b20362e40009927f3ad6" 11SRCREV_machine ?= "e0ac9992f1bf4830de49df884a3d2f273d02637b"
12SRCREV_machine_qemuppc ?= "c7d4373996ddeb82ab7b8b5ea391227c8d10c6e9" 12SRCREV_machine_qemuppc ?= "ea4de76a916dd3620e74e565ff42fafb5bb40843"
13SRCREV_meta ?= "8482dcdf68f9f7501118f4c01fdcb8f851882997" 13SRCREV_meta ?= "edd6461602f6c2fc27bc72997e4437f422a9dccd"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"