diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-22 11:33:59 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-05-22 11:35:26 +0200 |
commit | eac1c63b0c78686766be1c70e3561d2233ec491b (patch) | |
tree | 3fa2772df64a6e87eb585d5b5ce89001d889c675 | |
parent | 54f4a5c67f0e2e8eac87618aaba7bee5d942952a (diff) | |
download | meta-updater-eac1c63b0c78686766be1c70e3561d2233ec491b.tar.gz |
Rename sota-qemux86-64 layer
-rw-r--r-- | meta-sota-qemux86-64/conf/layer.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-sota-qemux86-64/conf/layer.conf b/meta-sota-qemux86-64/conf/layer.conf index 4043a8a..9bc1969 100644 --- a/meta-sota-qemux86-64/conf/layer.conf +++ b/meta-sota-qemux86-64/conf/layer.conf | |||
@@ -5,7 +5,7 @@ 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-qemux86-64" | 8 | BBFILE_COLLECTIONS += "sota-qemux86-64" |
9 | BBFILE_PATTERN_updater-qemux86-64 = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_sota-qemux86-64 = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_updater-qemux86-64 = "7" | 10 | BBFILE_PRIORITY_sota-qemux86-64 = "7" |
11 | LAYERSERIES_COMPAT_updater-qemux86-64 = "sumo" | 11 | LAYERSERIES_COMPAT_sota-qemux86-64 = "sumo" |