]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cooker: Rename event_data -> expanded_data
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Jan 2015 16:07:19 +0000 (16:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:33:46 +0000 (11:33 +0000)
commit1a3c1c9203e1a1452314954f1cfd771e5c1ce89b
tree6f309b1660c2de3e45656f2346c7b9a09b63309c
parent8f166e1a0f3574ae7d1e917a8bb403b87bad15bf
cooker: Rename event_data -> expanded_data

event_data would be better named expanded_data, then we can widen its scope
to other places in cooker where we need to access an expanded data store.
We certainly don't want multiple expanded data stores.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/command.py
lib/bb/cooker.py