summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 15:41:20 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit229b7a45cc6422a62eeb1aa630e29f2ed8e5cd57 (patch)
treef240964cc8327f2bfd72a20f46c4fbb7f57e3e9e
parenta877bb374b2970622760e13c07a154b76d662e3a (diff)
downloadmeta-security-229b7a45cc6422a62eeb1aa630e29f2ed8e5cd57.tar.gz
meta-tpm: bump layer priority
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 a2f0cab..5350159 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 = "6" 9BBFILE_PRIORITY_tpm-layer = "10"
10 10
11LAYERSERIES_COMPAT_tpm-layer = "sumo" 11LAYERSERIES_COMPAT_tpm-layer = "sumo"
12 12