Re: [OE-core] [PATCH] kernel: Clean DEPLOYDIR before do_deploy runs

2016-01-25 Thread Bruce Ashfield
On 2016-01-25 10:52 AM, Richard Purdie wrote: On Mon, 2016-01-25 at 10:47 -0500, Bruce Ashfield wrote: On 2016-01-25 10:07 AM, Richard Purdie wrote: If we don't do this, the deploy sstate object contains an every increasing number of modules tarballs and kernel images, one per execution of "-c

Re: [OE-core] [PATCH] kernel: Clean DEPLOYDIR before do_deploy runs

2016-01-25 Thread Richard Purdie
On Mon, 2016-01-25 at 10:47 -0500, Bruce Ashfield wrote: > On 2016-01-25 10:07 AM, Richard Purdie wrote: > > If we don't do this, the deploy sstate object contains an every > > increasing number of modules tarballs and kernel images, one per > > execution of "-c deploy -f". > > > > Stupid questio

Re: [OE-core] [PATCH] kernel: Clean DEPLOYDIR before do_deploy runs

2016-01-25 Thread Bruce Ashfield
On 2016-01-25 10:07 AM, Richard Purdie wrote: If we don't do this, the deploy sstate object contains an every increasing number of modules tarballs and kernel images, one per execution of "-c deploy -f". Stupid question, since my sstate/deploy foo is weak at times. Does this mean that only a s

[OE-core] [PATCH] kernel: Clean DEPLOYDIR before do_deploy runs

2016-01-25 Thread Richard Purdie
If we don't do this, the deploy sstate object contains an every increasing number of modules tarballs and kernel images, one per execution of "-c deploy -f". Cleaning the directory before we start makes things much tidier. Signed-off-by: Richard Purdie diff --git a/meta/classes/kernel.bbclass b