Advertisement
Guest User

Untitled

a guest
Aug 30th, 2017
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. william@bad:~/poky/build/conf$ bitbake core-image-minimal
  2. Loading cache: 100% |############################################| Time: 0:00:00
  3. Loaded 1317 entries from dependency cache.
  4. NOTE: Resolving any missing task queue dependencies
  5.  
  6. Build Configuration:
  7. BB_VERSION = "1.34.0"
  8. BUILD_SYS = "x86_64-linux"
  9. NATIVELSBSTRING = "universal-4.9"
  10. TARGET_SYS = "arm-poky-linux-gnueabi"
  11. MACHINE = "orange-pi-zero"
  12. DISTRO = "poky"
  13. DISTRO_VERSION = "2.3.1"
  14. TUNE_FEATURES = "arm armv7ve vfp neon vfpv4 callconvention-hard cortexa7"
  15. TARGET_FPU = "hard"
  16. meta
  17. meta-poky
  18. meta-yocto-bsp = "pyro:9842f64154e633c198b201fae01dbab1fb04c74e"
  19. meta-sunxi = "master:fcda1c7baa71335ce0feab96880e1349d981b992"
  20.  
  21. Initialising tasks: 100% |#######################################| Time: 0:00:03
  22. NOTE: Executing SetScene Tasks
  23. NOTE: Executing RunQueue Tasks
  24. ERROR: core-image-minimal-1.0-r0 do_image_complete: Error executing a python function in exec_python_func() autogenerated:
  25.  
  26. The stack trace of python calls that resulted in this exception/failure was:
  27. File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
  28. 0001:
  29. *** 0002:write_deploy_manifest(d)
  30. 0003:
  31. File: '/home/william/poky/meta/classes/license.bbclass', lineno: 33, function: write_deploy_manifest
  32. 0029: 'w+').write(output)
  33. 0030:}
  34. 0031:
  35. 0032:python write_deploy_manifest() {
  36. *** 0033: license_deployed_manifest(d)
  37. 0034:}
  38. 0035:
  39. 0036:python license_create_manifest() {
  40. 0037: import oe.packagedata
  41. File: '/home/william/poky/meta/classes/license.bbclass', lineno: 192, function: license_deployed_manifest
  42. 0188: man_dic[dep]["IMAGE_MANIFEST"] = True
  43. 0189: man_dic[dep]["PN"] = dep
  44. 0190: man_dic[dep]["FILES"] = \
  45. 0191: " ".join(get_deployed_files(dep_dic[dep]))
  46. *** 0192: with open(os.path.join(lic_dir, dep, "recipeinfo"), "r") as f:
  47. 0193: for line in f.readlines():
  48. 0194: key,val = line.split(": ", 1)
  49. 0195: man_dic[dep][key] = val[:-1]
  50. 0196:
  51. Exception: FileNotFoundError: [Errno 2] No such file or directory: '/home/william/poky/build/tmp/deploy/licenses/u-boot/recipeinfo'
  52.  
  53. ERROR: core-image-minimal-1.0-r0 do_image_complete: Function failed: write_deploy_manifest
  54. ERROR: Logfile of failure stored in: /home/william/poky/build/tmp/work/orange_pi_zero-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_image_complete.6874
  55. ERROR: Task (/home/william/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_complete) failed with exit code '1'
  56. NOTE: Tasks Summary: Attempted 2139 tasks of which 1049 didn't need to be rerun and 1 failed.
  57.  
  58. Summary: 1 task failed:
  59. /home/william/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_complete
  60. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  61. william@bad:~/poky/build/conf$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement