From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 717F3E0030B for ; Mon, 28 May 2012 13:25:55 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q4SKPs6F013248 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 28 May 2012 13:25:54 -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; Mon, 28 May 2012 13:25:54 -0700 Message-ID: <4FC3DF4C.2030105@windriver.com> Date: Mon, 28 May 2012 16:25:48 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Darren Hart References: In-Reply-To: Cc: Yocto Project Subject: Re: [PATCH 0/6][linux-yocto-3.2] fri2: update BSP configuration 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: Mon, 28 May 2012 20:25:55 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-05-25 06:20 PM, Darren Hart wrote: > The following changes since commit 49f931bc294d5b6be60502bbd448cff5aa766235: > > meta/fishriver: remove redundant features and options (2012-05-14 17:10:36 -0500) The series looks good to me. As I mentioned in Tom's pull request, there's a slight question in the order of the changes, since I had some other changes staged for master in the 3.0/3.2 kernel trees. We'll sort that out and I can do this merge quickly. Bruce > > are available in the git repository at: > git://git.yoctoproject.org/linux-yocto-2.6.37-contrib dvhart/meta/fri2 > http://git.yoctoproject.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=dvhart/meta/fri2 > > Darren Hart (6): > fri2: Configuration update (usb, wifi, i2c) > iwlwifi: Add a feature for iwlwifi > iwlagn: Correct a comment typo > fri2 update: drop NETDEVICE, e1xxx, usb-mass-storage, add iwlwifi > feature > fri2: add usb-mass-storage to standard and preempt-rt > fri2: update base config > > meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc | 1 + > meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc | 1 + > meta/cfg/kernel-cache/bsp/fri2/fri2.cfg | 21 +++++++++---------- > meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 7 ++--- > meta/cfg/kernel-cache/features/iwlagn/iwlagn.scc | 2 +- > meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg | 6 +++++ > meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.scc | 6 +++++ > 7 files changed, 28 insertions(+), 16 deletions(-) > create mode 100644 meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg > create mode 100644 meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.scc >