Advertisement
Guest User

Untitled

a guest
Feb 6th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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. /opt/rob/poky/meta \
  10. /opt/rob/poky/meta-yocto \
  11. /opt/rob/poky/meta-yocto-bsp \
  12. /opt/extras/meta-virtualization \
  13. /opt/extras/meta-oe/meta-oe \
  14. /opt/extras/meta-oe/meta-networking \
  15. /opt/extras/meta-oe/meta-filesystems \
  16. /opt/extras/meta-oe/meta-python \
  17. /opt/extras/meta-selinux \
  18. "
  19. BBLAYERS_NON_REMOVABLE ?= " \
  20. /opt/rob/poky/meta \
  21. /opt/rob/poky/meta-yocto \
  22. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement