]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: Ensure finalised data is displayed in build banner
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2013 15:48:23 +0000 (16:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jun 2013 20:56:31 +0000 (21:56 +0100)
commitbdce39f22a0e8c8e1cf237322657220e4201077d
treede07a017fd3e021727b762b24d89a024129733fc
parent2e9c8007bca684149d72e96423f30433b6665fad
base.bbclass: Ensure finalised data is displayed in build banner

The build banner displayed at the start of builds can be misleading since
the data store has not been finalised. As easy way to illustrate this is
to use something like:

DEFAULTTUNE = "i586"
DEFAULTTUNE_<machineoverride> = "core2"

and the banner will display the i586 tune yet the core2 tune will be
used. We can avoid this if we finalise a copy of the data before
displaying it.

[YOCTO #4225]

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