aboutsummaryrefslogtreecommitdiff
path: root/conf/bblayers.conf
blob: 6d390d4ac8947113530176cdd9695d0f1281f28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"
OEROOT := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)))}/../.."

BBPATH = "${TOPDIR}"

BBFILES = ""

require bblayers-base.inc
require bblayers-bsp.inc

include bblayers-factory.inc

BBLAYERS = " \
  ${OEROOT}/layers/meta-lmp/meta-lmp-base \
  ${BASELAYERS} \
  ${BSPLAYERS} \
  ${OEROOT}/layers/openembedded-core/meta \
"