[OE-core] [PATCH 15/16] distro: Add separatebuilddir.inc

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 21 17:07:27 UTC 2013


On Thu, 2013-03-21 at 15:55 +0000, Richard Purdie wrote:
> Going forward its going to be useful to separate build data from source data
> in those autotooled projects which support it. Unfortunately there is a lot
> of breakage so for now, this starts the creation of an opt in list which
> we can iterate over enable more recipes over time.
> 
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
>  meta/conf/distro/defaultsetup.conf            |    1 +
>  meta/conf/distro/include/seperatebuilddir.inc |  772 +++++++++++++++++++++++++
>  2 files changed, 773 insertions(+)
>  create mode 100644 meta/conf/distro/include/seperatebuilddir.inc

I should note that when we take this, it will break existing build
directories due to the way autotools handles external builds. I can't
find a good way to avoid this, hence waiting until I'd done a complete
pass over the OE-Core tree before sending it out.

I have tested world builds with this patch applied and either disabled
out of tree builds for broken recipes, or where possible fixed things
up.

Cheers,

Richard






More information about the Openembedded-core mailing list