zephyr-qemuboot.bbclass

A bbclass used to generate qemuboot.conf and various symbolic
links needed to properly run "runqemu".

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
Juro Bystricky
2017-01-30 17:03:00 -08:00
parent d1cc929d4f
commit 3ef84e9439

View File

@@ -26,7 +26,7 @@ python bootconf_clean() {
}
python do_bootconf_write() {
bb.build.exec_func("write_qemuboot_conf", d)
bb.build.exec_func("do_write_qemuboot_conf", d)
qemuimage = "%s/%s.elf" % (d.getVar('DEPLOY_DIR_IMAGE', True), d.getVar('PN', True))
qemuimage_link = d.getVar('QEMU_IMAGE_LINK', True)