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>
This commit is contained in:
Bruce Ashfield 2011-06-22 15:46:20 -04:00 committed by Richard Purdie
parent 58db68cd2a
commit 7e5af814f8
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ KMETA = meta
LINUX_VERSION ?= "2.6.37"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
SRCREV_machine_qemuarm = "52424d35025cfa43f0d66cf6fa982a5c289a1ba4"
SRCREV_machine_qemumips = "9083f18f40fc6a2baf76fa001bc4858e02f40378"
SRCREV_machine_qemuppc = "9d278962ff228ea9627a85b0d21ed717246ebf1f"
SRCREV_machine_qemux86 = "57545699dff0b384bb16be74b0358059da5cce6a"
SRCREV_machine_qemux86-64 = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669"
SRCREV_machine = "12646d158aced2ba0122787bd56ff554e371091c"
SRCREV_meta = "94fa015b130e96a3b6242a8ac4ff4cca9406951f"
SRCREV_machine_qemuarm = "92232beb4e72fcf8d85abe79edba0cdf53f1ce41"
SRCREV_machine_qemumips = "30cc7e06fba9126e79b4a0a3219c7d0259638f7a"
SRCREV_machine_qemuppc = "4ae67af1d0ece9944f8e640925aaf69aa5f10e34"
SRCREV_machine_qemux86 = "ea7bcd9e408ddfaf5ecd0bcc37956998add58e2d"
SRCREV_machine_qemux86-64 = "790b4cd5ff0bb8c4f4523763436efd438c692342"
SRCREV_machine = "bb8e31f2c99f5e007660d4540df246fb7ecfa746"
SRCREV_meta = "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b"
PR = "r19"
PV = "${LINUX_VERSION}+git${SRCPV}"