diff options
-rw-r--r-- | meta-sota-minnowboard/conf/layer.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-sota-minnowboard/conf/layer.conf b/meta-sota-minnowboard/conf/layer.conf index b9fef34..3441582 100644 --- a/meta-sota-minnowboard/conf/layer.conf +++ b/meta-sota-minnowboard/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-minnowboard" | 8 | BBFILE_COLLECTIONS += "sota-minnowboard" |
9 | BBFILE_PATTERN_updater-minnowboard = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_sota-minnowboard = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_updater-minnowboard = "7" | 10 | BBFILE_PRIORITY_sota-minnowboard = "7" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_updater-minnowboard = "sumo" | 12 | LAYERSERIES_COMPAT_sota-minnowboard = "sumo" |