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.bur...@intel.com> wrote: > On 29 July 2013 14:54, Navani Srivastava <navani.srivast...@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 >
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto