]> code.ossystems Code Review - openembedded-core.git/commit
base: Handle backfilling in anonymous python code, not event handler
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Mar 2018 18:17:40 +0000 (18:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 4 Mar 2018 11:34:59 +0000 (11:34 +0000)
commitcefd312541019c1bb0132f41334df58971fd81ef
tree9e2239cef1439386f55e098648b09eff0a2a07d3
parent027445cd88a4e706bdfe83bb4ff2c21e2186982a
base: Handle backfilling in anonymous python code, not event handler

Handling of backfilling is trickier than you'd think. We need this to execute
early enough that the user will see the changes in bitbake -e and other output
yet late enough that the virtclass extensions have changed the tunes before
it executes.

It makes more sense to execute this at anonymous python time now bitbake -e
correctly handles this and that unbreaks multilib corruption of these variables.

[YOCTO #12373]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass