[yocto] Cleaning dependent package

Navani Srivastava navani.srivastava at gmail.com
Mon Jul 29 07:13:08 PDT 2013


Hi Ross,

Thanks for your reply.
My goal is to clean kernel and u-boot compiled packages and their images
from any other recipe. It could be core-image-minimal.bb or anything.

Thanks
Navani

<http://core-image-minimal.bb>


On Mon, Jul 29, 2013 at 7:32 PM, Burton, Ross <ross.burton at intel.com> wrote:

> On 29 July 2013 14:54, Navani Srivastava <navani.srivastava at gmail.com>
> wrote:
> > Is it possible to clean any dependent package from some other recipe?
> >
> > As an example-
> >
> > “bitbake core-image-minimal.bb” will build u-boot and linux package as a
> > part of dependent package. Is it possible to clean u-boot and linux by
> > making changes in core-image-minimal.bb recipe?
>
> If you're goal is to save space, why not use rm_work, which will clean
> the work directory after a build.  Just add this to your local.conf:
>
>      INHERIT += "rm_work"
>
> If this isn't your goal, what is it?
>
> Ross
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130729/bf10dafa/attachment.html>


More information about the yocto mailing list