summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-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"