Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. ERROR: Error executing a python function in /home/lukas/yocto/openembedded-core/meta/recipes-core/images/core-image-minimal.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: 19, function: license_create_manifest
  12. 0015: pkg_dic = {}
  13. 0016: for pkg in image_list_installed_packages(d).split("\n"):
  14. 0017: pkg_info = os.path.join(d.getVar('PKGDATA_DIR', True),
  15. 0018: 'runtime-reverse', pkg)
  16. *** 0019: pkg_name = os.path.basename(os.readlink(pkg_info))
  17. 0020:
  18. 0021: pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
  19. 0022: if not "LICENSE" in pkg_dic[pkg_name].keys():
  20. 0023: pkg_lic_name = "LICENSE_" + pkg_name
  21. Exception: OSError: [Errno 2] No such file or directory: '/home/lukas/yocto/openembedded-core/build/tmp-glibc/sysroots/zedboard-zynq7/pkgdata/runtime-reverse/aitqkd-ttm'
  22.  
  23. ERROR: Function failed: license_create_manifest
  24. ERROR: Logfile of failure stored in: /home/lukas/yocto/openembedded-core/build/tmp-glibc/work/zedboard_zynq7-oe-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.15564
  25. ERROR: Task 7 (/home/lukas/yocto/openembedded-core/meta/recipes-core/images/core-image-minimal.bb, do_rootfs) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement