blob: 71d9e569d8ba5faa43701b0bf4e4b6f7090d4d32 [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 \
17 ##OEROOT##/meta-evb \
18 ##OEROOT##/meta-evb/meta-evb-nuvoton \
19 ##OEROOT##/meta-evb/meta-evb-nuvoton/meta-evb-npcm845 \
20 "