1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "2"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9  ##OEROOT##/meta \
10  ##OEROOT##/meta-poky \
11  ##OEROOT##/meta-yocto-bsp \
12  "
13