diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-03-06 17:55:28 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:27:24 -0400 |
commit | 0e648bae9cdb8a2f41bde1f9a3ecaaf5fb80df63 (patch) | |
tree | fce22d253b85396c2db093f3ac33fe13a20afdfb | |
parent | b9eb2b4d82bc69c56dcda857d3b362e73dd74a67 (diff) | |
download | meta-security-0e648bae9cdb8a2f41bde1f9a3ecaaf5fb80df63.tar.gz |
meta-tpm/layer: lower the priority from 10 to 6
The priority change on sumo version without any description.
Since then is very hard to add in other layers a new version
of any recipe on this layer with such priority so these patch
reverts the priority back to 6.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 81690ca..12bd6b7 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | |||
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "tpm-layer" | 7 | BBFILE_COLLECTIONS += "tpm-layer" |
8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_tpm-layer = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "6" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "mickledore" | 11 | LAYERSERIES_COMPAT_tpm-layer = "mickledore" |
12 | 12 | ||