Re: [yocto] Cleaning dependent package

2013-07-31 Thread Navani Srivastava
ok, thank you.. On Thu, Aug 1, 2013 at 4:35 AM, Khem Raj wrote: > > On Jul 29, 2013, at 6:54 AM, 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

Re: [yocto] Cleaning dependent package

2013-07-31 Thread Khem Raj
On Jul 29, 2013, at 6:54 AM, Navani Srivastava 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

Re: [yocto] Cleaning dependent package

2013-07-29 Thread Navani Srivastava
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 On Mon, Jul 29, 2013 at 7:32 PM, Burton, Ross wrote: > On 29 July 2013 1

Re: [yocto] Cleaning dependent package

2013-07-29 Thread Burton, Ross
On 29 July 2013 14:54, Navani Srivastava 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

[yocto] Cleaning dependent package

2013-07-29 Thread Navani Srivastava
Hi, 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? Thanks and Reg