summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index a507cbc7..2af1a6ed 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,6 +5,6 @@ BBPATH := "${LAYERDIR}:${BBPATH}"
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
6 ${LAYERDIR}/recipes*/*/*.bbappend" 6 ${LAYERDIR}/recipes*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "beagle-bsp" 8BBFILE_COLLECTIONS += "meta-ti"
9BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/" 9BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
10BBFILE_PRIORITY_beagle-bsp = "10" 10BBFILE_PRIORITY_meta-ti = "10"