summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-sota-raspberrypi/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota-raspberrypi/conf/layer.conf b/meta-sota-raspberrypi/conf/layer.conf
index d3ade49..c2c3542 100644
--- a/meta-sota-raspberrypi/conf/layer.conf
+++ b/meta-sota-raspberrypi/conf/layer.conf
@@ -6,6 +6,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "updater-raspberrypi" 8BBFILE_COLLECTIONS += "updater-raspberrypi"
9BBFILE_PATTERN_agl = "^${LAYERDIR}/" 9BBFILE_PATTERN_updater-raspberrypi = "^${LAYERDIR}/"
10BBFILE_PRIORITY_updater-raspberrypi = "7" 10BBFILE_PRIORITY_updater-raspberrypi = "7"
11 11