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:41 -0800 |
commit | 8de0c5d3bd01919e2bf0394f9c485936d6098cec (patch) | |
tree | b0c04737cc79f4f0da8d93082ed5a016726dfa86 /meta/classes/systemd-boot.bbclass | |
parent | d1109378d730c5cf50240c4d1a468e3aef5208ea (diff) | |
download | openembedded-core-8de0c5d3bd01919e2bf0394f9c485936d6098cec.tar.gz openembedded-core-8de0c5d3bd01919e2bf0394f9c485936d6098cec.tar.bz2 openembedded-core-8de0c5d3bd01919e2bf0394f9c485936d6098cec.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/systemd-boot.bbclass')
-rw-r--r-- | meta/classes/systemd-boot.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/systemd-boot.bbclass b/meta/classes/systemd-boot.bbclass index 6a2cbc8a93..6d002c0e4e 100644 --- a/meta/classes/systemd-boot.bbclass +++ b/meta/classes/systemd-boot.bbclass @@ -103,7 +103,6 @@ python build_efi_cfg() { except OSError: bb.fatal('Unable to open %s' % entryfile) localdata.setVar('OVERRIDES', label + ':' + overrides) - bb.data.update_data(localdata) entrycfg.write('title %s\n' % label) entrycfg.write('linux /vmlinuz\n') |