diff options
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() { | |||
103 | except OSError: | 103 | except OSError: |
104 | bb.fatal('Unable to open %s' % entryfile) | 104 | bb.fatal('Unable to open %s' % entryfile) |
105 | localdata.setVar('OVERRIDES', label + ':' + overrides) | 105 | localdata.setVar('OVERRIDES', label + ':' + overrides) |
106 | bb.data.update_data(localdata) | ||
107 | 106 | ||
108 | entrycfg.write('title %s\n' % label) | 107 | entrycfg.write('title %s\n' % label) |
109 | entrycfg.write('linux /vmlinuz\n') | 108 | entrycfg.write('linux /vmlinuz\n') |