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 3AB78E0044D for ; Mon, 7 May 2012 06:00:11 -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 q47D09kp013282 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 7 May 2012 06:00:09 -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, 7 May 2012 06:00:08 -0700 Message-ID: <4FA7C756.9000701@windriver.com> Date: Mon, 7 May 2012 09:00:06 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: References: <4FA74616.3060604@windriver.com> In-Reply-To: <4FA74616.3060604@windriver.com> Cc: yocto@yoctoproject.org, dvhart@linux.intel.com Subject: Re: [PATCH 0/7][KERNEL] add usb and mei features 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, 07 May 2012 13:00:11 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-05-06 11:48 PM, Bruce Ashfield wrote: > On 12-05-06 12:53 PM, tom.zanussi@intel.com wrote: >> From: Tom Zanussi >> >> This adds a few new features, one each for usb/[xeou]hci-hcd and >> another for amt/mei, and refactors existing config options into a new >> usb/base, which are then used in crownbay. >> >> v2: after suggestions from Bruce and Darren of a preference for a more >> flattened feature tree structure, moved all the features into a single >> usb/ feature dir. I did however retain the common 'base' feature >> because inlining that in each feature would mean that the same common >> set would be repeated in multiple config fragments if more than one usb >> feature was included in a BSP. >> >> v3: include base.scc into each *hcd fragment again. >> >> Please pull into linux-yocto-3.2. > > > Looks good. I reset my old merge and this is now in place. I'll push > the trees in the morning. pushed. all my builds worked over night. I'll have a pull request out for SRCREV bump shortly, but you don't need that :) Cheers, Bruce > > Cheers, > > Bruce > >> >> Thanks, >> >> Tom >> >> The following changes since commit >> b14a08f5c7b469a5077c10942f4e1aec171faa9d: >> Yang Shi (1): >> meta: Clean up BSPs kernel config >> >> are available in the git repository at: >> >> git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git >> tzanussi/xhcd-mei-features >> http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/xhcd-mei-features >> >> Tom Zanussi (7): >> meta: add usb/base feature >> meta: add usb/xhci-hcd feature >> meta: add usb/ehci-hcd feature >> meta: add usb/ohci-hcd feature >> meta: add usb/uhci-hcd feature >> meta/crownbay: use usb features >> meta: add mei feature >> >> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 6 ------ >> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 4 ++++ >> meta/cfg/kernel-cache/features/amt/mei/mei.cfg | 3 +++ >> meta/cfg/kernel-cache/features/amt/mei/mei.scc | 4 ++++ >> meta/cfg/kernel-cache/features/usb/base.cfg | 3 +++ >> meta/cfg/kernel-cache/features/usb/base.scc | 4 ++++ >> meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg | 1 + >> meta/cfg/kernel-cache/features/usb/ehci-hcd.scc | 6 ++++++ >> meta/cfg/kernel-cache/features/usb/ohci-hcd.cfg | 1 + >> meta/cfg/kernel-cache/features/usb/ohci-hcd.scc | 6 ++++++ >> meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg | 1 + >> meta/cfg/kernel-cache/features/usb/uhci-hcd.scc | 6 ++++++ >> meta/cfg/kernel-cache/features/usb/xhci-hcd.cfg | 1 + >> meta/cfg/kernel-cache/features/usb/xhci-hcd.scc | 6 ++++++ >> 14 files changed, 46 insertions(+), 6 deletions(-) >> create mode 100644 meta/cfg/kernel-cache/features/amt/mei/mei.cfg >> create mode 100644 meta/cfg/kernel-cache/features/amt/mei/mei.scc >> create mode 100644 meta/cfg/kernel-cache/features/usb/base.cfg >> create mode 100644 meta/cfg/kernel-cache/features/usb/base.scc >> create mode 100644 meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg >> create mode 100644 meta/cfg/kernel-cache/features/usb/ehci-hcd.scc >> create mode 100644 meta/cfg/kernel-cache/features/usb/ohci-hcd.cfg >> create mode 100644 meta/cfg/kernel-cache/features/usb/ohci-hcd.scc >> create mode 100644 meta/cfg/kernel-cache/features/usb/uhci-hcd.cfg >> create mode 100644 meta/cfg/kernel-cache/features/usb/uhci-hcd.scc >> create mode 100644 meta/cfg/kernel-cache/features/usb/xhci-hcd.cfg >> create mode 100644 meta/cfg/kernel-cache/features/usb/xhci-hcd.scc >> > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto