blob: c137b6200ed7eab75afe76f63b2225f7a1bd1e0b [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
3LCONF_VERSION = "6"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
Patrick Williamsd3a21d82016-08-17 14:25:37 -050010 ##OEROOT##/meta-poky \
Brad Bishop2d2479e2016-06-08 23:51:26 -040011 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
12 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
13 ##OEROOT##/import-layers/meta-openembedded/meta-python \
14 ##OEROOT##/import-layers/meta-virtualization \
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 Williamsd3a21d82016-08-17 14:25:37 -050019 ##OEROOT##/meta-poky \
Brad Bishop2d2479e2016-06-08 23:51:26 -040020 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
21 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
22 ##OEROOT##/import-layers/meta-openembedded/meta-python \
23 ##OEROOT##/import-layers/meta-virtualization \
Brad Bishop93fb5352015-09-09 03:59:20 +000024 "