Advertisement
Guest User

Untitled

a guest
Mar 26th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ERROR: Error executing a python function in /workspace/git/ehajtam/wr8/platform/meta-ericsson/meta-ericsson-vre/recipes-core-image/core-image-vre.bb:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'license_create_manifest', lineno: 110, function: <module>
  5. 0106:
  6. 0107: os.link(pkg_license, pkg_rootfs_license)
  7. 0108:
  8. 0109:
  9. *** 0110:license_create_manifest(d)
  10. 0111:
  11. File: 'license_create_manifest', lineno: 24, function: license_create_manifest
  12. 0020:
  13. 0021: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
  14. 0022: if not "LICENSE" in pkg_dic[pkg_name].keys():
  15. 0023: pkg_lic_name = "LICENSE_" + pkg_name
  16. *** 0024: pkg_dic[pkg_name]["LICENSE"] = pkg_dic[pkg_name][pkg_lic_name]
  17. 0025:
  18. 0026: license_manifest = os.path.join(d.getVar('LICENSE_DIRECTORY', True),
  19. 0027: d.getVar('IMAGE_NAME', True), 'license.manifest')
  20. 0028: with open(license_manifest, "w") as license_file:
  21. Exception: KeyError: 'LICENSE_kernel-module-i40evf'
  22.  
  23. ERROR: Function failed: license_create_manifest
  24. 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
  25. 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