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-alt/build/meta/classes-recipe/kernel-fit-image.bbclass', lineno: 57, function: do_compile
0053: oe.types.boolean(d.getVar('FIT_SIGN_INDIVIDUAL')), d.getVar('UBOOT_SIGN_IMG_KEYNAME')
0054: )
0055:
0056: # Prepare a kernel image section.
*** 0057: shutil.copyfile(os.path.join(recipe_sysroot, "sysroot-only", "linux.bin"), "linux.bin")
0058: with open(os.path.join(recipe_sysroot, "sysroot-only", "linux_comp")) as linux_comp_f:
0059: linux_comp = linux_comp_f.read()
0060: root_node.fitimage_emit_section_kernel("kernel-1", "linux.bin", linux_comp,
0061: 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/work/qemux86_64-pokymllib32-linux/lib32-linux-yocto-fitimage/6.12.23+git/lib32-recipe-sysroot/sysroot-only/linux.bin'
DEBUG: Python function do_compile finished