* [oe-layersetup][PATCH v2 1/2] local-processor-sdk-64.conf.sample: Switch SDK machine to 64 bit
@ 2015-10-09 11:58 Jacob Stiffler
2015-10-09 11:59 ` [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config Jacob Stiffler
0 siblings, 1 reply; 5+ messages in thread
From: Jacob Stiffler @ 2015-10-09 11:58 UTC (permalink / raw)
To: meta-arago
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
v2 changes:
* Add "oe-layersetup" prefix
* Find copies harder
...cal-processor-sdk.conf.sample => local-processor-sdk-64.conf.sample} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
copy sample-files/{local-processor-sdk.conf.sample => local-processor-sdk-64.conf.sample} (99%)
diff --git a/sample-files/local-processor-sdk.conf.sample b/sample-files/local-processor-sdk-64.conf.sample
similarity index 99%
copy from sample-files/local-processor-sdk.conf.sample
copy to sample-files/local-processor-sdk-64.conf.sample
index d5af93a..726b1ba 100644
--- a/sample-files/local-processor-sdk.conf.sample
+++ b/sample-files/local-processor-sdk-64.conf.sample
@@ -79,7 +79,7 @@ PACKAGE_CLASSES ?= "package_ipk"
# you can build the SDK packages for architectures other than the machine you are
# running the build on (i.e. building i686 packages on an x86_64 host._
# Supported values are i686 and x86_64
-SDKMACHINE ?= "i686"
+SDKMACHINE ?= "x86_64"
#
# Extra image configuration defaults
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config 2015-10-09 11:58 [oe-layersetup][PATCH v2 1/2] local-processor-sdk-64.conf.sample: Switch SDK machine to 64 bit Jacob Stiffler @ 2015-10-09 11:59 ` Jacob Stiffler 2015-10-09 13:11 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Jacob Stiffler @ 2015-10-09 11:59 UTC (permalink / raw) To: meta-arago Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> --- v2 changes: * Add "oe-layersetup" prefix * Find copies harder .../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 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config 2015-10-09 11:59 ` [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config Jacob Stiffler @ 2015-10-09 13:11 ` Denys Dmytriyenko 2015-10-09 13:15 ` Jacob Stiffler 0 siblings, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2015-10-09 13:11 UTC (permalink / raw) To: Jacob Stiffler; +Cc: meta-arago On Fri, Oct 09, 2015 at 07:59:00AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > --- > 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 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config 2015-10-09 13:11 ` Denys Dmytriyenko @ 2015-10-09 13:15 ` Jacob Stiffler 2015-10-09 13:19 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Jacob Stiffler @ 2015-10-09 13:15 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-arago On 10/9/2015 9:11 AM, Denys Dmytriyenko wrote: > On Fri, Oct 09, 2015 at 07:59:00AM -0400, Jacob Stiffler wrote: >> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> >> --- >> v2 changes: >> * Add "oe-layersetup" prefix >> * Find copies harder > Is this a release config? Why are you switching off the release tag? Yes, this is a release config. Are not the commit IDs preferred to tags since they cannot move? > >> .../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 >> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config 2015-10-09 13:15 ` Jacob Stiffler @ 2015-10-09 13:19 ` Denys Dmytriyenko 0 siblings, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2015-10-09 13:19 UTC (permalink / raw) To: Jacob Stiffler; +Cc: meta-arago On Fri, Oct 09, 2015 at 09:15:47AM -0400, Jacob Stiffler wrote: > > > On 10/9/2015 9:11 AM, Denys Dmytriyenko wrote: > >On Fri, Oct 09, 2015 at 07:59:00AM -0400, Jacob Stiffler wrote: > >>Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> > >>--- > >>v2 changes: > >> * Add "oe-layersetup" prefix > >> * Find copies harder > >Is this a release config? Why are you switching off the release tag? > > Yes, this is a release config. Are not the commit IDs preferred to > tags since they cannot move? Hmm, I didn't realize those commits point to the tags they are replacing. I was using tags previously in these configs, but I see your point. Either way should be fine. > >> .../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 > >> > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-09 13:19 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-09 11:58 [oe-layersetup][PATCH v2 1/2] local-processor-sdk-64.conf.sample: Switch SDK machine to 64 bit Jacob Stiffler 2015-10-09 11:59 ` [oe-layersetup][PATCH v2 2/2] configs: Add processor-sdk-02.00.00.00-config Jacob Stiffler 2015-10-09 13:11 ` Denys Dmytriyenko 2015-10-09 13:15 ` Jacob Stiffler 2015-10-09 13:19 ` Denys Dmytriyenko
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.