public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Mike Looijmans <mike.looijmans@topic.nl>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] rm_work: remove package and packages-split dirs
Date: Wed, 6 Feb 2013 15:06:46 +0100	[thread overview]
Message-ID: <20130206140646.GW3271@jama> (raw)
In-Reply-To: <51125E3D.20602@topic.nl>

[-- Attachment #1: Type: text/plain, Size: 2814 bytes --]

On Wed, Feb 06, 2013 at 02:44:29PM +0100, Mike Looijmans wrote:
> (see comment below)
> 
> On 02/06/2013 02:26 PM, Martin Jansa wrote:
> > * as described in
> >    http://git.openembedded.org/openembedded-core/commit/?id=6107ee294afde395e39d084c33e8e94013c625a9
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >   meta/classes/rm_work.bbclass | 18 ++++++++++++------
> >   1 file changed, 12 insertions(+), 6 deletions(-)
> >
> > diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
> > index 997dcd1..5aa5f24 100644
> > --- a/meta/classes/rm_work.bbclass
> > +++ b/meta/classes/rm_work.bbclass
> > @@ -17,15 +17,12 @@ do_rm_work () {
> >       cd ${WORKDIR}
> >       for dir in *
> >       do
> > -        if [ `basename ${S}` = $dir ]; then
> > -            rm -rf $dir
> > -        # The package and packages-split directories are retained by sstate for
> > -        # do_package so we retain them here too. Anything in sstate 'plaindirs'
> > -        # should be retained. Also retain logs and other files in temp.
> > -        elif [ $dir != 'temp' ] && [ $dir != 'package' ]  && [ $dir != 'packages-split' ]; then
> > +        # Retain only logs and other files in temp.
> > +        if [ $dir != 'temp' ]; then
> >               rm -rf $dir
> >           fi
> >       done
> > +
> >       # Need to add pseudo back or subsqeuent work in this workdir
> >       # might fail since setscene may not rerun to recreate it
> >       mkdir ${WORKDIR}/pseudo/
> > @@ -54,6 +51,15 @@ do_rm_work () {
> >                   i=dummy
> >                   break
> >                   ;;
> > +            # We remove do_package entirely, including any
> > +            # sstate version since otherwise we'd need to leave 'plaindirs' around
> > +            # such as 'packages' and 'packages-split' and these can be large. No end
> > +            # of chain tasks depend directly on do_package anymore.
> > +            *do_package|*do_package_setscene)
> > +                i=dummy
> > +                rm -f $i;
> 
> Hmm, I think you intended "rm -f $dir" here? This would only remove a 
> file named "dummy".

Good catch thanks, it should be before i=dummy. I'm testing v3 now.

Interesting that after last rebuild I haven't found any
do_package,do_package_setscene stamps..

Cheers,

> > +                break
> > +                ;;
> >               *_setscene*)
> >                   i=dummy
> >                   break
> >
> 
> Mike.
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-02-06 14:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-01 17:59 [PATCH] rm_work: remove package and packages-split dirs Martin Jansa
2013-02-04 13:26 ` Richard Purdie
2013-02-06 13:26   ` Martin Jansa
2013-02-06 13:44     ` Mike Looijmans
2013-02-06 14:06       ` Martin Jansa [this message]
2013-03-02  0:02   ` [PATCHv2] " Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130206140646.GW3271@jama \
    --to=martin.jansa@gmail.com \
    --cc=mike.looijmans@topic.nl \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox