From 8dbe053ce80dbd21e97d343218ee77daab0e5487 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 19 Jul 2012 18:21:30 +0200 Subject: build configuration files --- buildconf/bblayers.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 buildconf/bblayers.conf (limited to 'buildconf/bblayers.conf') diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf new file mode 100644 index 0000000..6909a3e --- /dev/null +++ b/buildconf/bblayers.conf @@ -0,0 +1,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 \ + " -- cgit v1.2.3