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: 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/lib64/python3.9/shutil.py', lineno: 264, function: copyfile
     0260:
     0261:    if not follow_symlinks and _islink(src):
     0262:        os.symlink(os.readlink(src), dst)
     0263:    else:
 *** 0264:        with open(src, 'rb') as fsrc:
     0265:            try:
     0266:                with open(dst, 'wb') as fdst:
     0267:                    # macOS
     0268:                    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

Error details

Submitted on:
03/06/25 07:47
Error type:
Recipe
Task:
do_compile
Recipe:
linux-yocto-fitimage
Recipe version:
1.0-r0
Machine:
qemux86-64
Distro:
poky-altcfg
Build system:
x86_64-linux
Target system:
x86_64-poky-linux
Host distro:
rocky-9.5/rocky-9.5
Branch:
master-next
Commit:
afe30da92cf73232ce7aa60c65b0bb0366776175
Build:
#206970
Submitter:
yp-ab-rocky9-vk-1
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/1605
Similar errors:
10
Open a bug