Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. /beagle/poky/build$ bitbake core-image-minimal
  2. Pseudo is not present but is required, building this first before the main build
  3. ERROR: Unable to parse /home/tamilarasi/beagle/poky/meta-beagleboard/comman-bsp/conf/layer.conf: [Errno 2] No such file or directory: '/home/tamilarasi/beagle/poky/meta-beagleboard/comman-bsp/conf/layer.conf'
  4.  
  5.  
  6.  
  7. AND MY CONF/BBLAYER LOOKS LIKE
  8.  
  9. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  10. # changes incompatibly
  11. LCONF_VERSION = "6"
  12.  
  13. BBPATH = "${TOPDIR}"
  14. BBFILES ?= ""
  15.  
  16. BBLAYERS ?= " \
  17. /home/tamilarasi/beagle/poky/meta \
  18. /home/tamilarasi/beagle/poky/meta-yocto \
  19. /home/tamilarasi/beagle/poky/meta-yocto-bsp \
  20. /home/tamilarasi/beagle/poky/meta-oe/meta-oe \
  21. /home/tamilarasi/beagle/poky/meta-beagleboard/comman-bsp \
  22. "
  23. BBLAYERS_NON_REMOVABLE ?= " \
  24. /home/tamilarasi/beagle/poky/meta \
  25. /home/tamilarasi/beagle/poky/meta-yocto \
  26. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement