diff options
-rw-r--r-- | meta-sota-raspberrypi/conf/layer.conf | 8 |
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}:" | |||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "updater-raspberrypi" | 8 | BBFILE_COLLECTIONS += "sota-raspberrypi" |
9 | BBFILE_PATTERN_updater-raspberrypi = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_sota-raspberrypi = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_updater-raspberrypi = "7" | 10 | BBFILE_PRIORITY_sota-raspberrypi = "7" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_updater-raspberrypi = "sumo" | 12 | LAYERSERIES_COMPAT_sota-raspberrypi = "sumo" |