From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 30267E00596 for ; Wed, 11 Apr 2012 10:46:33 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q3BHkVAg020750 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 11 Apr 2012 10:46:31 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Wed, 11 Apr 2012 10:46:31 -0700 Message-ID: <4F85C370.9020206@windriver.com> Date: Wed, 11 Apr 2012 13:46:24 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: "Bodke, Kishore K" References: <4F858624.8080708@windriver.com> In-Reply-To: Cc: "yocto@yoctoproject.org" Subject: Re: [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2012 17:46:33 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-04-11 01:08 PM, Bodke, Kishore K wrote: > > >> -----Original Message----- >> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] >> Sent: Wednesday, April 11, 2012 6:25 AM >> To: Bodke, Kishore K >> Cc: yocto@yoctoproject.org; Bruce Ashfield >> Subject: Re: [yocto] [PATCH 0/1] [KERNEL] Add igb driver to Romley >> Machine >> >> On 12-04-10 08:15 PM, kishore.k.bodke@intel.com wrote: >>> From: Kishore Bodke >>> >>> Romley machine has builtin 82580 Giga bit Ethernet >>> Controller. Adding the relavent igb nic driver. >> >> Looks fine for the tree, no risk to other BSPs. Correct me >> if you'd rather this wait until after the 1.2 release. > > Yeah, its Romley machine specific. > Please make it available for 1.2 release. Merged and pushed. I'll update the global meta SRCREV later, but in your BSP layer, you can set it to: commit 135c75bf9615334b5b8bb9108d612fe7dfbdb901 Author: Kishore Bodke Date: Tue Apr 10 17:17:03 2012 -0700 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 And you'll see the change. Bruce > > Thanks > Kishore. > >> >> I'll have this pushed out later today. >> >> Cheers, >> >> Bruce >> >>> >>> Please pull into linux-yocto-3.2/meta >>> >>> Thanks >>> Kishore. >>> >>> The following changes since commit >> 59f350ec3794e19fa806c1b73749d851f8ebf364: >>> >>> meta: Add common-pc-tiny.scc (2012-03-31 23:43:34 -0400) >>> >>> are available in the git repository at: >>> git://git.pokylinux.org/linux-yocto-2.6.37-contrib >> kishore/romley/meta >>> http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37- >> contrib/log/?h=kishore/romley/meta >>> >>> Kishore Bodke (1): >>> meta: Add igb.scc to Romley >>> >>> meta/cfg/kernel-cache/bsp/romley/romley.scc | 3 +-- >>> 1 files changed, 1 insertions(+), 2 deletions(-) >>> >