DEBUG: Executing python function do_compile
ERROR: Error executing a python function in exec_func_python() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_compile(d)
0003:
File: '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/meta/classes-recipe/kernel-fit-image.bbclass', lineno: 60, function: do_compile
0056: oe.types.boolean(d.getVar('FIT_SIGN_INDIVIDUAL')), d.getVar('UBOOT_SIGN_IMG_KEYNAME')
0057: )
0058:
0059: # Prepare a kernel image section.
*** 0060: shutil.copyfile(os.path.join(kernel_deploydir, "linux.bin"), "linux.bin")
0061: with open(os.path.join(kernel_deploydir, "linux_comp")) as linux_comp_f:
0062: linux_comp = linux_comp_f.read()
0063: root_node.fitimage_emit_section_kernel("kernel-1", "linux.bin", linux_comp,
0064: d.getVar('UBOOT_LOADADDRESS'), d.getVar('UBOOT_ENTRYPOINT'),
File: '/usr/lib/python3.11/shutil.py', lineno: 256, function: copyfile
0252:
0253: if not follow_symlinks and _islink(src):
0254: os.symlink(os.readlink(src), dst)
0255: else:
*** 0256: with open(src, 'rb') as fsrc:
0257: try:
0258: with open(dst, 'wb') as fdst:
0259: # macOS
0260: if _HAS_FCOPYFILE:
Exception: FileNotFoundError: [Errno 2] No such file or directory: 'TOPDIR/tmp/deploy/images/qemux86-64/linux.bin'
DEBUG: Python function do_compile finished