blob: f03cff6d540dbe292fd0f568836f7bb3a3752384 [file] [log] [blame]
Grant O'Connor4ef8b202023-08-28 08:51:19 -05001# 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 \
Grant O'Connor4ef8b202023-08-28 08:51:19 -050010 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-perl \
13 ##OEROOT##/meta-openembedded/meta-python \
14 ##OEROOT##/meta-openembedded/meta-webserver \
15 ##OEROOT##/meta-phosphor \
16 ##OEROOT##/meta-hpe \
17 ##OEROOT##/meta-hpe/meta-common \
18 ##OEROOT##/meta-hpe/meta-gxp \
19 ##OEROOT##/meta-hpe/meta-dl385-g11 \
20 "
21BBLAYERS_NON_REMOVABLE ?= " \
22 ##OEROOT##/meta \
Grant O'Connor4ef8b202023-08-28 08:51:19 -050023 ##OEROOT##/meta-openembedded/meta-oe \
24 ##OEROOT##/meta-openembedded/meta-networking \
25 ##OEROOT##/meta-openembedded/meta-perl \
26 ##OEROOT##/meta-openembedded/meta-python \
27 ##OEROOT##/meta-openembedded/meta-webserver \
28 ##OEROOT##/meta-phosphor \
29 ##OEROOT##/meta-hpe \
30 ##OEROOT##/meta-hpe/meta-common \
31 ##OEROOT##/meta-hpe/meta-gxp \
32 ##OEROOT##/meta-hpe/meta-dl385-g11 \
33 "