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

raspberrypi poky layers