bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistent
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 6 Sep 2013 15:53:20 +0000 (17:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2013 21:31:33 +0000 (22:31 +0100)
commit686da919345d59e25b20554ec79640f4ddb75bd6
tree88e4afae95f948e4871f62581f28956d9ca4c7a0
parent0f4a817bbf28d62539bbdfcd7990ba97becee6ea
bitbake: bitbake: Ensure ${DATE} and ${TIME} are consistent

Due to the worker split the ${DATE} and ${TIME} variables could end up
with different values for different workers.

E.g., a task like do_rootfs that is run within a fakeroot environment
had a slightly different view of the time than another task that was not
fakerooted which made it impossible to correctly refer to the image
generated by do_rootfs from the other task.

(Bitbake rev: 756cc69ebf8bfe8455d0c90f288dd51be2499773)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake-worker
bitbake/lib/bb/runqueue.py