From 3ef84e9439cdf3ab38be645643d96c71b5424741 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Mon, 30 Jan 2017 17:03:00 -0800 Subject: [PATCH] zephyr-qemuboot.bbclass A bbclass used to generate qemuboot.conf and various symbolic links needed to properly run "runqemu". Signed-off-by: Juro Bystricky --- classes/zephyr-qemuboot.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/zephyr-qemuboot.bbclass b/classes/zephyr-qemuboot.bbclass index 8d4acfd..a713454 100644 --- a/classes/zephyr-qemuboot.bbclass +++ b/classes/zephyr-qemuboot.bbclass @@ -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)