* Use of repo instead of oe-layersetup script
@ 2017-07-08 4:51 vijaikumar k
2017-07-13 21:09 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: vijaikumar k @ 2017-07-08 4:51 UTC (permalink / raw)
To: meta-arago
Hi All,
Just wondering, why can't we use repo to clone projects instead of
oe-layersetup script. We could split the current script into a
manifest and a env setup script. We could have the env setup script
inside meta-arago. So the whole command for setting up an Arago
project would be something like this.
repo init -u <url>/manifest.git -b arago-morty
repo sync
./sources/meta-arago/env-int.sh
Thanks,
Vijai Kumar K
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Use of repo instead of oe-layersetup script
2017-07-08 4:51 Use of repo instead of oe-layersetup script vijaikumar k
@ 2017-07-13 21:09 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-07-13 21:09 UTC (permalink / raw)
To: vijaikumar k; +Cc: meta-arago
On Sat, Jul 08, 2017 at 10:21:54AM +0530, vijaikumar k wrote:
> Hi All,
>
> Just wondering, why can't we use repo to clone projects instead of
> oe-layersetup script. We could split the current script into a
> manifest and a env setup script. We could have the env setup script
> inside meta-arago. So the whole command for setting up an Arago
> project would be something like this.
>
> repo init -u <url>/manifest.git -b arago-morty
> repo sync
>
> ./sources/meta-arago/env-int.sh
And the counterquestion I have is why should we replace existing method
with repo? I don't see much difference or benefit. As repo comes from the
Android world, while it gets used more these days, historically it wasn't
very popular back then...
--
Denys
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-13 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-08 4:51 Use of repo instead of oe-layersetup script vijaikumar k
2017-07-13 21:09 ` 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.