Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

bitbake wrlinux-image-glibc-std-sato error #3

Open
dsouzan opened this issue Apr 11, 2018 · 0 comments
Open

bitbake wrlinux-image-glibc-std-sato error #3

dsouzan opened this issue Apr 11, 2018 · 0 comments

Comments

@dsouzan
Copy link

dsouzan commented Apr 11, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant