From d4553232856b08767c9ef725b82899f69c168d89 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 19 Feb 2017 15:44:42 +0100 Subject: layer.conf: add layer dependencies While at it clean-up and unify with other Toradex layers. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index ac5002e..640052a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,9 +1,11 @@ # We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a recipes directory, add to BBFILES +# We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "lxde-layer" BBFILE_PATTERN_lxde-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_lxde-layer = "7" + +LAYERDEPENDS_lxde-layer = "core openembedded-layer" -- cgit v1.2.3