blob: 90488aab4ecef1b6b68fd724affb2b1384d7c721 [file] [log] [blame]
Amithash Prasad0cc94632018-03-07 17:58:17 -08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "7"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##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-perl \
14 ##OEROOT##/meta-openembedded/meta-python \
15 ##OEROOT##/meta-openembedded/meta-webserver \
Amithash Prasad0cc94632018-03-07 17:58:17 -080016 ##OEROOT##/meta-phosphor \
Dave Cobbley4feb7272018-08-14 13:30:07 -070017 ##OEROOT##/meta-aspeed \
Amithash Prasad0cc94632018-03-07 17:58:17 -080018 ##OEROOT##/meta-openbmc-machines/meta-x86/meta-portwell/meta-neptune \
19 "