diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-17 17:32:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 15:27:41 +0100 |
commit | 5c5b0045e8abf4f8e8d7e7e5977672bc3341882e (patch) | |
tree | fefe2f8d4d571522467c355c03ef7f7cc7a61218 /meta/recipes-kernel | |
parent | cc2a8ff5225e9fe987d8036970b2bf4293a13611 (diff) | |
download | poky-5c5b0045e8abf4f8e8d7e7e5977672bc3341882e.tar.gz |
bitbake/data_smart: Don't export deleted/empty entries in the list of keys
If you d.delVar(), you expect the variable to be gone. Even empty
variables continue to exist in the datastore and are still user visible
unfortunately. The COW siutation means you can't just remove it
since it might unmask a variable from an inner copy.
This patch therefore stops empty variables from appearing in key lists
exposed to the external world making empty variables an internal
implementation detail only.
(Bitbake rev: 2b5548c591d4cfde9238d2cc0959c42cfc08f09c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions