Advertisement
Guest User

bblayers.conf

a guest
Jan 7th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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/rmorris/poky/meta \
  10. /home/rmorris/poky/meta-yocto \
  11. /home/rmorris/poky/meta-yocto-bsp \
  12. /home/rmorris/poky/meta-xilinx \
  13. "
  14. BBLAYERS_NON_REMOVABLE ?= " \
  15. /home/rmorris/poky/meta \
  16. /home/rmorris/poky/meta-yocto \
  17. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement