diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-09 17:11:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 09:29:55 -0800 |
commit | bfd0a39bdf13f6953810bf868022a871d2a20b6d (patch) | |
tree | e3c3fddc611afb3e70d6fae68e7cbdc42e1fe796 /meta/classes/image.bbclass | |
parent | e758547db9048d4aa1c1415d6af8072f519fae24 (diff) | |
download | poky-bfd0a39bdf13f6953810bf868022a871d2a20b6d.tar.gz |
classes: Drop now unneeded update_data calls
Now that the datastore works dynamically we don't need the update_data calls
so we can just remove them. They're not actually done anything at all for
a while.
(From OE-Core rev: 8de0c5d3bd01919e2bf0394f9c485936d6098cec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index b5a4fb4a33..25e00f5daf 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -428,7 +428,6 @@ python () { | |||
428 | debug = "setup_debugfs " | 428 | debug = "setup_debugfs " |
429 | realt = t[8:] | 429 | realt = t[8:] |
430 | localdata.setVar('OVERRIDES', '%s:%s' % (realt, old_overrides)) | 430 | localdata.setVar('OVERRIDES', '%s:%s' % (realt, old_overrides)) |
431 | bb.data.update_data(localdata) | ||
432 | localdata.setVar('type', realt) | 431 | localdata.setVar('type', realt) |
433 | # Delete DATETIME so we don't expand any references to it now | 432 | # Delete DATETIME so we don't expand any references to it now |
434 | # This means the task's hash can be stable rather than having hardcoded | 433 | # This means the task's hash can be stable rather than having hardcoded |