Advertisement
Guest User

Untitled

a guest
May 6th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  2. # changes incompatibly
  3. LCONF_VERSION = "6"
  4.  
  5. BBPATH = "${TOPDIR}"
  6. BBFILES ?= ""
  7.  
  8. BBLAYERS_NON_REMOVABLE ?= " \
  9. /home/valentin/Desktop/Projects/Yocto/poky/meta \
  10. /home/valentin/Desktop/Projects/Yocto/poky/meta-yocto \
  11. /home/valentin/Desktop/Projects/Yocto/poky/meta-vc \
  12. "
  13. #added by hob
  14. BBFILES += "${TOPDIR}/recipes/images/custom/*.bb"
  15. #added by hob
  16. BBFILES += "${TOPDIR}/recipes/images/*.bb"
  17.  
  18. #added by hob
  19. BBLAYERS = "/home/valentin/Desktop/Projects/Yocto/poky/meta \
  20. /home/valentin/Desktop/Projects/Yocto/poky/meta-yocto \
  21. /home/valentin/Desktop/Projects/Yocto/poky/meta-vc\
  22. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement