[oe] developmet setup

Raffaele Recalcati lamiaposta71 at gmail.com
Thu May 27 13:46:44 UTC 2010


> Hi Raffaele, you can even avoid having a git server, look at:
> http://ao2.it/blog/2010/05/27/neat-compilerun-cycle-git-and-openembedded
>
> does this work for you?
>


Can be nice.
I need to have myapps on my pc already manually git cloned.
For instance myapp1.
So I modify in $MYAPP1 out of OE.
And I compile using :
bitbake recipes/myapps/myapp1.bb

If MYAPP1 == /home/devel/myapps/myapp1
I'll use
SRC_URI = "git:///home/devel/myapps/myapp1;protocol=file;"

The only problem is that for any change in $MYAPP1 dir I need a new fetch
and a new complete rebuild.
Not very nice for large projects.

Thx for your help,
Raffaele



More information about the Openembedded-devel mailing list