summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/qemuboot.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass
index 802eb59f71..97a235772d 100644
--- a/meta/classes/qemuboot.bbclass
+++ b/meta/classes/qemuboot.bbclass
@@ -72,6 +72,7 @@ python write_qemuboot_conf() {
72 kernel = os.readlink(kernel_link) 72 kernel = os.readlink(kernel_link)
73 cf.set('config_bsp', 'QB_DEFAULT_KERNEL', kernel) 73 cf.set('config_bsp', 'QB_DEFAULT_KERNEL', kernel)
74 74
75 bb.utils.mkdirhier(os.path.dirname(qemuboot))
75 with open(qemuboot, 'w') as f: 76 with open(qemuboot, 'w') as f:
76 cf.write(f) 77 cf.write(f)
77 78