Advertisement
grangsang

bblayer

Feb 11th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 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 ?= " \
  9. # /home/g/Yocto/poky/meta \
  10. # /home/g/Yocto/poky/meta-yocto \
  11. # /home/g/Yocto/poky/meta-yocto-bsp \
  12. # "
  13. BBLAYERS_NON_REMOVABLE ?= " \
  14. /home/g/Yocto/poky/meta \
  15. /home/g/Yocto/poky/meta-yocto \
  16. "
  17. #added by hob
  18. BBFILES += "${TOPDIR}/recipes/images/custom/*.bb"
  19. #added by hob
  20. BBFILES += "${TOPDIR}/recipes/images/*.bb"
  21.  
  22. #added by hob
  23. BBLAYERS = "/home/g/Yocto/poky/meta /home/g/Yocto/poky/meta-yocto /home/g/Yocto/poky/meta-yocto-bsp /home/g/Yocto/poky/meta-sunxi /home/g/Yocto/poky/meta-qt5 /home/g/Yocto/poky/meta-oe/meta-oe /home/g/Yocto/poky/meta-oe/meta-multimedia /home/g/Yocto/poky/meta-oe/meta-ruby /home/g/Yocto/poky/meta-ivi/meta-ivi-bsp /home/g/Yocto/poky/meta-freescale /home/g/Yocto/poky/meta-embarcados /home/g/Yocto/poky/meta-embarcados/meta-rpi /home/g/Yocto/poky/meta-raspberrypi"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement