Advertisement
Guest User

error

a guest
Nov 6th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Build Configuration:
  2. BB_VERSION = "1.22.0"
  3. BUILD_SYS = "x86_64-linux"
  4. NATIVELSBSTRING = "Ubuntu-14.04"
  5. TARGET_SYS = "arm-poky-linux-gnueabi"
  6. MACHINE = "beaglebone"
  7. DISTRO = "poky"
  8. DISTRO_VERSION = "1.6.1"
  9. TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa8"
  10. TARGET_FPU = "vfp-neon"
  11. meta
  12. meta-yocto
  13. meta-yocto-bsp
  14. meta-oe = "daisy:785ea77e5445affd2fafbf278d7df8c6abccb431"
  15.  
  16. NOTE: Preparing runqueue
  17. NOTE: Executing SetScene Tasks
  18. NOTE: Executing RunQueue Tasks
  19. ERROR: Build of do_make_scripts failed
  20. ERROR: Traceback (most recent call last):
  21. File "/home/user/poky/bitbake/lib/bb/build.py", line 499, in exec_task
  22. return _exec_task(fn, task, d, quieterr)
  23. File "/home/user/poky/bitbake/lib/bb/build.py", line 440, in _exec_task
  24. exec_func(task, localdata)
  25. File "/home/user/poky/bitbake/lib/bb/build.py", line 211, in exec_func
  26. with bb.utils.fileslocked(lockfiles):
  27. File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
  28. return self.gen.next()
  29. File "/home/user/poky/bitbake/lib/bb/utils.py", line 385, in fileslocked
  30. locks.append(bb.utils.lockfile(lockfile))
  31. File "/home/user/poky/bitbake/lib/bb/utils.py", line 398, in lockfile
  32. mkdirhier(dirname)
  33. File "/home/user/poky/bitbake/lib/bb/utils.py", line 630, in mkdirhier
  34. raise e
  35. OSError: [Errno 20] Not a directory: '/home/user/poky/tmp/kernel-scripts.lock/home'
  36.  
  37. ERROR: Task 3 (/home/user/poky/meta-custom/recipes-kernel/externalsrc-module/externalsrc-module.bb, do_make_scripts) failed with exit code '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement