diff options
Diffstat (limited to 'meta/classes/grub-efi.bbclass')
-rw-r--r-- | meta/classes/grub-efi.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 8adda098c4..df7fe18a79 100644 --- a/meta/classes/grub-efi.bbclass +++ b/meta/classes/grub-efi.bbclass | |||
@@ -133,7 +133,6 @@ python build_efi_cfg() { | |||
133 | 133 | ||
134 | for btype in btypes: | 134 | for btype in btypes: |
135 | localdata.setVar('OVERRIDES', label + ':' + overrides) | 135 | localdata.setVar('OVERRIDES', label + ':' + overrides) |
136 | bb.data.update_data(localdata) | ||
137 | 136 | ||
138 | cfgfile.write('\nmenuentry \'%s%s\'{\n' % (label, btype[0])) | 137 | cfgfile.write('\nmenuentry \'%s%s\'{\n' % (label, btype[0])) |
139 | lb = label | 138 | lb = label |