Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR: Error executing a python function in /workspace/git/ehajtam/wr8/platform/meta-ericsson/meta-ericsson-vre/recipes-core-image/core-image-vre.bb:
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'license_create_manifest', lineno: 110, function: <module>
- 0106:
- 0107: os.link(pkg_license, pkg_rootfs_license)
- 0108:
- 0109:
- *** 0110:license_create_manifest(d)
- 0111:
- File: 'license_create_manifest', lineno: 24, function: license_create_manifest
- 0020:
- 0021: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
- 0022: if not "LICENSE" in pkg_dic[pkg_name].keys():
- 0023: pkg_lic_name = "LICENSE_" + pkg_name
- *** 0024: pkg_dic[pkg_name]["LICENSE"] = pkg_dic[pkg_name][pkg_lic_name]
- 0025:
- 0026: license_manifest = os.path.join(d.getVar('LICENSE_DIRECTORY', True),
- 0027: d.getVar('IMAGE_NAME', True), 'license.manifest')
- 0028: with open(license_manifest, "w") as license_file:
- Exception: KeyError: 'LICENSE_kernel-module-i40evf'
- ERROR: Function failed: license_create_manifest
- ERROR: Logfile of failure stored in: /workspace/git/ehajtam/wr8/platform/vsfo-proj/bitbake_build/tmp/work/vsfo-wrs-linux/core-image-vre/1.0-r0/temp/do_rootfs/log.do_rootfs.537714
- ERROR: Task 7 (/workspace/git/ehajtam/wr8/platform/meta-ericsson/meta-ericsson-vre/recipes-core-image/core-image-vre.bb, do_rootfs) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement