summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
blob: 8d5972a0ae4eb2c41cc6ce148be4888732780ddb (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
# 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-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-multimedia \
  ${TOPDIR}/../stuff/oe-tworaz/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 \
  "