1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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.

    (From OE-Core rev: d7c567816bf828da34fb9e315d4d76c4181337e9)

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>
This commit is contained in:
Bruce Ashfield
2012-04-13 16:55:43 -04:00
committed by Richard Purdie
parent bc5d68e30b
commit 25b48c68df
3 changed files with 3 additions and 3 deletions
@@ -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}"