summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-03-06 17:55:28 +0000
committerArmin Kuster <akuster808@gmail.com>2023-03-20 16:27:24 -0400
commit0e648bae9cdb8a2f41bde1f9a3ecaaf5fb80df63 (patch)
treefce22d253b85396c2db093f3ac33fe13a20afdfb
parentb9eb2b4d82bc69c56dcda857d3b362e73dd74a67 (diff)
downloadmeta-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.conf2
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
7BBFILE_COLLECTIONS += "tpm-layer" 7BBFILE_COLLECTIONS += "tpm-layer"
8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_tpm-layer = "10" 9BBFILE_PRIORITY_tpm-layer = "6"
10 10
11LAYERSERIES_COMPAT_tpm-layer = "mickledore" 11LAYERSERIES_COMPAT_tpm-layer = "mickledore"
12 12