On Wednesday 16 April 2008 20:26:54 John Lee wrote: > # compile for the first time to get the run.do_compile script. > bitbake helloworld -c compile > # switch to workdir, modify the code > temp/run.do_compile
Or as my friend Dodji pointed out:
bitbake -cdevshell helloworld
=> opens your favorite gnome-terminal and you can just type make or whatever
in the source tree.
> # now copy to neo
> scp helloworld/.libs/helloworld neo:

