summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-04-13 16:55:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 22:42:02 +0100
commitd7c567816bf828da34fb9e315d4d76c4181337e9 (patch)
tree64c3e1664b6420e60265ece17ec49aafeaa3bd2d /meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
parent160ee52b9563dac64941b5f6e2e072171ad396b8 (diff)
downloadopenembedded-core-d7c567816bf828da34fb9e315d4d76c4181337e9.tar.gz
openembedded-core-d7c567816bf828da34fb9e315d4d76c4181337e9.tar.bz2
openembedded-core-d7c567816bf828da34fb9e315d4d76c4181337e9.tar.xz
openembedded-core-d7c567816bf828da34fb9e315d4d76c4181337e9.zip
linux-yocto/3.2: add igb support to romley
Updating the 3.2 recipe SRCREVs to pickup the following meta change: [ meta: Add igb.scc to Romley Romley machine has 82580 Giga bit Ethernet Controller. Add the relavent Nic driver to it. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> ] 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-tiny_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
index d2c8bf7ed..fbff706e2 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
@@ -12,7 +12,7 @@ KCONFIG_MODE = "--allnoconfig"
LINUX_VERSION ?= "3.2.11"
SRCREV_machine ?= "ec236058dc254183dbfb3744bf21f110c37af30b"
-SRCREV_meta ?= "59f350ec3794e19fa806c1b73749d851f8ebf364"
+SRCREV_meta ?= "135c75bf9615334b5b8bb9108d612fe7dfbdb901"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"