Re: [oe] Packaging from devshell

2011-06-24 Thread Chris Larson
On Fri, Jun 24, 2011 at 2:40 PM, Joel A Fernandes  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


[oe] Packaging from devshell

2011-06-24 Thread Joel A Fernandes
Hi,

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?

Thanks,
Joel.
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel