Re: [yocto] package development recompile and install to rootfs

2013-09-12 Thread Paul Eggleton
Hi Karl / Hans, On Thursday 12 September 2013 12:28:16 Hans Beckérus wrote: > On Thu, Sep 12, 2013 at 11:57 AM, Karl Hiramoto wrote: > > So to compile and reinstall mypackage i do: > > bitbake -v mypackage -c clean -f && bitbake -v mypackage -c install -f && > > bitbake -v mymachine-image > > >

Re: [yocto] package development recompile and install to rootfs

2013-09-12 Thread Hans Beckérus
On Thu, Sep 12, 2013 at 11:57 AM, Karl Hiramoto wrote: > Hi, > > I'm looking for a faster way to recompile and install my package to my > rootfs. I am currently developing on a ARM board, and I'm booting the > kernel and loading the rootfs over NFS. I point the nfs root to > /home/karl/Work/yo