summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2011-05-13 13:01:02 +0100
committerPhil Blundell <philb@brightsign.biz>2011-05-13 13:01:02 +0100
commit9c97d5954eac9d28e8f1f94fdace0dfae0aa505a (patch)
treead508615f657b32408fe7a83bd096086ce1950cb
parent2fa3e893566c59c3710cbe9a520b307785e42216 (diff)
downloadmeta-micro-9c97d5954eac9d28e8f1f94fdace0dfae0aa505a.tar.gz
set collections appropriately
-rw-r--r--conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
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"