You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
I get the following error when I try to build bitbake wrlinux-image-glibc-std-sato image.
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_image_complete
NOTE: Executing write_deploy_manifest ...
DEBUG: Executing python function write_deploy_manifest
ERROR: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function:
0001:
*** 0002:write_deploy_manifest(d)
0003:
File: '/home/yocto/my-project/layers/oe-core/meta/classes/license.bbclass', lineno: 33, function: write_deploy_manifest
0029: 'w+').write(output)
0030:}
0031:
0032:python write_deploy_manifest() {
*** 0033: license_deployed_manifest(d)
0034:}
0035:
0036:python license_create_manifest() {
0037: import oe.packagedata
File: '/home/yocto/my-project/layers/oe-core/meta/classes/license.bbclass', lineno: 179, function: license_deployed_manifest
0175: man_dic[dep]["IMAGE_MANIFEST"] = True
0176: man_dic[dep]["PN"] = dep
0177: man_dic[dep]["FILES"] =
0178: " ".join(get_deployed_files(dep_dic[dep]))
*** 0179: with open(os.path.join(lic_dir, dep, "recipeinfo"), "r") as f:
0180: for line in f.readlines():
0181: key,val = line.split(": ", 1)
0182: man_dic[dep][key] = val[:-1]
0183:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/yocto/my-project/build/tmp/deploy/licenses/grub-efi/recipeinfo'
DEBUG: Python function write_deploy_manifest finished
DEBUG: Python function do_image_complete finished
ERROR: Function failed: write_deploy_manifest
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I get the following error when I try to build bitbake wrlinux-image-glibc-std-sato image.
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing python function do_image_complete
NOTE: Executing write_deploy_manifest ...
DEBUG: Executing python function write_deploy_manifest
ERROR: Error executing a python function in exec_python_func() autogenerated:
The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function:
0001:
*** 0002:write_deploy_manifest(d)
0003:
File: '/home/yocto/my-project/layers/oe-core/meta/classes/license.bbclass', lineno: 33, function: write_deploy_manifest
0029: 'w+').write(output)
0030:}
0031:
0032:python write_deploy_manifest() {
*** 0033: license_deployed_manifest(d)
0034:}
0035:
0036:python license_create_manifest() {
0037: import oe.packagedata
File: '/home/yocto/my-project/layers/oe-core/meta/classes/license.bbclass', lineno: 179, function: license_deployed_manifest
0175: man_dic[dep]["IMAGE_MANIFEST"] = True
0176: man_dic[dep]["PN"] = dep
0177: man_dic[dep]["FILES"] =
0178: " ".join(get_deployed_files(dep_dic[dep]))
*** 0179: with open(os.path.join(lic_dir, dep, "recipeinfo"), "r") as f:
0180: for line in f.readlines():
0181: key,val = line.split(": ", 1)
0182: man_dic[dep][key] = val[:-1]
0183:
Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/yocto/my-project/build/tmp/deploy/licenses/grub-efi/recipeinfo'
DEBUG: Python function write_deploy_manifest finished
DEBUG: Python function do_image_complete finished
ERROR: Function failed: write_deploy_manifest
The text was updated successfully, but these errors were encountered: