mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user