blob: 7d9607dbe6b3f3c59c021a2a3aed0c65020fe7e5 [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
Chris Austen19fc09a2017-09-27 10:13:52 -05003LCONF_VERSION = "7"
Brad Bishop93fb5352015-09-09 03:59:20 +00004
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070011 ##OEROOT##/meta-openembedded/meta-oe \
12 ##OEROOT##/meta-openembedded/meta-networking \
13 ##OEROOT##/meta-openembedded/meta-python \
14 ##OEROOT##/meta-openembedded/meta-webserver \
Brad Bishop93fb5352015-09-09 03:59:20 +000015 ##OEROOT##/meta-phosphor \
Brad Bishop93fb5352015-09-09 03:59:20 +000016 "
17BBLAYERS_NON_REMOVABLE ?= " \
18 ##OEROOT##/meta \
Patrick Williamse18c6122016-08-17 14:25:37 -050019 ##OEROOT##/meta-poky \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070020 ##OEROOT##/meta-openembedded/meta-oe \
21 ##OEROOT##/meta-openembedded/meta-networking \
22 ##OEROOT##/meta-openembedded/meta-python \
23 ##OEROOT##/meta-openembedded/meta-webserver \
Brad Bishop93fb5352015-09-09 03:59:20 +000024 "