blob: 3f9182d75a1a1e593a5271d202c8e23963dc1b09 [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 Austen4d37e7b2017-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 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 \
Chris Austen4d37e7b2017-09-27 10:13:52 -050014 ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
Brad Bishop2d2479e2016-06-08 23:51:26 -040015 ##OEROOT##/import-layers/meta-virtualization \
Brad Bishop93fb5352015-09-09 03:59:20 +000016 ##OEROOT##/meta-phosphor \
Brad Bishop93fb5352015-09-09 03:59:20 +000017 "
18BBLAYERS_NON_REMOVABLE ?= " \
19 ##OEROOT##/meta \
Patrick Williamsd3a21d82016-08-17 14:25:37 -050020 ##OEROOT##/meta-poky \
Brad Bishop2d2479e2016-06-08 23:51:26 -040021 ##OEROOT##/import-layers/meta-openembedded/meta-oe \
22 ##OEROOT##/import-layers/meta-openembedded/meta-networking \
23 ##OEROOT##/import-layers/meta-openembedded/meta-python \
Chris Austen4d37e7b2017-09-27 10:13:52 -050024 ##OEROOT##/import-layers/meta-openembedded/meta-webserver \
Brad Bishop2d2479e2016-06-08 23:51:26 -040025 ##OEROOT##/import-layers/meta-virtualization \
Brad Bishop93fb5352015-09-09 03:59:20 +000026 "