From 9c97d5954eac9d28e8f1f94fdace0dfae0aa505a Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 13 May 2011 13:01:02 +0100 Subject: set collections appropriately --- conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 8f4508e..ca4482e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,3 +4,13 @@ BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes/*/*.bb" +BBFILE_COLLECTIONS += "micro-layer" +BBFILE_PATTERN_micro-layer := "^${LAYERDIR}/" + +# Define the priority for recipes (.bb files) from this layer, +# choosing carefully how this layer interacts with all of the +# other layers. +# +# openembedded-layer is 6, we want to be above that. + +BBFILE_PRIORITY_micro-layer = "10" -- cgit 1.2.3-korg