From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 479BFE00441 for ; Tue, 27 Aug 2013 10:54:03 -0700 (PDT) Received: by mail-pb0-f53.google.com with SMTP id up15so5152009pbc.12 for ; Tue, 27 Aug 2013 10:54:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=5CNJg6LWCGrzP4EkPuqrCk2jfL001ZVUr9USqKTBeNA=; b=AKwgHMvUOnGS4tfwSLFrZWb8/mNFahyewWWUIWRWJJO+pXw5WHG2nmoDBwvt6joRr7 s3XNHIDOQNWjW33/k6Gtq+8QBfsSwdxDJpwTVJ9mCzKrwUfc4ZuYPZti3SI4lA9yODWE AFbnqSn4hzEFXAKISRZVry+c6yW6kOMTja7M4mykStbLNhbUuf2FtkqgteAEawVX0pEc 0gSf3mxhIjhkcxb6mIkUBrb3o7qkQL3hy8z/cqG5O4U0VL/0JxEw2TovDH0wOCAycpBx uZk73VweDV++Dr06qWPDxJFh1yL42T/KV2k9poO0Sn3CxXM41YQZYpG5xIckhCe6aZgQ f77Q== X-Gm-Message-State: ALoCoQmWFSYGZE0JKH3caG/331Xuv5EXvor5wak5Huu6lRXKsXWQxfWdWyoCgo6mWPaVoEYVa574 X-Received: by 10.66.186.204 with SMTP id fm12mr3737293pac.189.1377626042827; Tue, 27 Aug 2013 10:54:02 -0700 (PDT) Received: from [192.168.0.15] ([70.96.116.236]) by mx.google.com with ESMTPSA id xn12sm28300987pac.12.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 Aug 2013 10:53:59 -0700 (PDT) Message-ID: <521CE7B2.9030607@boundarydevices.com> Date: Tue, 27 Aug 2013 10:53:54 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Christian Betz References: In-Reply-To: Cc: "meta-freescale@yoctoproject.org" 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 17:54:06 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. > 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"). >