blob: 1d4d4a570adbbb07b1c01a66b8508ee85ce3981c [file] [log] [blame]
Tim Lee85c187e2022-10-06 17:15:49 +08001# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3LCONF_VERSION = "8"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-openembedded/meta-oe \
11 ##OEROOT##/meta-openembedded/meta-networking \
12 ##OEROOT##/meta-openembedded/meta-python \
13 ##OEROOT##/meta-phosphor \
14 ##OEROOT##/meta-arm/meta-arm \
15 ##OEROOT##/meta-arm/meta-arm-toolchain \
16 ##OEROOT##/meta-nuvoton \
Tim Lee68bbb712023-11-14 16:04:43 +080017 ##OEROOT##/meta-nuvoton/meta-evb-npcm845 \
Tim Lee85c187e2022-10-06 17:15:49 +080018 ##OEROOT##/meta-evb \
19 ##OEROOT##/meta-evb/meta-evb-nuvoton \
20 ##OEROOT##/meta-evb/meta-evb-nuvoton/meta-evb-npcm845 \
21 "