summaryrefslogtreecommitdiffstats
path: root/meta-rt/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rt/conf/layer.conf')
-rw-r--r--meta-rt/conf/layer.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-rt/conf/layer.conf b/meta-rt/conf/layer.conf
index f105405784..59f42b62fe 100644
--- a/meta-rt/conf/layer.conf
+++ b/meta-rt/conf/layer.conf
@@ -5,8 +5,9 @@ RSP_ROOT ?= "sda1"
5BBPATH := "${BBPATH}:${LAYERDIR}" 5BBPATH := "${BBPATH}:${LAYERDIR}"
6 6
7# We have an images and various recipe-* directories, add to BBFILES 7# We have an images and various recipe-* directories, add to BBFILES
8BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend ${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*.bbappend" 8BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend \
9 9 ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
10
10BBFILE_COLLECTIONS += "rt" 11BBFILE_COLLECTIONS += "rt"
11BBFILE_PATTERN_rt := "^${LAYERDIR}/" 12BBFILE_PATTERN_rt := "^${LAYERDIR}/"
12BBFILE_PRIORITY_rt = "8" 13BBFILE_PRIORITY_rt = "8"