Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: Coordinating inter-layer dependencies
Date: Thu, 1 Dec 2011 16:56:47 +0100	[thread overview]
Message-ID: <20111201155647.GC32202@jama.jama.net> (raw)
In-Reply-To: <D4AB0008-1471-4985-A04B-0394F28EB3E7@dominion.thruhere.net>

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

On Thu, Dec 01, 2011 at 04:36:40PM +0100, Koen Kooi wrote:
> 
> Op 1 dec. 2011, om 14:13 heeft Martin Jansa het volgende geschreven:
> 
> > On Thu, Dec 01, 2011 at 01:02:38PM +0000, Richard Purdie wrote:
> >> On Thu, 2011-12-01 at 10:59 -0200, Otavio Salvador wrote:
> >>> On Thu, Dec 1, 2011 at 10:37, Richard Purdie
> >>> <richard.purdie@linuxfoundation.org> wrote:
> >>>        On Thu, 2011-12-01 at 13:24 +0100, Martin Jansa wrote:
> >>>> A while back I've proposed to make .bbappend without
> >>>        corresponding .bb
> >>>> only big fat warning, but not fatal to parse. Now you cannot
> >>>        even build
> >>>> eglibc if there is libdrm bbappend you don't care at all
> >>>        about..
> >>> 
> >>> 
> >>>        You can do this by setting:
> >>> 
> >>>        BB_DANGLINGAPPENDS_WARNONLY
> > 
> > Good to know, thanks.
> > 
> >>> This is even worse; you end up with a package without the changes done
> >>> on the bbappend and as most bbappend files do not change PR, adding it
> >>> later won't force a package update.
> >> 
> >> Which is why its off by default. My point is you can do with Martin is
> >> suggesting, its just not without its drawbacks.
> > 
> > I think the main advantage of this is that you're allowed to build stuff
> > which doesn't use those dangling appends. Ie start build of eglibc if
> > you know that nothing is bbappending to eglibc and to its dependency
> > tree. And when .bbaappends are fixed you can disable
> > BB_DANGLINGAPPENDS_WARNONLY and build the rest.
> > 
> > But waiting for _all_ recipes in _all_ layers to get their .bbappends
> > right can sometimes a bit long..
> 
> Which is why I sent this proposal, to give slow layers like meta-intel time to fix their stuff without breaking everyones build for 2 days till RP gets fed up and fixes it himself.
> I don't have the time to maintain forks of every layer like you do with SHR and frankly speaking, it shouldn't be needed. I understand that things like review cycles take some time which is why the proposal tries to workaround the delays in layers in OE-core itself instead of angrily demanding maintainers to act quicker.

But the problem is that we cannot even push newer .bbappend in advance,
I would be happy to push libdrm-2.4.27.bbappend to master branch if it
doesn't break my builds which were still on 2.4.26.

Would be nice to be able to push danglings bbappends for stuff which is
only sitting on ML for review just in case I'll be at daywork or on
holidays or whatever when it gets applied to ie oe-core and someone just
hits update button..

I think the problem is not with *big* layers like oe-core and meta-oe
where is only 1 main maintainer but at least having full time job
related to maintaining it. But to maintain some hobbyist or community
layer in general in free time is sometimes pretty demanding just to stay
compatible with the rest of world (not breaking the rest of world if
they just want some BSP layer available from it). I wouldn't be
surprised if meta-smartphone BSP layers get disabled in layerman next
time I leave for month long holiday...

Just my 2c

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

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

  reply	other threads:[~2011-12-01 16:03 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-01 11:23 Coordinating inter-layer dependencies Koen Kooi
2011-12-01 12:24 ` Martin Jansa
2011-12-01 12:37   ` Richard Purdie
2011-12-01 12:59     ` Otavio Salvador
2011-12-01 13:02       ` Richard Purdie
2011-12-01 13:13         ` Martin Jansa
2011-12-01 14:33           ` Chris Larson
2011-12-01 19:57             ` McClintock Matthew-B29882
2011-12-01 15:36           ` Koen Kooi
2011-12-01 15:56             ` Martin Jansa [this message]
2011-12-01 16:03               ` Koen Kooi
2011-12-01 13:07       ` Martin Jansa
2011-12-01 20:33         ` Richard Purdie
2011-12-02  8:46           ` Mats Kärrman
2011-12-02 13:34             ` Frans Meulenbroeks
2011-12-02 14:38               ` Otavio Salvador
2011-12-02 16:18             ` Martin Jansa
2011-12-02 16:22               ` [PATCH] bitbake.conf: add default PRINC 0 to be able to increment it Martin Jansa
2011-12-02 16:42                 ` Richard Purdie
2011-12-02 18:39                   ` [PATCHv2] " Martin Jansa
2011-12-02 19:29                     ` Chris Larson
2011-12-05 16:09                     ` Richard Purdie
2011-12-02 19:52               ` Coordinating inter-layer dependencies Chris Larson
2011-12-02 23:58               ` Mats Kärrman
2011-12-01 19:55 ` McClintock Matthew-B29882
2011-12-01 20:28   ` Chris Larson
2011-12-08  0:17 ` Richard Purdie
2011-12-08 21:07   ` McClintock Matthew-B29882
2011-12-10  0:51   ` Andreas Müller

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=20111201155647.GC32202@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --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