* [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees @ 2013-06-26 11:06 Siddharth Heroor 2013-06-26 12:56 ` Maupin, Chase 0 siblings, 1 reply; 5+ messages in thread From: Siddharth Heroor @ 2013-06-26 11:06 UTC (permalink / raw) To: meta-arago Signed-off-by: Siddharth Heroor <heroor@ti.com> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> --- configs/glsdk/glsdk-06.01.00-config.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/glsdk/glsdk-06.01.00-config.txt b/configs/glsdk/glsdk-06.01.00-config.txt index 6159262..a4ada4c 100644 --- a/configs/glsdk/glsdk-06.01.00-config.txt +++ b/configs/glsdk/glsdk-06.01.00-config.txt @@ -2,9 +2,9 @@ # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] bitbake,git://git.openembedded.org/bitbake,master,1.17.0,layers= -meta-arago,git://arago-project.org/git/meta-arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago-extras +meta-arago,git://git.ti.com/glsdk/meta-arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago-extras meta-openembedded,git://git.openembedded.org/meta-openembedded,danny,f00028caf257e386c0f3ae46bd4b3ba53dd0729d,layers=toolchain-layer:meta-oe -meta-ti,git://arago-project.org/git/meta-ti.git,danny,ti2013.04.02,layers= +meta-ti,git://git.ti.com/glsdk/meta-ti.git,danny,ti2013.04.02,layers= meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,danny,d0558fa4304592622423582f8b464e1c22cfe6f1,layers= oe-core,git://git.openembedded.org/openembedded-core,danny,0785489d558c34cacf5cb349949a15e27084efbf,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees 2013-06-26 11:06 [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees Siddharth Heroor @ 2013-06-26 12:56 ` Maupin, Chase 2013-06-26 13:50 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Maupin, Chase @ 2013-06-26 12:56 UTC (permalink / raw) To: Heroor, Siddharth, meta-arago@arago-project.org >-----Original Message----- >From: meta-arago-bounces@arago-project.org [mailto:meta-arago- >bounces@arago-project.org] On Behalf Of Heroor, Siddharth >Sent: Wednesday, June 26, 2013 6:06 AM >To: meta-arago@arago-project.org >Subject: [meta-arago] [PATCH oe-layersetup] configs: Update glsdk >6.01.00 to point to GLSDK staging trees > >Signed-off-by: Siddharth Heroor <heroor@ti.com> >cc: Mrinmayee Hingolikar <mrinmayee@ti.com> >--- > configs/glsdk/glsdk-06.01.00-config.txt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/configs/glsdk/glsdk-06.01.00-config.txt >b/configs/glsdk/glsdk-06.01.00-config.txt >index 6159262..a4ada4c 100644 >--- a/configs/glsdk/glsdk-06.01.00-config.txt >+++ b/configs/glsdk/glsdk-06.01.00-config.txt >@@ -2,9 +2,9 @@ > # repo name,repo uri,repo branch,repo >commit[,layers=layer1:layer2...:layern] > > bitbake,git://git.openembedded.org/bitbake,master,1.17.0,layers= >-meta-arago,git://arago-project.org/git/meta- >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- >extras >+meta-arago,git://git.ti.com/glsdk/meta- >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- >extras I have some concern if you are already starting to branch to your own tree. I hope we won't see a large divergence here. Also, maybe a nitpick but is there a reason you named your repo meta-arago and meta-ti on git.ti.com? I worry that this will cause confusion with the true meta-arago and meta-ti on arago-project.org, particularly since you are using the same tag name too. Can you rename these like the AMSDK did? > meta-openembedded,git://git.openembedded.org/meta- >openembedded,danny,f00028caf257e386c0f3ae46bd4b3ba53dd0729d,layers >=toolchain-layer:meta-oe >-meta-ti,git://arago-project.org/git/meta- >ti.git,danny,ti2013.04.02,layers= >+meta-ti,git://git.ti.com/glsdk/meta- >ti.git,danny,ti2013.04.02,layers= > meta-linaro,git://git.linaro.org/openembedded/meta- >linaro.git,danny,d0558fa4304592622423582f8b464e1c22cfe6f1,layers= > oe-core,git://git.openembedded.org/openembedded- >core,danny,0785489d558c34cacf5cb349949a15e27084efbf,layers=meta > OECORELAYERCONF=./sample-files/bblayers.conf.sample >-- >1.7.0.4 > >_______________________________________________ >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: [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees 2013-06-26 12:56 ` Maupin, Chase @ 2013-06-26 13:50 ` Denys Dmytriyenko 2013-06-26 13:52 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2013-06-26 13:50 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org On Wed, Jun 26, 2013 at 12:56:29PM +0000, Maupin, Chase wrote: > >-----Original Message----- > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > >bounces@arago-project.org] On Behalf Of Heroor, Siddharth > >Sent: Wednesday, June 26, 2013 6:06 AM > >To: meta-arago@arago-project.org > >Subject: [meta-arago] [PATCH oe-layersetup] configs: Update glsdk > >6.01.00 to point to GLSDK staging trees > > > >Signed-off-by: Siddharth Heroor <heroor@ti.com> > >cc: Mrinmayee Hingolikar <mrinmayee@ti.com> > >--- > > configs/glsdk/glsdk-06.01.00-config.txt | 4 ++-- > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > >diff --git a/configs/glsdk/glsdk-06.01.00-config.txt > >b/configs/glsdk/glsdk-06.01.00-config.txt > >index 6159262..a4ada4c 100644 > >--- a/configs/glsdk/glsdk-06.01.00-config.txt > >+++ b/configs/glsdk/glsdk-06.01.00-config.txt > >@@ -2,9 +2,9 @@ > > # repo name,repo uri,repo branch,repo > >commit[,layers=layer1:layer2...:layern] > > > > bitbake,git://git.openembedded.org/bitbake,master,1.17.0,layers= > >-meta-arago,git://arago-project.org/git/meta- > >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- > >extras > >+meta-arago,git://git.ti.com/glsdk/meta- > >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- > >extras > > I have some concern if you are already starting to branch to your own tree. > I hope we won't see a large divergence here. > > Also, maybe a nitpick but is there a reason you named your repo meta-arago > and meta-ti on git.ti.com? I worry that this will cause confusion with the > true meta-arago and meta-ti on arago-project.org, particularly since you are > using the same tag name too. Can you rename these like the AMSDK did? I would agree here as well - hosting meta-ti and meta-arago clones on git.ti.com is very confusing regardless of the name and sets a bad precedent. I would be happy to give you your own trees on arago-project.org either in the personal area or in the projects area. That is how it is done with other Arago-based SDKs - AMSDK, MCSD, etc. > > meta-openembedded,git://git.openembedded.org/meta- > >openembedded,danny,f00028caf257e386c0f3ae46bd4b3ba53dd0729d,layers > >=toolchain-layer:meta-oe > >-meta-ti,git://arago-project.org/git/meta- > >ti.git,danny,ti2013.04.02,layers= > >+meta-ti,git://git.ti.com/glsdk/meta- > >ti.git,danny,ti2013.04.02,layers= > > meta-linaro,git://git.linaro.org/openembedded/meta- > >linaro.git,danny,d0558fa4304592622423582f8b464e1c22cfe6f1,layers= > > oe-core,git://git.openembedded.org/openembedded- > >core,danny,0785489d558c34cacf5cb349949a15e27084efbf,layers=meta > > OECORELAYERCONF=./sample-files/bblayers.conf.sample > >-- > >1.7.0.4 > > > >_______________________________________________ > >meta-arago mailing list > >meta-arago@arago-project.org > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > 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: [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees 2013-06-26 13:50 ` Denys Dmytriyenko @ 2013-06-26 13:52 ` Denys Dmytriyenko 2013-06-27 3:26 ` Siddharth Heroor 0 siblings, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2013-06-26 13:52 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org On Wed, Jun 26, 2013 at 09:50:57AM -0400, Denys Dmytriyenko wrote: > On Wed, Jun 26, 2013 at 12:56:29PM +0000, Maupin, Chase wrote: > > >-----Original Message----- > > >From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > >bounces@arago-project.org] On Behalf Of Heroor, Siddharth > > >Sent: Wednesday, June 26, 2013 6:06 AM > > >To: meta-arago@arago-project.org > > >Subject: [meta-arago] [PATCH oe-layersetup] configs: Update glsdk > > >6.01.00 to point to GLSDK staging trees > > > > > >Signed-off-by: Siddharth Heroor <heroor@ti.com> > > >cc: Mrinmayee Hingolikar <mrinmayee@ti.com> > > >--- > > > configs/glsdk/glsdk-06.01.00-config.txt | 4 ++-- > > > 1 files changed, 2 insertions(+), 2 deletions(-) > > > > > >diff --git a/configs/glsdk/glsdk-06.01.00-config.txt > > >b/configs/glsdk/glsdk-06.01.00-config.txt > > >index 6159262..a4ada4c 100644 > > >--- a/configs/glsdk/glsdk-06.01.00-config.txt > > >+++ b/configs/glsdk/glsdk-06.01.00-config.txt > > >@@ -2,9 +2,9 @@ > > > # repo name,repo uri,repo branch,repo > > >commit[,layers=layer1:layer2...:layern] > > > > > > bitbake,git://git.openembedded.org/bitbake,master,1.17.0,layers= > > >-meta-arago,git://arago-project.org/git/meta- > > >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- > > >extras > > >+meta-arago,git://git.ti.com/glsdk/meta- > > >arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- > > >extras > > > > I have some concern if you are already starting to branch to your own tree. > > I hope we won't see a large divergence here. > > > > Also, maybe a nitpick but is there a reason you named your repo meta-arago > > and meta-ti on git.ti.com? I worry that this will cause confusion with the > > true meta-arago and meta-ti on arago-project.org, particularly since you are > > using the same tag name too. Can you rename these like the AMSDK did? > > I would agree here as well - hosting meta-ti and meta-arago clones on > git.ti.com is very confusing regardless of the name and sets a bad precedent. > I would be happy to give you your own trees on arago-project.org either in the > personal area or in the projects area. That is how it is done with other > Arago-based SDKs - AMSDK, MCSD, etc. One little clarification - "your own trees for tagging purposes". As we discussed, let's try to avoid forking as much as possible - please keep upstreaming your changes. > > > meta-openembedded,git://git.openembedded.org/meta- > > >openembedded,danny,f00028caf257e386c0f3ae46bd4b3ba53dd0729d,layers > > >=toolchain-layer:meta-oe > > >-meta-ti,git://arago-project.org/git/meta- > > >ti.git,danny,ti2013.04.02,layers= > > >+meta-ti,git://git.ti.com/glsdk/meta- > > >ti.git,danny,ti2013.04.02,layers= > > > meta-linaro,git://git.linaro.org/openembedded/meta- > > >linaro.git,danny,d0558fa4304592622423582f8b464e1c22cfe6f1,layers= > > > oe-core,git://git.openembedded.org/openembedded- > > >core,danny,0785489d558c34cacf5cb349949a15e27084efbf,layers=meta > > > OECORELAYERCONF=./sample-files/bblayers.conf.sample > > >-- > > >1.7.0.4 > > > > > >_______________________________________________ > > >meta-arago mailing list > > >meta-arago@arago-project.org > > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > 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: [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees 2013-06-26 13:52 ` Denys Dmytriyenko @ 2013-06-27 3:26 ` Siddharth Heroor 0 siblings, 0 replies; 5+ messages in thread From: Siddharth Heroor @ 2013-06-27 3:26 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org On 6/26/2013 7:22 PM, Denys Dmytriyenko wrote: > On Wed, Jun 26, 2013 at 09:50:57AM -0400, Denys Dmytriyenko wrote: >> On Wed, Jun 26, 2013 at 12:56:29PM +0000, Maupin, Chase wrote: >>>> -----Original Message----- >>>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- >>>> bounces@arago-project.org] On Behalf Of Heroor, Siddharth >>>> Sent: Wednesday, June 26, 2013 6:06 AM >>>> To: meta-arago@arago-project.org >>>> Subject: [meta-arago] [PATCH oe-layersetup] configs: Update glsdk >>>> 6.01.00 to point to GLSDK staging trees >>>> >>>> Signed-off-by: Siddharth Heroor <heroor@ti.com> >>>> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> >>>> --- >>>> configs/glsdk/glsdk-06.01.00-config.txt | 4 ++-- >>>> 1 files changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/configs/glsdk/glsdk-06.01.00-config.txt >>>> b/configs/glsdk/glsdk-06.01.00-config.txt >>>> index 6159262..a4ada4c 100644 >>>> --- a/configs/glsdk/glsdk-06.01.00-config.txt >>>> +++ b/configs/glsdk/glsdk-06.01.00-config.txt >>>> @@ -2,9 +2,9 @@ >>>> # repo name,repo uri,repo branch,repo >>>> commit[,layers=layer1:layer2...:layern] >>>> >>>> bitbake,git://git.openembedded.org/bitbake,master,1.17.0,layers= >>>> -meta-arago,git://arago-project.org/git/meta- >>>> arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- >>>> extras >>>> +meta-arago,git://git.ti.com/glsdk/meta- >>>> arago.git,master,ti2013.04.02,layers=meta-arago-distro:meta-arago- >>>> extras >>> >>> I have some concern if you are already starting to branch to your own tree. >>> I hope we won't see a large divergence here. >>> >>> Also, maybe a nitpick but is there a reason you named your repo meta-arago >>> and meta-ti on git.ti.com? I worry that this will cause confusion with the >>> true meta-arago and meta-ti on arago-project.org, particularly since you are >>> using the same tag name too. Can you rename these like the AMSDK did? Agreed. I'll rename the trees to follow the AMSDK model. I'll send V2 along today. >> >> I would agree here as well - hosting meta-ti and meta-arago clones on >> git.ti.com is very confusing regardless of the name and sets a bad precedent. >> I would be happy to give you your own trees on arago-project.org either in the >> personal area or in the projects area. That is how it is done with other >> Arago-based SDKs - AMSDK, MCSD, etc. > > One little clarification - "your own trees for tagging purposes". As we > discussed, let's try to avoid forking as much as possible - please keep > upstreaming your changes. This time around, we will submit patches to meta-arago and meta-ti ahead of time. I have no intention of maintaining a fork. Obviously, we want to learn from the past ;-) > > >>>> meta-openembedded,git://git.openembedded.org/meta- >>>> openembedded,danny,f00028caf257e386c0f3ae46bd4b3ba53dd0729d,layers >>>> =toolchain-layer:meta-oe >>>> -meta-ti,git://arago-project.org/git/meta- >>>> ti.git,danny,ti2013.04.02,layers= >>>> +meta-ti,git://git.ti.com/glsdk/meta- >>>> ti.git,danny,ti2013.04.02,layers= >>>> meta-linaro,git://git.linaro.org/openembedded/meta- >>>> linaro.git,danny,d0558fa4304592622423582f8b464e1c22cfe6f1,layers= >>>> oe-core,git://git.openembedded.org/openembedded- >>>> core,danny,0785489d558c34cacf5cb349949a15e27084efbf,layers=meta >>>> OECORELAYERCONF=./sample-files/bblayers.conf.sample >>>> -- >>>> 1.7.0.4 >>>> >>>> _______________________________________________ >>>> meta-arago mailing list >>>> meta-arago@arago-project.org >>>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >>> _______________________________________________ >>> meta-arago mailing list >>> meta-arago@arago-project.org >>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > 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:[~2013-06-27 3:26 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-26 11:06 [PATCH oe-layersetup] configs: Update glsdk 6.01.00 to point to GLSDK staging trees Siddharth Heroor 2013-06-26 12:56 ` Maupin, Chase 2013-06-26 13:50 ` Denys Dmytriyenko 2013-06-26 13:52 ` Denys Dmytriyenko 2013-06-27 3:26 ` Siddharth Heroor
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.