From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Staging - time to end the current mess?
Date: Mon, 02 Nov 2009 15:29:49 +0100 [thread overview]
Message-ID: <hcmqcv$5n4$1@ger.gmane.org> (raw)
In-Reply-To: <1257169407.11338.71.camel@dax.rpnet.com>
On 02-11-09 14:43, Richard Purdie wrote:
> At OEDEM two years ago I proposed radically altering the way staging
> worked. For those that don't remember the bad old days, the staging
> directory layout didn't match that of the target file system meaning
> every recipe needed a custom do_stage and things were a mess.
>
> We changed the layout allowing the use of the gcc/binutils sysroot
> options and also started widespread use of autotools_stage_all and I'd
> say things look much improved compared to how they were.
>
> Anyone who has looked at the packaged-staging code will probably agree
> there is still a way to go though - its horrendously complicated. We
> also do a lot of duplication. I'd like to propose a new simple way of
> doing things. We'd have the following work flow:
>
>
> [...]
> do_compile - up to here all as usual
> do_install - Everything installs into a DESTDIR (including -native)
> do_package - Takes a copy of the DESTDIR, applies any .la/.pc mangling
> then splits into packages as usual
> do_populate_staging - Takes a copy of the DESTDIR, mangles, installs
> into staging and creates staging packages from this
>
> Firstly, does any disagree with this approach or can we all agree its a
> nice objective?
Can we make the mangling a seperate tasks? I tend to do the mangling in
do_compile_append to be able to do builds *on* the target as well.
> Pros:
>
> * Only one "make install"
> * We can start to work out the differences between do_install and
> do_stage and minimise them (there should be none bar .la mangling)
> * Cleaner and simpler do_stage step
> * Packaged-Staging becomes much simpler
> * Builds should be faster as staging timestamp snapshots are not
> required and staging lock taking should be minimal.
>
> Cons:
>
> * Very different to what we have now - how to get there?
> * Likely to be some breakage in any transition
And
* 'make install' doesn't actually work properly for lots of packages
(you know, the ones with handcrafted makefiles)
But we can solve that by putting the custom do_stage() methods for those
in do_install(), right?
> I really like the idea in principle, in practise its hard to get there
> incrementally without breaking things. I'm trying to come up with some
> code which does that and I'm hoping to have something for OEDEM.
>
> For now I'd like to ask if there is agreement we need to do this and
> support to make this happen?
You have my agreement.
regards,
Koen
next prev parent reply other threads:[~2009-11-02 14:31 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 13:43 Staging - time to end the current mess? Richard Purdie
2009-11-02 13:59 ` Henning Heinold
2009-11-02 14:29 ` Koen Kooi [this message]
2009-11-02 15:00 ` Richard Purdie
2009-11-02 15:18 ` Koen Kooi
2009-11-02 15:25 ` Richard Purdie
2009-11-02 15:12 ` Frans Meulenbroeks
2009-11-02 15:58 ` Marcin Juszkiewicz
2009-11-02 22:09 ` Staging - time to end the current mess - now with patches Richard Purdie
2009-11-03 1:23 ` Chris Larson
2009-11-04 12:15 ` Stanislav Brabec
2009-11-04 13:23 ` Richard Purdie
2009-11-04 13:56 ` Stanislav Brabec
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='hcmqcv$5n4$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.