summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-06-22 15:46:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 22:55:35 +0100
commit7e5af814f89fd1b10202567b7b57b4be34ae49d2 (patch)
treea518ebc06839618ac773a30f47e4a961ac544bd3 /meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
parent58db68cd2a0e1407ade4285a497a03f3605784c2 (diff)
downloadpoky-7e5af814f89fd1b10202567b7b57b4be34ae49d2.tar.gz
linux-yocto: update meta and yocto/standard SRCREVs
As part of sync'ing the in-tree beagleboard support, the following commit has been pushed to all branches, and hence the SRCREV update: bb8e31f USB: ehci: remove structure packing from ehci_def The meta SRCREV update is to capture the new and sync'd BSP configuration. (From OE-Core rev: f9b77564cc7f62ea0bc4b4320036f2d6d5c90e27) 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_2.6.37.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_2.6.37.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
index 90943c2b9c..f244226e52 100644
--- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.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 = "52424d35025cfa43f0d66cf6fa982a5c289a1ba4" 17SRCREV_machine_qemuarm = "92232beb4e72fcf8d85abe79edba0cdf53f1ce41"
18SRCREV_machine_qemumips = "9083f18f40fc6a2baf76fa001bc4858e02f40378" 18SRCREV_machine_qemumips = "30cc7e06fba9126e79b4a0a3219c7d0259638f7a"
19SRCREV_machine_qemuppc = "9d278962ff228ea9627a85b0d21ed717246ebf1f" 19SRCREV_machine_qemuppc = "4ae67af1d0ece9944f8e640925aaf69aa5f10e34"
20SRCREV_machine_qemux86 = "57545699dff0b384bb16be74b0358059da5cce6a" 20SRCREV_machine_qemux86 = "ea7bcd9e408ddfaf5ecd0bcc37956998add58e2d"
21SRCREV_machine_qemux86-64 = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669" 21SRCREV_machine_qemux86-64 = "790b4cd5ff0bb8c4f4523763436efd438c692342"
22SRCREV_machine = "12646d158aced2ba0122787bd56ff554e371091c" 22SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746"
23SRCREV_meta = "94fa015b130e96a3b6242a8ac4ff4cca9406951f" 23SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
24 24
25PR = "r19" 25PR = "r19"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"