Re: [yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-26 Thread Ed Bartosh
On Thu, Aug 25, 2016 at 04:24:34PM -0500, Michael Habibi wrote: > Hi, I am well-versed with Git but I haven't really ever had to use > submodules. I am trying to create a git repository on our server that > will host our yocto distribution. Our distribution will include the > yocto repo, plus

Re: [yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-26 Thread Anders Darander
* Michael Habibi [160825 23:26]: > The difficulty I have is thus: > my_git_repo/ <--- what my platform developers will 'git clone' > my_git_repo/yocto_git/... <-- yocto framework > my_git_repo/yocto_git/meta-openembedded <-- another git repo nested > inside yocto repo >

Re: [yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-25 Thread Khem Raj
> On Aug 25, 2016, at 2:24 PM, Michael Habibi wrote: > > Hi, I am well-versed with Git but I haven't really ever had to use > submodules. I am trying to create a git repository on our server that > will host our yocto distribution. Our distribution will include the > yocto

[yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-25 Thread Michael Habibi
Hi, I am well-versed with Git but I haven't really ever had to use submodules. I am trying to create a git repository on our server that will host our yocto distribution. Our distribution will include the yocto repo, plus meta-openembedded repo, plus maybe some other layers. The difficulty I have