summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-11-25 12:15:37 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:47 +0000
commit4bf5435d9573f244d6b0652089263b4ab1cc4705 (patch)
treee808cff28d11e351ede78bcee99f9380c124174d /meta/recipes-kernel
parent05dba88379cae8ee63e3bd76d6c5ef47dc10ad99 (diff)
downloadpoky-4bf5435d9573f244d6b0652089263b4ab1cc4705.tar.gz
linux-yocto: v3.0.10 + rt27
Updating the BSP base to the kernel.org v3.0.10 baseline and importing the latest stable rt27 release. (From OE-Core rev: e8aa8fe6e299104d4eb6da16134272a1dc7e929b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb19
2 files changed, 14 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
index de3ac7e75d..99000e835f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be"
11KBRANCH = "yocto/standard/preempt-rt/base" 11KBRANCH = "yocto/standard/preempt-rt/base"
12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" 12KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32"
13 13
14LINUX_VERSION ?= "3.0.4" 14LINUX_VERSION ?= "3.0.10"
15LINUX_KERNEL_TYPE = "preempt-rt" 15LINUX_KERNEL_TYPE = "preempt-rt"
16 16
17SRCREV_machine ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" 17SRCREV_machine ?= "6196e0087445a92edf3c250983c5d320c668ae7c"
18SRCREV_machine_qemuppc ?= "0936e13cc65d816f1759e2322c5e3fc82a5037f3" 18SRCREV_machine_qemuppc ?= "5a1d026aeba3c34d2895a5aeda6a1479bbdf62fb"
19SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" 19SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6"
20 20
21PR = "r2" 21PR = "r2"
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index 4a8396d39f..22c900da46 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -10,15 +10,16 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs"
10 10
11KBRANCH = ${KMACHINE} 11KBRANCH = ${KMACHINE}
12 12
13LINUX_VERSION ?= "3.0.4" 13LINUX_VERSION ?= "3.0.10"
14 14
15SRCREV_machine_qemuarm ?= "7908f38ac44359d58c40b166dbb45e48fc58295c" 15SRCREV_machine_qemuarm ?= "cf6ee099f6de3a97968c052610f6e80a7efb6e55"
16SRCREV_machine_qemumips ?= "7ea75f58d69293e6b1c2f904f8f5790521a7ccee" 16SRCREV_machine_qemumips ?= "ae0229025a5af8068fedb79e2a335ca35f8d9a6d"
17SRCREV_machine_qemuppc ?= "eccd57eaa4c2b580b9adbbc39e19ecbff56779ae" 17SRCREV_machine_qemuppc ?= "8e792439aae9a95532f084badcb4574cb2d0818d"
18SRCREV_machine_qemux86 ?= "72671808fdbe69a9fe03fd8f094e7c59da04a28c" 18SRCREV_machine_qemux86 ?= "5b48b18ce3055b5464f732ca0f9793a9ac596f7a"
19SRCREV_machine_qemux86-64 ?= "2b2d0954a6fd12b4bb7f02f019bc62633c8060a1" 19SRCREV_machine_qemux86-64 ?= "050c0a7a6b1a412e75b907f0f61a125dea49af59"
20SRCREV_machine ?= "6b2c7d65b844e686eae7d5cccb9b638887afe28e" 20SRCREV_machine ?= "030c87f1ffcbaecd0d06533fa1451c5333cd0bb0"
21SRCREV_meta ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" 21SRCREV_meta ?= "d386e09f316e03061c088d2b13a48605c20fb3a6"
22
22 23
23PR = "r3" 24PR = "r3"
24PV = "${LINUX_VERSION}+git${SRCPV}" 25PV = "${LINUX_VERSION}+git${SRCPV}"