Re: [yocto] question on poky and git interaction

2012-01-16 Thread James Abernathy
On Mon, Jan 16, 2012 at 4:27 AM, Jack Mitchell wrote: > On 13/01/12 17:27, Jim Abernathy wrote: > >> under the poky directory you git checkout of the branch you want to work >> with, then you clone meta-intel and within that directory you checkout a >> branch. if you needed to use git for you per

Re: [yocto] question on poky and git interaction

2012-01-16 Thread Jack Mitchell
On 13/01/12 17:27, Jim Abernathy wrote: under the poky directory you git checkout of the branch you want to work with, then you clone meta-intel and within that directory you checkout a branch. if you needed to use git for you personal project, you can't put it at the same meta-intel level, ri

[yocto] question on poky and git interaction

2012-01-13 Thread Jim Abernathy
under the poky directory you git checkout of the branch you want to work with, then you clone meta-intel and within that directory you checkout a branch. if you needed to use git for you personal project, you can't put it at the same meta-intel level, right? Only one per directory??? I would g