]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - openembedded/build/conf/bblayers.conf
Add config file for new layer setup
[eurobot/public.git] / openembedded / build / conf / bblayers.conf
1 # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
2 # changes incompatibly
3 LCONF_VERSION = "5"
4
5 BBPATH = "${TOPDIR}"
6 BBFILES ?= ""
7
8 # These layers hold recipe metadata not found in OE-core, but lack any machine or distro content
9 BASELAYERS ?= " \
10   ${TOPDIR}/../meta-linaro/meta-linaro-toolchain \
11   ${TOPDIR}/../meta-openembedded/toolchain-layer \
12   ${TOPDIR}/../meta-openembedded/meta-oe \
13   ${TOPDIR}/../meta-openembedded/meta-efl \
14   ${TOPDIR}/../meta-openembedded/meta-gpe \
15   ${TOPDIR}/../meta-openembedded/meta-gnome \
16   ${TOPDIR}/../meta-openembedded/meta-xfce \
17   ${TOPDIR}/../meta-openembedded/meta-initramfs \
18   ${TOPDIR}/../meta-openembedded/meta-systemd \
19   ${TOPDIR}/../meta-openembedded/meta-networking \
20   ${TOPDIR}/../meta-openembedded/meta-multimedia \
21
22
23 # These layers hold machine specific content, aka Board Support Packages
24 BSPLAYERS ?= " \
25   ${TOPDIR}/../meta-toradex-community \
26   ${TOPDIR}/../meta-gumstix-community \
27   ${TOPDIR}/../meta-ti \
28 "
29
30 BBLAYERS ?= " \
31   ${TOPDIR}/../meta-angstrom \
32   ${BSPLAYERS} \
33   ${BASELAYERS}\
34   ${TOPDIR}/../openembedded-core/meta \
35 "