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/qemux86-world/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.10/shutil.py', lineno: 254, function: copyfile
0250:
0251: if not follow_symlinks and _islink(src):
0252: os.symlink(os.readlink(src), dst)
0253: else:
*** 0254: with open(src, 'rb') as fsrc:
0255: try:
0256: with open(dst, 'wb') as fdst:
0257: # macOS
0258: 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