aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
blob: ad85accf20ed1119f4043329d30ae36eb507af5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

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

BBLAYERS ?= " \
  /tool/yocto/poky/meta \
  /tool/yocto/poky/meta-yocto \
  /tool/yocto/poky/meta-yocto-bsp \
  /tool/yocto/meta-xilinx \
  /tool/yocto/meta-xilinx-community \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  /tool/yocto/poky/meta \
  /tool/yocto/poky/meta-yocto \
  "