summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/conf/templates/default/bblayers.conf.sample
blob: cbbe37d848bfae9c8f2f7232fdb684b7bbf82e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "8"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  ##OEROOT##/meta \
  ##OEROOT##/meta-security/meta-tpm \
  ##OEROOT##/meta-openembedded/meta-oe \
  ##OEROOT##/meta-openembedded/meta-networking \
  ##OEROOT##/meta-openembedded/meta-python \
  ##OEROOT##/meta-phosphor \
  ##OEROOT##/meta-nuvoton \
  ##OEROOT##/meta-google \
  ##OEROOT##/meta-fii \
  ##OEROOT##/meta-fii/meta-kudo \
  "