diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 17:27:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-08 22:48:05 +0100 |
commit | 04c053d42ab05f77b2d1ca93a0fabae44073d57e (patch) | |
tree | 58227aa83a6f568947415101969bc61cd14768b0 /meta/recipes-extended/mc/files | |
parent | ef16288f3e1e801e5c763ed49fad8eb0c885183e (diff) | |
download | openembedded-core-04c053d42ab05f77b2d1ca93a0fabae44073d57e.tar.gz openembedded-core-04c053d42ab05f77b2d1ca93a0fabae44073d57e.tar.bz2 openembedded-core-04c053d42ab05f77b2d1ca93a0fabae44073d57e.zip |
glibc/gcc/libgcc-initial: Delete do_build tasks for -initial
We've had a lot of users running into RSS issues where -initial recipes
were being installed into sysroots alongside their counterparts and
causing overlapping files issues.
In general this was through do_build dependencies. Such dependencies are
bad in general and I'd encourage people to compare the taskgraphs with
using a more specific dependency like do_populate_sysroot, do_image_complete
or do_deploy as often the more specific dependency will result in a much
cleaner build.
Regardless, we don't want -initial dependencies getting in the way like
this and there are cases a do_build dependency could make sense.
Deleting the do_build task in these cases makes sense since this is not
a build "endpoint" we'd ever want a user to use, its a behind the scenes
piece of bootstrappping.
Unfortunately to make this work, we need a newer bitbake version which
has a bitbake bug fixed.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mc/files')
0 files changed, 0 insertions, 0 deletions