[OE-core] [PATCH] .gitignore: add /bitbake to the ignore list for external distributions

Richard Purdie richard.purdie at linuxfoundation.org
Wed May 9 15:54:05 UTC 2012


On Wed, 2012-05-09 at 15:21 +0100, Phil Blundell wrote:
> On Wed, 2012-05-09 at 08:46 -0500, Jason Wessel wrote:
> > External distributions based on the oe-core will typically include
> > bitbake in the top level directory.  The idea is to make it easy
> > for external distributions to easily assemble a distribution
> > with a pristine version of oe-core, add avoid the git untracked messages:
> 
> Presumably any non-trivial external distribution is going to include
> other metadata as well, in which case they're going to have to
> edit .gitignore for themselves anyway.  So it doesn't really seem as
> though having bitbake be mentioned there in oe-core buys much.
> 
> On the other hand, actually moving bitbake inside the oe-core repository
> seems like an idea which might have some merit.  It's not obvious that
> having it in its own tree really achieves anything other than making
> release engineering slightly more difficult.

The one thing I will say in favour of the separate repositories is that
its helped make the API and separation between the two very clear. For
example, bitbake has no knowledge of many variables such as WORKDIR and
this is the way it should be.

My main concern with any merge would be creep of knowledge from one to
the other which I think lets us have clean and well structured code at
the moment with good separation of responsibilities.

Cheers,

Richard





More information about the Openembedded-core mailing list