summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
blob: 6909a3e8867260bea4c9b37f98a077651c6e7c8b (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
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "4"

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/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 \
  ${BASELAYERS}\
  ${BSPLAYERS} \
  ${TOPDIR}/../stuff/openembedded-core/meta \
  "