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

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

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