From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C77A6E00746 for ; Fri, 11 May 2012 13:47:14 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 11 May 2012 13:47:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="142920102" Received: from unknown (HELO [10.255.12.70]) ([10.255.12.70]) by orsmga002.jf.intel.com with ESMTP; 11 May 2012 13:47:13 -0700 From: Tom Zanussi To: Bruce Ashfield In-Reply-To: <4FAD73EE.8000209@windriver.com> References: <4FAD73EE.8000209@windriver.com> Date: Fri, 11 May 2012 15:47:09 -0500 Message-ID: <1336769229.27950.9.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: yocto@yoctoproject.org, dvhart@linux.intel.com Subject: Re: [PATCH 00/10][KERNEL][RFC] policy cleanup patches 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: Fri, 11 May 2012 20:47:14 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-05-11 at 16:17 -0400, Bruce Ashfield wrote: > On 12-05-10 09:00 PM, tom.zanussi@intel.com wrote: > > From: Tom Zanussi > > > > This set of patches factors out the policy vs hardware-related config > > of the common-pc and common-pc-64 along with some meta-intel BSPs. > > > > There are also a couple usb cleanups as well. > > > > This is an RFC patchset because it's completely untested at this > > point so shouldn't be pulled in - I wanted to get this pre-NAKed > > at least once before actually going through the trouble of testing. ;-) > > No NAK here. This looks fine to me. I only commented once, for everything > that I didn't say anything, that means no problems here. > OK, thanks, Bruce. I'll fix the few things up that Darren mentioned and start testing, then... Tom > Bruce > > > > > Tom > > > > The following changes since commit 1dfd60fa1250259eed38ae5b2840eb37e3758a1b: > > Tom Zanussi (1): > > meta/fishriver: move smp options from recipe-space > > > > are available in the git repository at: > > > > git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/policy-cleanup > > http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/policy-cleanup > > > > Tom Zanussi (10): > > meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature > > meta/common-pc: use usb features > > meta/common-pc-64: use usb features > > meta/common-pc: factor out policy-related options > > meta/common-pc: factor out policy-related options > > meta/crownbay: factor out policy-related options > > meta/emenlow: factor out policy-related options > > meta/emenlow: factor out policy-related options > > meta/jasperforest: factor out policy-related options > > meta/sugarbay: factor out policy-related options > > > > .../bsp/common-pc-64/common-pc-64-preempt-rt.scc | 6 ++++++ > > .../bsp/common-pc-64/common-pc-64-standard.scc | 6 ++++++ > > .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg | 3 --- > > .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 8 ++------ > > .../bsp/common-pc/common-pc-preempt-rt.scc | 7 +++++++ > > .../bsp/common-pc/common-pc-standard.scc | 6 ++++++ > > .../kernel-cache/bsp/common-pc/common-pc-tiny.scc | 5 +---- > > meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 5 ----- > > meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 6 ++---- > > .../bsp/crownbay/crownbay-preempt-rt.scc | 8 ++++++++ > > .../bsp/crownbay/crownbay-standard.scc | 7 +++++++ > > meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 7 ------- > > .../bsp/emenlow/emenlow-preempt-rt.scc | 8 ++++++++ > > .../kernel-cache/bsp/emenlow/emenlow-standard.scc | 8 ++++++++ > > meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 7 ------- > > .../bsp/fishriver/fishriver-preempt-rt.scc | 8 ++++++++ > > .../bsp/fishriver/fishriver-standard.scc | 8 ++++++++ > > meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 7 ------- > > .../bsp/jasperforest/jasperforest-preempt-rt.scc | 7 +++++++ > > .../bsp/jasperforest/jasperforest-standard.scc | 6 ++++++ > > .../kernel-cache/bsp/jasperforest/jasperforest.scc | 6 ------ > > .../bsp/sugarbay/sugarbay-preempt-rt.scc | 7 +++++++ > > .../bsp/sugarbay/sugarbay-standard.scc | 6 ++++++ > > meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.scc | 6 ------ > > meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg | 1 + > > 25 files changed, 104 insertions(+), 55 deletions(-) > > >