summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
blob: 66c3d39b2fbb093b04dbbb53692e34ddd8bb65c6 (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
36
37
38
39
40
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

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/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-openembedded/meta-python \
  ${TOPDIR}/../stuff/meta-lxde \
  ${TOPDIR}/../stuff/meta-browser \
  ${TOPDIR}/../stuff/meta-fsl-arm \
  ${TOPDIR}/../stuff/meta-fsl-arm-extra \
  ${TOPDIR}/../stuff/meta-fsl-demos \
  ${TOPDIR}/../stuff/meta-jetson-tk1 \
  ${TOPDIR}/../stuff/meta-qt5 \
" 

# 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 \
"