summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/bblayers.conf.sample
blob: b948df2faff65cd52fad1f4217a1cd820fb757db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "1"

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

BBLAYERS ?= " \
  ##OEROOT##/meta \
  ##OEROOT##/meta-poky \
  ##OEROOT##/meta-yocto-bsp \
  "
BBLAYERS_NON_REMOVABLE ?= " \
  ##OEROOT##/meta \
  ##OEROOT##/meta-poky \
  "