blob: 4c0c52e8ceb7ee9aaa9a61af730555c2f51db78c [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
Dave Cobbley194ff4f2018-08-22 21:40:54 -04003LCONF_VERSION = "8"
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 \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010013 ##OEROOT##/meta-openembedded/meta-perl \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070014 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010015 ##OEROOT##/meta-security \
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 Williamse18c6122016-08-17 14:25:37 -050020 ##OEROOT##/meta-poky \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070021 ##OEROOT##/meta-openembedded/meta-oe \
22 ##OEROOT##/meta-openembedded/meta-networking \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010023 ##OEROOT##/meta-openembedded/meta-perl \
Dave Cobbleyeb8dc402018-08-14 10:05:37 -070024 ##OEROOT##/meta-openembedded/meta-python \
Anton D. Kachalovcde0f092021-03-17 12:35:07 +010025 ##OEROOT##/meta-security \
26 ##OEROOT##/meta-phosphor \
Brad Bishop93fb5352015-09-09 03:59:20 +000027 "