spacepaste

  1.  
  2. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  3. # changes incompatibly
  4. LCONF_VERSION = "6"
  5. BBPATH = "${TOPDIR}"
  6. BBFILES ?= ""
  7. BBLAYERS ?= " \
  8. ${TOPDIR}/meta \
  9. ${TPODIR}/meta-yocto \
  10. ${TPODIR}/meta-yocto-bsp \
  11. ${TOPDIR}/meta-oe/meta-oe \
  12. ${TOPDIR}/meta-openembedded/meta-ruby \
  13. ${TOPDIR}/meta-openembedded/meta-python \
  14. ${TOPDIR}/meta-openembedded/meta-networking \
  15. ${TOPDIR}/meta-qt5 \
  16. ${TOPDIR}/meta-powerbeacon \
  17. "
  18. BBLAYERS_NON_REMOVABLE ?= " \
  19. /home/vadimi/yocto_jenkins/poky/meta \
  20. /home/vadimi/yocto_jenkins/poky/meta-yocto \
  21. "
  22.