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 BD82DE01420 for ; Wed, 16 May 2012 13:56:40 -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 q4GKueF7021357 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 16 May 2012 13:56:40 -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, 16 May 2012 13:56:39 -0700 Message-ID: <4FB41484.4040602@windriver.com> Date: Wed, 16 May 2012 16:56:36 -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: <4FB3CE00.20709@linux.intel.com> <4FB403EC.3050703@windriver.com> In-Reply-To: <4FB403EC.3050703@windriver.com> Cc: yocto@yoctoproject.org Subject: Re: [PATCH 00/22][KERNEL] policy cleanup patches, v3 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, 16 May 2012 20:56:40 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-05-16 03:45 PM, Bruce Ashfield wrote: > On 12-05-16 11:55 AM, Darren Hart wrote: >> >> >> On 05/16/2012 08:50 AM, 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 patchset has been boot-tested with sato images on the following >>> machines: qemux86, qemux86-64, crownbay, sugarbay, emenlow, and >>> jasperforest. >>> >>> v2: updated to reflect Darren's comments. This new patchset also >>> adds the usb-mass-storage feature to common-pc and common-pc-64, >>> and at the same time factors out the common SCSI pieces into a new >>> set of scsi features. It also removes options and feature use made >>> redundant by the above changes. >>> >>> v3: updated to reflect Darren's latest comments i.e. CONFIG_BLOCK >>> added to the scsi feature, and ehci removed from jasperforest and >>> sugarbay since that comes in via common-pc-64. >>> >>> Please pull into linux-yocto-3.2. >> >> For the entire series: >> >> Acked-by: Darren Hart > > Same here. > > I'll do the merge shortly. pushed to the trees. I'll update the SRCREVs in master shortly. But you obviously can use them now. Cheers, Bruce > > 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 (22): >>> 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-64: factor out policy-related options >>> meta/crownbay: factor out policy-related options >>> meta/emenlow: factor out policy-related options >>> meta/fishriver: factor out policy-related options >>> meta/jasperforest: factor out policy-related options >>> meta/sugarbay: factor out policy-related options >>> meta: add scsi feature >>> meta: add scsi disk feature >>> meta: factor out SCSI options from the usb-mass-storage feature >>> meta/common-pc: use usb-mass-storage feature >>> meta: add scsi cdrom feature >>> meta/common-pc-64: use usb-mass-storage feature >>> meta/common-pc-64: factor out SCSI CDROM option >>> meta/jasperforest: remove redundant features and options >>> meta/sugarbay: remove redundant features and options >>> meta/crownbay: remove redundant features and options >>> meta/emenlow: remove redundant features and options >>> meta/fishriver: remove redundant features and options >>> >>> .../bsp/common-pc-64/common-pc-64-preempt-rt.scc | 7 +++++++ >>> .../bsp/common-pc-64/common-pc-64-standard.scc | 7 +++++++ >>> .../kernel-cache/bsp/common-pc-64/common-pc-64.cfg | 8 -------- >>> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 10 ++++------ >>> .../bsp/common-pc/common-pc-preempt-rt.scc | 8 ++++++++ >>> .../bsp/common-pc/common-pc-standard.scc | 7 +++++++ >>> .../kernel-cache/bsp/common-pc/common-pc-tiny.scc | 5 +---- >>> meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 8 -------- >>> meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 7 +++---- >>> .../bsp/crownbay/crownbay-preempt-rt.scc | 8 ++++++++ >>> .../bsp/crownbay/crownbay-standard.scc | 7 +++++++ >>> meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg | 1 - >>> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 8 -------- >>> .../bsp/emenlow/emenlow-preempt-rt.scc | 8 ++++++++ >>> .../kernel-cache/bsp/emenlow/emenlow-standard.scc | 8 ++++++++ >>> meta/cfg/kernel-cache/bsp/emenlow/emenlow.cfg | 1 - >>> meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 8 -------- >>> .../bsp/fishriver/fishriver-preempt-rt.scc | 8 ++++++++ >>> .../bsp/fishriver/fishriver-standard.scc | 8 ++++++++ >>> meta/cfg/kernel-cache/bsp/fishriver/fishriver.cfg | 1 - >>> meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 8 -------- >>> .../bsp/jasperforest/jasperforest-preempt-rt.scc | 4 ++++ >>> .../bsp/jasperforest/jasperforest-standard.scc | 3 +++ >>> .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 1 - >>> .../kernel-cache/bsp/jasperforest/jasperforest.scc | 10 ---------- >>> .../bsp/sugarbay/sugarbay-preempt-rt.scc | 4 ++++ >>> .../bsp/sugarbay/sugarbay-standard.scc | 3 +++ >>> meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.cfg | 1 - >>> meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.scc | 10 ---------- >>> meta/cfg/kernel-cache/cfg/usb-mass-storage.cfg | 2 -- >>> meta/cfg/kernel-cache/cfg/usb-mass-storage.scc | 2 ++ >>> meta/cfg/kernel-cache/features/scsi/cdrom.cfg | 1 + >>> meta/cfg/kernel-cache/features/scsi/cdrom.scc | 6 ++++++ >>> meta/cfg/kernel-cache/features/scsi/disk.cfg | 1 + >>> meta/cfg/kernel-cache/features/scsi/disk.scc | 6 ++++++ >>> meta/cfg/kernel-cache/features/scsi/scsi.cfg | 2 ++ >>> meta/cfg/kernel-cache/features/scsi/scsi.scc | 4 ++++ >>> meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg | 1 + >>> 38 files changed, 121 insertions(+), 81 deletions(-) >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/cdrom.cfg >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/cdrom.scc >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/disk.cfg >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/disk.scc >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/scsi.cfg >>> create mode 100644 meta/cfg/kernel-cache/features/scsi/scsi.scc >>> >> > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto