Advertisement
Guest User

Untitled

a guest
Feb 17th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. eta = "master:9d9bca8785911e8ae06d507bbfb99d6a811f072e"
  2. meta-initramfs = "master:2397f51915252c00c4b86dc324feec76f61dcf22"
  3. meta-handheld = "master:b180f6be6064794d579b48e82bf8be8a91f4d7de"
  4.  
  5. NOTE: Preparing runqueue
  6. NOTE: Executing SetScene Tasks
  7. NOTE: Executing RunQueue Tasks
  8. NOTE: validating kernel config, see log.do_kernel_configcheck for details
  9. ERROR: Error executing a python function in /oe/oe-core/meta/recipes-core/images/core-image-base.bb:
  10.  
  11. The stack trace of python calls that resulted in this exception/failure was:
  12. File: 'do_rootfs', lineno: 17, function: <module>
  13. 0013: # generate final images
  14. 0014: create_image(d)
  15. 0015:
  16. 0016:
  17. *** 0017:do_rootfs(d)
  18. 0018:
  19. File: 'do_rootfs', lineno: 14, function: do_rootfs
  20. 0010: # generate rootfs
  21. 0011: create_rootfs(d)
  22. 0012:
  23. 0013: # generate final images
  24. *** 0014: create_image(d)
  25. 0015:
  26. 0016:
  27. 0017:do_rootfs(d)
  28. 0018:
  29. File: '/oe/oe-core/meta/lib/oe/image.py', lineno: 228, function: create_image
  30. 0224: execute_pre_post_process(self.d, post_process_cmds)
  31. 0225:
  32. 0226:
  33. 0227:def create_image(d):
  34. *** 0228: Image(d).create()
  35. 0229:
  36. 0230:if __name__ == "__main__":
  37. 0231: """
  38. 0232: Image creation can be called independent from bitbake environment.
  39. File: '/oe/oe-core/meta/lib/oe/image.py', lineno: 207, function: create
  40. 0203: execute_pre_post_process(self.d, pre_process_cmds)
  41. 0204:
  42. 0205: self._remove_old_symlinks()
  43. 0206:
  44. *** 0207: image_cmds = self._get_imagecmds()
  45. 0208:
  46. 0209: # create the images in parallel
  47. 0210: nproc = multiprocessing.cpu_count()
  48. 0211: pool = bb.utils.multiprocessingpool(nproc)
  49. File: '/oe/oe-core/meta/lib/oe/image.py', lineno: 180, function: _get_imagecmds
  50. 0176: bb.data.update_data(localdata)
  51. 0177: localdata.setVar('type', type)
  52. 0178:
  53. 0179: cmds.append(localdata.expand("\tcd ${DEPLOY_DIR_IMAGE}"))
  54. *** 0180: cmds.append("\t" + localdata.getVar("IMAGE_CMD", True))
  55. 0181:
  56. 0182: if type in cimages:
  57. 0183: for ctype in cimages[type]:
  58. 0184: cmds.append("\t" + localdata.getVar("COMPRESS_CMD_" + ctype, True))
  59. Exception: TypeError: cannot concatenate 'str' and 'NoneType' objects
  60.  
  61. ERROR: Function failed: do_rootfs
  62. ERROR: Logfile of failure stored in: /oe/oe-core/build/tmp-eglibc/work/collie-oe-linux-gnueabi/core-image-base/1.0-r0/temp/log.do_rootfs.20720
  63. ERROR: Task 7 (/oe/oe-core/meta/recipes-core/images/core-image-base.bb, do_rootfs) failed with exit code '1'
  64. NOTE: Tasks Summary: Attempted 2429 tasks of which 692 didn't need to be rerun and 1 failed.
  65. No currently running tasks (2429 of 2432)
  66.  
  67. Summary: 1 task failed:
  68. /oe/oe-core/meta/recipes-core/images/core-image-base.bb, do_rootfs
  69. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
  70. andrea@mizar /oe/oe-core/build $ bitbake -c cleansstate core-image-base
  71. NOTE: Started PRServer with DBfile: /oe/oe-core/build/cache/prserv.sqlite3, IP:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement