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-05 21:23:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:41:14 +0100
commit48823c65cf59248d6b3a7da94f9865c47de56f46 (patch)
tree56d7f91c394d14ce35bd39e763edf3db218f2b5b /meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
parent076819194e6c4bc85a25b2a3e7915f32b832c6df (diff)
downloadpoky-48823c65cf59248d6b3a7da94f9865c47de56f46.tar.gz
linux-yocto/3.8: udpate to v3.8.11
Update the linux-yocto-3.8 SRCREVs to the korg 3.8.11 -stable release. (From OE-Core rev: b60d04331f84e06fae6c074acab045c3e003929b) 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-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 980229c7f0..d0e58082e5 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.4" 6LINUX_VERSION ?= "3.8.11"
7LINUX_KERNEL_TYPE = "preempt-rt" 7LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "fd5af245e21d80e8700d41c1ecf3fc4b2c3d2e40" 11SRCREV_machine ?= "eeadef5c3a0a40aa4e01b20362e40009927f3ad6"
12SRCREV_machine_qemuppc ?= "fa8b702a32cc19e77805d91224d0409f09808c88" 12SRCREV_machine_qemuppc ?= "c7d4373996ddeb82ab7b8b5ea391227c8d10c6e9"
13SRCREV_meta ?= "27b63fdbd25ad1a37bacc05f49a205c150d21779" 13SRCREV_meta ?= "8482dcdf68f9f7501118f4c01fdcb8f851882997"
14 14
15PR = "${INC_PR}.1" 15PR = "${INC_PR}.1"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"