Advertisement
Guest User

Untitled

a guest
Mar 14th, 2011
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. MACHINE=beagleboard ./oebb.sh bitbake beagleboard -c clean
  2. Updating bitbake
  3. Executing: cd /home/vayavya/make_angstrom/setup-scripts/sources/bitbake && git pull --rebase
  4. Current branch 1.12 is up to date.
  5. Updating OpenEmbedded
  6. Executing: git pull --rebase
  7. Current branch 2011.03-maintenance is up to date.
  8. Using ~/.oe/environment-2008 to setup needed variables. It is recommended to do '. ~/.oe/environment-2008' and run 'bitbake something' without using ./oebb.sh as wrapper
  9. Executing: MACHINE=beagleboard bitbake beagleboard -c clean
  10. Loading cache: 100% |#####################################################################################| ETA: 00:00:00
  11. Loaded 7184 entries from dependency cache.
  12. NOTE: Angstrom DOES NOT support fso-apm because regular apmd is good enough | ETA: 00:04:17
  13. NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 | ETA: 00:03:18
  14. NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 | ETA: 00:03:05
  15. NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 | ETA: 00:02:47
  16. NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used | ETA: 00:02:38
  17. NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used | ETA: 00:02:11
  18. NOTE: Angstrom DOES NOT support bluez-libs because bluez-libs 3.x has been replaced by bluez4 | ETA: 00:02:08
  19. NOTE: Angstrom DOES NOT support libiconv because the glibc builtin iconv replacement is used | ETA: 00:01:39
  20. NOTE: Angstrom DOES NOT support bluez-utils because bluez-utils 3.x has been replaced by bluez4 | ETA: 00:01:28
  21. NOTE: Angstrom DOES NOT support ipkg because ipkg has been superseded by opkg####################### | ETA: 00:00:11
  22. Parsing recipes: 100% |###################################################################################| ETA: 00:00:00
  23. Parsing of 7313 .bb files complete (6564 cached, 749 parsed). 7953 targets, 311 skipped, 0 masked, 0 errors.
  24.  
  25. Build Configuration:
  26. BB_VERSION = "1.12.0"
  27. METADATA_BRANCH = "2011.03-maintenance"
  28. METADATA_REVISION = "bdb967b"
  29. TARGET_ARCH = "arm"
  30. TARGET_OS = "linux-gnueabi"
  31. MACHINE = "beagleboard"
  32. DISTRO = "angstrom"
  33. DISTRO_VERSION = "2010.7-test-20110314"
  34. TARGET_FPU = "hard"
  35.  
  36. ERROR: Nothing PROVIDES 'beagleboard'
  37. ERROR: Command execution failed: Traceback (most recent call last):
  38. File "/home/vayavya/make_angstrom/setup-scripts/sources/bitbake/lib/bb/command.py", line 102, in runAsyncCommand
  39. commandmethod(self.cmds_async, self, options)
  40. File "/home/vayavya/make_angstrom/setup-scripts/sources/bitbake/lib/bb/command.py", line 200, in buildTargets
  41. command.cooker.buildTargets(pkgs_to_build, task)
  42. File "/home/vayavya/make_angstrom/setup-scripts/sources/bitbake/lib/bb/cooker.py", line 730, in buildTargets
  43. taskdata.add_provider(localdata, self.status, k)
  44. File "/home/vayavya/make_angstrom/setup-scripts/sources/bitbake/lib/bb/taskdata.py", line 353, in add_provider
  45. self.add_provider_internal(cfgData, dataCache, item)
  46. File "/home/vayavya/make_angstrom/setup-scripts/sources/bitbake/lib/bb/taskdata.py", line 373, in add_provider_internal
  47. raise bb.providers.NoProvider(item)
  48. NoProvider: beagleboard
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement