summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-08-05 16:22:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-08 13:41:22 +0100
commit098ae437dfb80ad67a96984c30d66e1bb0090e54 (patch)
tree65a0f8a1a9ebdf68fb759f57c64392cbb6353bbf /meta/recipes-kernel/linux/linux-yocto_3.0.bb
parent9e53f354e1f8f5a735f0fbb72c243e921ff3eca1 (diff)
downloadpoky-098ae437dfb80ad67a96984c30d66e1bb0090e54.tar.gz
linux-yocto: merge v3.0.1
3.0.1 -stable has been released. This now becomes the baseline for the 3.0 linux-yocto tree. As was the policy in the 2.6.34 and 2.6.37 kernels, the version stays at 3.0 in the recipe. Build and boot tested on qemu* targets. (From OE-Core rev: 015a74ca21b06d08c04d18f77b8c2a74ffab5a66) 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.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.0.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
index bd08ca66a8..a7bd67add8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb
@@ -14,12 +14,12 @@ KMETA = meta
14LINUX_VERSION ?= "3.0" 14LINUX_VERSION ?= "3.0"
15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
16 16
17SRCREV_machine_qemuarm = "703430f6cd786d9f42fdee1936337ecf1c3d27b5" 17SRCREV_machine_qemuarm = "30a2cec4e9d7048681c1d239f49cc935287a7012"
18SRCREV_machine_qemumips = "a3bb11ebd7dd1482de334dd71f8e4afe5e2bcd32" 18SRCREV_machine_qemumips = "f9b9688cefaa87d898394902acfb858d6b0f1e28"
19SRCREV_machine_qemuppc = "582dcc88c7c4d765c03b38ff384210d6efbf7956" 19SRCREV_machine_qemuppc = "a46a4c356f8bcf7a30d967a1b43633b824cd07a1"
20SRCREV_machine_qemux86 = "099a40c1669d20fdae2846cfd28bf74fd38dacea" 20SRCREV_machine_qemux86 = "efaab1f75dbc577922c862fa19d45c3f31cb99cb"
21SRCREV_machine_qemux86-64 = "896b8fd5783a6aac80d1447da5958334f4734845" 21SRCREV_machine_qemux86-64 = "c30a56850c73c74af2d056d803081a0d829ce35c"
22SRCREV_machine = "2d22c15ef4802bc117c5482217c2b2c4d34ab303" 22SRCREV_machine = "318b059a472128f67119f367f51f11893ee60269"
23SRCREV_meta = "76b3679beff6c640388a609ccf87f46bb7bf0f2b" 23SRCREV_meta = "76b3679beff6c640388a609ccf87f46bb7bf0f2b"
24 24
25PR = "r0" 25PR = "r0"