From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173017pub.verizon.net (vms173017pub.verizon.net [206.46.173.17]) by arago-project.org (Postfix) with ESMTPS id 9E9795298C for ; Fri, 9 Oct 2015 13:11:27 +0000 (UTC) Received: from gandalf.denix.org ([108.51.169.48]) by vms173017.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPSA id <0NVY00MJ0FAE6220@vms173017.mailsrvcs.net> for meta-arago@arago-project.org; Fri, 09 Oct 2015 08:11:12 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=EdU1O6SC c=1 sm=1 tr=0 a=x3PDphkivVtATbYodTxRAw==:117 a=0gcC27t9AAAA:8 a=oR5dmqMzAAAA:8 a=eIhxMilvRf8A:10 a=kj9zAlcOel0A:10 a=5lJygRwiOn0A:10 a=sozttTNsAAAA:8 a=Q4-j1AaZAAAA:8 a=HihYlcsHAAAA:8 a=NEAV23lmAAAA:8 a=KKAkSRfTAAAA:8 a=6dpbzgcQzp9FdROB2dIA:9 a=CjuIK1q_8ugA:10 Received: by gandalf.denix.org (Postfix, from userid 1000) id 04F24161C70; Fri, 9 Oct 2015 09:11:01 -0400 (EDT) Date: Fri, 09 Oct 2015 09:11:01 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-id: <20151009131101.GH11709@denix.org> References: <1444391940-2958-1-git-send-email-j-stiffler@ti.com> <1444391940-2958-2-git-send-email-j-stiffler@ti.com> MIME-version: 1.0 In-reply-to: <1444391940-2958-2-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 13:11:27 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Fri, Oct 09, 2015 at 07:59:00AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > v2 changes: > * Add "oe-layersetup" prefix > * Find copies harder Is this a release config? Why are you switching off the release tag? > .../processor-sdk-02.00.00.00-config.txt} | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > copy configs/{coresdk/coresdk-2015.01-config.txt => processor-sdk/processor-sdk-02.00.00.00-config.txt} (64%) > > diff --git a/configs/coresdk/coresdk-2015.01-config.txt b/configs/processor-sdk/processor-sdk-02.00.00.00-config.txt > similarity index 64% > copy from configs/coresdk/coresdk-2015.01-config.txt > copy to configs/processor-sdk/processor-sdk-02.00.00.00-config.txt > index 6c544d6..f43a511 100644 > --- a/configs/coresdk/coresdk-2015.01-config.txt > +++ b/configs/processor-sdk/processor-sdk-02.00.00.00-config.txt > @@ -2,11 +2,12 @@ > # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] > > bitbake,git://git.openembedded.org/bitbake,1.26,ed30f4ee1cef8db9ea422c5e54b2375c4f3b1d6f,layers= > -meta-arago,git://arago-project.org/git/meta-arago.git,master,ti2015.01,layers=meta-arago-distro:meta-arago-extras > +meta-processor-sdk,git://arago-project.org/git/projects/meta-processor-sdk.git,master,bfc49c171cead0cf0b5d859f51c45364a74e1ea7,layers= > +meta-arago,git://arago-project.org/git/meta-arago.git,master,f36422977840d88696e4ea209a82b0caa37a3f5d,layers=meta-arago-distro:meta-arago-extras > meta-qt5,git://github.com/meta-qt5/meta-qt5.git,master,97ce05c0b2a81f05388d7f727741529fb9177775,layers= > meta-openembedded,git://git.openembedded.org/meta-openembedded,fido,214e1801d0efc38d3b6142bdc0d8e58ca593e34c,layers=meta-networking:meta-ruby:meta-python:meta-oe > -meta-ti,git://arago-project.org/git/meta-ti.git,fido,ti2015.01,layers= > +meta-ti,git://arago-project.org/git/meta-ti.git,fido,0a222c70845d19a2213ac36803361e8531768cca,layers= > meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,fido,3f1933242062d1cf473d20b86fa4582963ff9441,layers=meta-linaro-toolchain > oe-core,git://git.openembedded.org/openembedded-core,fido,4c02a30f084408d0a6a5149937ef74520f8346dc,layers=meta > OECORELAYERCONF=./sample-files/bblayers.conf.sample > -OECORELOCALCONF=./sample-files/local-arago64.conf.sample > +OECORELOCALCONF=./sample-files/local-processor-sdk-64.conf.sample > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >