diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-11 10:12:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-29 07:35:51 +0000 |
commit | 5b19b712526729e19c787fa68e0e5d8191988609 (patch) | |
tree | 2282b54f3cc399972cd428c846b2611d76e2e904 /bitbake/lib/bb/fetch2/osc.py | |
parent | acc7b4d931f55477090f4143aed08415010fefca (diff) | |
download | poky-5b19b712526729e19c787fa68e0e5d8191988609.tar.gz |
bitbake: bb/ui: Use getSetVariable command for BB_CONSOLELOG
Metadata can define BB_CONSOLELOG as containing ${DATETIME} and
this can get expanded to a different value each time the variable
is read. In the case of BB_CONSOLELOG, this behaviour is not
desireable.
The values of DATE/TIME are locked down at build time but this is too
late for the purposes of ensuring the system can figure out the real
value of BB_CONSOLELOG.
The best way to do this is to set the variable into the datastore, thereby
preserving its value.
[YOCTO #8411]
(Bitbake rev: 021f2eb55ab5863b57ed1b3f19f1b329bc1ad477)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/osc.py')
0 files changed, 0 insertions, 0 deletions