summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-06-03 01:05:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-07 21:38:37 +0100
commitffa417714615d1d8b892270858cbc220c7ac4f7b (patch)
tree2fb56de279d10eb855c95211d0ca0e9e89e34ba6 /meta/recipes-kernel/linux
parente36ab3242b7dd9b7c2ac6aaf00e31bc8f113c373 (diff)
downloadpoky-ffa417714615d1d8b892270858cbc220c7ac4f7b.tar.gz
linux-yocto: update target/meta SRCREVs
This SRCREV update picks up the following changes from the 2.6.37 kernel tree: - fishriver: create and use a dedicated BSP branch - fishriver: usbnet fixes, but common to all boards - standard: update omap baseline match the 2.6.34 upstream merge content Built and boot tested on qemu* (From OE-Core rev: 0843f22d34c0c9d2424a595aea0a2410e7d6ce23) 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')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_git.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index 3aedb7a0c2..b625cf2147 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -14,13 +14,13 @@ KMETA = meta
14LINUX_VERSION ?= "2.6.37" 14LINUX_VERSION ?= "2.6.37"
15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
16 16
17SRCREV_machine_qemuarm = "8776b242fe2db7b4570e11496e9105b51212a446" 17SRCREV_machine_qemuarm = "9192bec81b274a6bb71bcddcab9de5475f55ec15"
18SRCREV_machine_qemumips = "8f8a5e034d7e98ed871fa7ed487fbf72a79229a5" 18SRCREV_machine_qemumips = "3e57c1547b07b30900bb29fdedcc38e99c237446"
19SRCREV_machine_qemuppc = "d9c6b3e576184f0c4223b6251c57b16ac1bac428" 19SRCREV_machine_qemuppc = "492cff27ae13c33fdab68f8d971b15dcb719e7bf"
20SRCREV_machine_qemux86 = "b2afed7ecd54918b73db7f30062aaaf02fdaba54" 20SRCREV_machine_qemux86 = "ae10acfb83ed405127748393d9b4efb9e95cc78b"
21SRCREV_machine_qemux86-64 = "86bbbc079652d87392322fbfc14f6bd8792b0f38" 21SRCREV_machine_qemux86-64 = "28a3080512e19612a2e0b65d3077686f614ae556"
22SRCREV_machine = "0974631b821b70aee3613723ed0d4d6ba8da91c6" 22SRCREV_machine = "301ab1710d29a9bb931cb64c747d03da09dfea3f"
23SRCREV_meta = "06d3793d459048ee1b4db7170f24670c479e8b29" 23SRCREV_meta = "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26"
24 24
25PR = "r18" 25PR = "r18"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"