On Fri, Jun 24, 2011 at 2:40 PM, Joel A Fernandes <agnel.j...@gmail.com> wrote:
> I use devshell for compiling by running a bitbake generated do_compile shell
> script in work/ for my package, this helps me develop faster as I can skip
> over parsing and other repetitive stages.
>
> However I'm not able to do the same with do_package_write, as the shell
> script for the same appears to have an  empty function:
>
> do_package_write() {
>        :
> }
>
> Could anyone suggest which script  should I execute to package from
> devshell?

Nearly all of the packaging process is done from python code, not shell.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to