summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-sota-raspberrypi/conf/layer.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-sota-raspberrypi/conf/layer.conf b/meta-sota-raspberrypi/conf/layer.conf
index 29e9a6c..d2a0ce4 100644
--- a/meta-sota-raspberrypi/conf/layer.conf
+++ b/meta-sota-raspberrypi/conf/layer.conf
@@ -5,8 +5,8 @@ BBPATH =. "${LAYERDIR}:"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "updater-raspberrypi" 8BBFILE_COLLECTIONS += "sota-raspberrypi"
9BBFILE_PATTERN_updater-raspberrypi = "^${LAYERDIR}/" 9BBFILE_PATTERN_sota-raspberrypi = "^${LAYERDIR}/"
10BBFILE_PRIORITY_updater-raspberrypi = "7" 10BBFILE_PRIORITY_sota-raspberrypi = "7"
11 11
12LAYERSERIES_COMPAT_updater-raspberrypi = "sumo" 12LAYERSERIES_COMPAT_sota-raspberrypi = "sumo"