Advertisement
Guest User

Untitled

a guest
May 28th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. tamilarasi@ubuntu12:~/beagleblack/poky/build_bbb$ bitbake linux-ti-staging
  2. Loading cache: 100% |###########################################################| ETA: 00:00:00
  3. Loaded 1354 entries from dependency cache.
  4. ERROR: Nothing PROVIDES 'linux-ti-staging'
  5. ERROR: linux-ti-staging was skipped: incompatible with machine beaglebone (not in COMPATIBLE_MACHINE)
  6. ERROR: linux-ti-staging was skipped: incompatible with machine beaglebone (not in COMPATIBLE_MACHINE)
  7.  
  8. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  9.  
  10.  
  11. THIS IS THE ERROR I AM GETTING
  12.  
  13.  
  14. PLEASE SEE MY TARGET BUILD CONFIGURATION FILE.
  15.  
  16.  
  17.  
  18.  
  19. tamilarasi@ubuntu12:~/beagleblack/poky/build_bbb$ cat conf/bblayers.conf
  20. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  21. # changes incompatibly
  22. LCONF_VERSION = "6"
  23.  
  24. BBPATH = "${TOPDIR}"
  25. BBFILES ?= ""
  26.  
  27. BBLAYERS ?= " \
  28. /home/tamilarasi/beagleblack/poky/meta \
  29. /home/tamilarasi/beagleblack/poky/meta-yocto \
  30. /home/tamilarasi/beagleblack/poky/meta-yocto-bsp \
  31. /home/tamilarasi/beagleblack/poky/meta-ti \
  32. "
  33. BBLAYERS_NON_REMOVABLE ?= " \
  34. /home/tamilarasi/beagleblack/poky/meta \
  35. /home/tamilarasi/beagleblack/poky/meta-yocto \
  36. "
  37.  
  38.  
  39.  
  40. conf/local.conf
  41.  
  42. MACHINE ??= "beaglebone"
  43. DISTRO ?= "poky"
  44.  
  45. PACKAGE_CLASSES ?= "package_ipk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement