From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D1620E00303 for ; Tue, 31 Jan 2012 08:21:46 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id q0VGLjdu006293 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 31 Jan 2012 08:21:45 -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; Tue, 31 Jan 2012 08:21:45 -0800 Message-ID: <4F28150B.30001@windriver.com> Date: Tue, 31 Jan 2012 11:21:31 -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: <4F28146E.10104@linux.intel.com> In-Reply-To: <4F28146E.10104@linux.intel.com> Cc: poky@yoctoproject.org, saul.wold@intel.com Subject: Re: [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 16:21:47 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-01-31 11:18 AM, Darren Hart wrote: > > > On 01/30/2012 12:16 PM, Bruce Ashfield wrote: >> Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for >> the yocto hardware reference boards. >> >> Signed-off-by: Bruce Ashfield >> --- >> .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++ >> 1 files changed, 19 insertions(+), 0 deletions(-) >> create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend >> >> diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend >> new file mode 100644 >> index 0000000..5e25910 >> --- /dev/null >> +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend >> @@ -0,0 +1,19 @@ >> +KMACHINE_atom-pc = "atom-pc" >> +KMACHINE_routerstationpro = routerstationpro" >> +KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" >> +KMACHINE_beagleboard = "beagleboard" >> + >> +KBRANCH_atom-pc = "standard/default/common-pc/atom-pc" >> +KBRANCH_routerstationpro = "standard/default/routerstationpro" >> +KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb" >> +KBRANCH_beagleboard = "standard/default/beagleboard" > > Do all of these machines still have BSP-specific patches which require > their own branch? beagleboard and routerstation pro .. yes. atom-pc. It is historical so I left it be for now. the fsl board. yes, there will be as well. Cheers, Bruce > > -- > Darren > >> + >> +SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04" >> +SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed" >> +SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341" >> +SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04" >> + >> +COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" >> +COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" >> +COMPATIBLE_MACHINE_beagleboard = "beagleboard" >> +COMPATIBLE_MACHINE_atom-pc = "atom-pc" >