summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index b174266131..7946839ce0 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -281,6 +281,7 @@ build_hddimg() {
281 281
282python do_bootimg() { 282python do_bootimg() {
283 if d.getVar("PCBIOS", True) == "1": 283 if d.getVar("PCBIOS", True) == "1":
284 syslinux_set_vars(d, 'LIVE')
284 bb.build.exec_func('build_syslinux_cfg', d) 285 bb.build.exec_func('build_syslinux_cfg', d)
285 if d.getVar("EFI", True) == "1": 286 if d.getVar("EFI", True) == "1":
286 bb.build.exec_func('build_efi_cfg', d) 287 bb.build.exec_func('build_efi_cfg', d)