Advertisement
Guest User

Untitled

a guest
Mar 24th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. ERROR: Error executing a python function in yocto/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-test.bb:
  2.  
  3. The stack trace of python calls that resulted in this exception/failure was:
  4. File: 'do_rootfs', lineno: 17, function: <module>
  5. 0013: # generate final images
  6. 0014: create_image(d)
  7. 0015:
  8. 0016:
  9. *** 0017:do_rootfs(d)
  10. 0018:
  11. File: 'do_rootfs', lineno: 14, function: do_rootfs
  12. 0010: # generate rootfs
  13. 0011: create_rootfs(d)
  14. 0012:
  15. 0013: # generate final images
  16. *** 0014: create_image(d)
  17. 0015:
  18. 0016:
  19. 0017:do_rootfs(d)
  20. 0018:
  21. File: 'yocto/sources/poky/meta/lib/oe/image.py', lineno: 328, function: create_image
  22. 0324: execute_pre_post_process(self.d, post_process_cmds)
  23. 0325:
  24. 0326:
  25. 0327:def create_image(d):
  26. *** 0328: Image(d).create()
  27. 0329:
  28. 0330:if __name__ == "__main__":
  29. 0331: """
  30. 0332: Image creation can be called independent from bitbake environment.
  31. File: 'yocto/sources/poky/meta/lib/oe/image.py', lineno: 304, function: create
  32. 0300: post_process_cmds = self.d.getVar("IMAGE_POSTPROCESS_COMMAND", True)
  33. 0301:
  34. 0302: execute_pre_post_process(self.d, pre_process_cmds)
  35. 0303:
  36. *** 0304: self._remove_old_symlinks()
  37. 0305:
  38. 0306: image_cmd_groups = self._get_imagecmds()
  39. 0307:
  40. 0308: for image_cmds in image_cmd_groups:
  41. File: 'yocto/sources/poky/meta/lib/oe/image.py', lineno: 196, function: _remove_old_symlinks
  42. 0192: if img.find(self.d.getVar('IMAGE_LINK_NAME', True)) == 0:
  43. 0193: img = os.path.join(deploy_dir, img)
  44. 0194: if os.path.islink(img):
  45. 0195: if self.d.getVar('RM_OLD_IMAGE', True) == "1":
  46. *** 0196: os.remove(os.path.realpath(img))
  47. 0197:
  48. 0198: os.remove(img)
  49. 0199:
  50. 0200: """
  51. Exception: OSError: [Errno 2] No such file or directory: 'yocto/build/tmp/deploy/images/nitrogen6x/fsl-image-test-nitrogen6x-20140324150700.rootfs.tar.bz2'
  52.  
  53. ERROR: Function failed: do_rootfs
  54. ERROR: Logfile of failure stored in: yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/fsl-image-test/1.0-r0/temp/log.do_rootfs.9946
  55. ERROR: Task 7 (yocto/sources/meta-fsl-demos/recipes-fsl/images/fsl-image-test.bb, do_rootfs) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement