summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-06-06 11:30:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-07 21:38:37 +0100
commit3bb917dbdbcc8f5144d34c9af78209523de70981 (patch)
tree709db43561f933c238ea35f2fe2dd69fbddd2fa6 /meta/recipes-kernel/linux
parentffa417714615d1d8b892270858cbc220c7ac4f7b (diff)
downloadpoky-3bb917dbdbcc8f5144d34c9af78209523de70981.tar.gz
linux-yocto: make e1000e structure common [commit: bec3f1e8c]
During work on 1.1 BSPs, some driver options changed. The result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa needs to be available for all BSPs. These SRCREV updates are the result of making that commit common. (From OE-Core rev: c5dddf2dec0c6aed1db44a7ecf14d13502759d03) 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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_git.bb b/meta/recipes-kernel/linux/linux-yocto_git.bb
index b625cf2147..1d43e1e381 100644
--- a/meta/recipes-kernel/linux/linux-yocto_git.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_git.bb
@@ -14,12 +14,12 @@ 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 = "9192bec81b274a6bb71bcddcab9de5475f55ec15" 17SRCREV_machine_qemuarm = "2070a54dbde57d2987c832a016b05949f7e6e086"
18SRCREV_machine_qemumips = "3e57c1547b07b30900bb29fdedcc38e99c237446" 18SRCREV_machine_qemumips = "bd9eab8e382e11dc08a5de8b010570f03de949e5"
19SRCREV_machine_qemuppc = "492cff27ae13c33fdab68f8d971b15dcb719e7bf" 19SRCREV_machine_qemuppc = "704497b3a48c0882078f6167277d65d932292535"
20SRCREV_machine_qemux86 = "ae10acfb83ed405127748393d9b4efb9e95cc78b" 20SRCREV_machine_qemux86 = "c1a74a7872fdd1152265087aa7e59b96a8f2f42a"
21SRCREV_machine_qemux86-64 = "28a3080512e19612a2e0b65d3077686f614ae556" 21SRCREV_machine_qemux86-64 = "1950ea205407d8950475a37404173572d55fd27f"
22SRCREV_machine = "301ab1710d29a9bb931cb64c747d03da09dfea3f" 22SRCREV_machine = "697d84759be192403a8a87ab269196c67a0c2c88"
23SRCREV_meta = "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26" 23SRCREV_meta = "f1dc3722d45cdcc92c84ebfecf4ce616d2efed26"
24 24
25PR = "r18" 25PR = "r18"