summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2018-05-22 11:33:59 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2018-05-22 11:47:47 +0200
commitfb1374e53f0d745a3cc4e7efbac7ab24f1a21499 (patch)
treef800fa358b57ab251c94ee6277aeb213e687dece
parent87b0596d3c6150b9db637e1e4521123883876e2c (diff)
downloadmeta-updater-fb1374e53f0d745a3cc4e7efbac7ab24f1a21499.tar.gz
Rename sota-raspberrypi layer
-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"