summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
blob: 71363d0604a347d26f47d5e36c87242d38515229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "5"

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

# These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
BASELAYERS ?= " \
  ${TOPDIR}/../stuff/meta-linaro/meta-linaro-toolchain \
  ${TOPDIR}/../stuff/meta-openembedded/toolchain-layer \
  ${TOPDIR}/../stuff/meta-openembedded/meta-oe \
  ${TOPDIR}/../stuff/meta-openembedded/meta-efl \
  ${TOPDIR}/../stuff/meta-openembedded/meta-gpe \
  ${TOPDIR}/../stuff/meta-openembedded/meta-gnome \
  ${TOPDIR}/../stuff/meta-openembedded/meta-xfce \
  ${TOPDIR}/../stuff/meta-openembedded/meta-initramfs \
  ${TOPDIR}/../stuff/meta-openembedded/meta-systemd \
  ${TOPDIR}/../stuff/meta-openembedded/meta-networking \
  ${TOPDIR}/../stuff/meta-openembedded/meta-multimedia \
  ${TOPDIR}/../stuff/meta-lxde \
  ${TOPDIR}/../stuff/meta-browser \
" 

# These layers hold machine specific content, aka Board Support Packages
BSPLAYERS ?= " \
  ${TOPDIR}/../stuff/meta-toradex \
"

BBLAYERS ?= " \
  ${TOPDIR}/../stuff/meta-angstrom \
  ${BSPLAYERS} \
  ${BASELAYERS}\
  ${TOPDIR}/../stuff/openembedded-core/meta \
"