From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6DD6EE002FB for ; Tue, 27 Aug 2013 11:52:28 -0700 (PDT) Received: by mail-yh0-f49.google.com with SMTP id v1so1336624yhn.22 for ; Tue, 27 Aug 2013 11:52:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=doxVSomdnTW/FdUu8po2REXz29SLBw76HMcz0o64QLs=; b=URsZhzpjIUrp/vZNjjKejLf4YKentqpTinqBy7p0+Y4aJp2WcGsmrvWegB3aCmcJOx GCdR06IsO58mS0WBBenItI1ALIMxEzj3cZ3Ar8agj/fAbNTrtFtIAFVleUAibX2RqPBy eOvRZMCfRRq3xEVPaxBmGGWQtYW1Q/2kI/1m9+YFwppYBojUDHSPJZK6Y7E+Lg3/Shxf 4RW/VLcRvl5FJ6r/t3WbQgxH1GQRxXO2okFpv61q9EnYUI91o1+rNKJSJJle8VeZzfVu dI0hPBVntxXfa9SDGowgEyZjn+jgZmYamAcPMZ4DwIqdp9CERFTrSPGPl98RdXrwZ0td NPQQ== X-Received: by 10.236.30.41 with SMTP id j29mr21463407yha.0.1377629547226; Tue, 27 Aug 2013 11:52:27 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id t22sm14708960yhd.19.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 Aug 2013 11:52:26 -0700 (PDT) Message-ID: <521CF569.2060803@gmail.com> Date: Tue, 27 Aug 2013 13:52:25 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <521CE7B2.9030607@boundarydevices.com> In-Reply-To: <521CE7B2.9030607@boundarydevices.com> Subject: Re: making building master-next just a little bit easier X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 18:52:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 8/27/13 12:53 PM, Eric Nelson wrote: > Thanks Christian, > > On 08/27/2013 10:36 AM, Christian Betz wrote: >> hi everyone. >> >> i've cloned fsl-community-bsp-platform and created a master-next >> branch with the correct repo XML file to use master-next branch for >> all the meta-fsl-* repos and master for the rest. this makes building >> and testing master-next from scratch a bit easier. >> >> this was pretty trivial to do but I wanted to mention it to the list. >> i'd be happy to submit "official" patches to the list for these >> changes if desired. >> > > +1 > > This is useful. Agreed, and I'm sure Otavio would love some patches to review. Glad to see that it does not checkout master-next from Poky or OE. > >> so instead of the normal dylan build: >> >> repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan >> >> I do this to build master-next using the repo XML on my cloned github repo: >> >> repo init -u https://github.com/cbetz421/fsl-community-bsp-platform -b >> master-next >> >> NOTE: I also updated the README in my master-next branch (but I >> suggest that the README in master also should be updated to replace >> "-b dylan" with "-b master"). >> > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale