summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-19 15:45:47 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:32:09 +0200
commitc0bb57ebd7c455349f930548dcfa1eadc26cd807 (patch)
tree5acd219c0aab1a77f2ac0c8555a4f94b5d41e65a /conf
parent4a13ebbbc596474082f7a38ccd4b68951b0dbfe7 (diff)
layer.conf: add layer dependencies
While at it clean-up and unify with other Toradex layers. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf19
1 files changed, 15 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 2805970..3f070c0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,10 +1,21 @@
-# We have a conf and classes directory, add to BBPATH
+# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
-# We have a recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "toradex-demos"
BBFILE_PATTERN_toradex-demos = "^${LAYERDIR}/"
BBFILE_PRIORITY_toradex-demos = "90"
+
+LAYERDEPENDS_toradex-demos = " \
+ core \
+ openembedded-layer gnome-layer multimedia-layer networking-layer \
+ angstrom-layer \
+ browser-layer \
+ freescale-layer \
+ fsl-demos \
+ lxde-layer \
+ qt4-layer \
+ qt5-layer \
+"