# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf 
 | 
# changes incompatibly 
 | 
POKY_BBLAYERS_CONF_VERSION = "2" 
 | 
  
 | 
BBPATH = "${TOPDIR}" 
 | 
BBFILES ?= "" 
 | 
  
 | 
BBLAYERS ?= " \ 
 | 
  ${TOPDIR}/../meta \ 
 | 
  ${TOPDIR}/../meta-poky \ 
 | 
  ${TOPDIR}/../meta-yocto-bsp \ 
 | 
  ${TOPDIR}/../meta-ros \ 
 | 
  ${TOPDIR}/../meta-rockchip \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-filesystems \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-oe \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-perl \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-python \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-multimedia \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-networking \ 
 | 
  ${TOPDIR}/../meta-openembedded/meta-webserver \ 
 | 
  " 
 |