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 70D50E003E4 for ; Fri, 2 Mar 2012 13:05:10 -0800 (PST) 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 q22L59uG027322 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 2 Mar 2012 13:05:09 -0800 (PST) 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; Fri, 2 Mar 2012 13:05:08 -0800 Message-ID: <4F5135F0.3040705@windriver.com> Date: Fri, 2 Mar 2012 16:04:48 -0500 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: Darren Hart References: <1e8b3dd507d36234ce52eea29c4c31c4ca4a2469.1330643786.git.dvhart@linux.intel.com> In-Reply-To: <1e8b3dd507d36234ce52eea29c4c31c4ca4a2469.1330643786.git.dvhart@linux.intel.com> Cc: Yocto Project Subject: Re: [PATCH 3/3] fri2: Add SMP and EFI support 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, 02 Mar 2012 21:05:10 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-03-01 06:59 PM, Darren Hart wrote: > Rather than add these as features in the linux-yocto recipe, > include them in the BSP meta-data directly. Include only the core > EFI bits in the fri2.scc, and add the extended EFI support to the > fri2-standard.scc so that other ktypes don't pull in more than > what's absolutely required from fri2.scc. Makes sense. This makes the BSP standalone .. which we want. I've merged all the meta changes now. Bruce > > Signed-off-by: Darren Hart > --- > 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.scc | 2 ++ > 3 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc > index 142d71a..9e9a84c 100644 > --- a/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc > +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-preempt-rt.scc > @@ -5,3 +5,4 @@ define KARCH i386 > # no new branch required, re-use the ktypes/preempt-rt branch > include ktypes/preempt-rt > include fri2.scc > +include cfg/efi-ext.scc > diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc > index b28b650..1cd28fa 100644 > --- a/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc > +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2-standard.scc > @@ -5,3 +5,4 @@ define KARCH i386 > scc_leaf ktypes/standard fri2 > > include fri2.scc > +include cfg/efi-ext.scc > diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc > index 1e0c295..39e6989 100644 > --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc > +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc > @@ -13,6 +13,8 @@ include features/framebuffer/vesafb.scc > include cfg/usb-mass-storage.scc > include cfg/boot-live.scc > include features/power/intel.scc > +include cfg/smp.scc > +include cfg/efi.scc > > include features/logbuf/size-normal.scc >