Parsec-service does not support tpm2-tss 4 so us the older release 3.2.x
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-parsec/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf
index 0a71694..84d4172 100644
--- a/meta-parsec/conf/layer.conf
+++ b/meta-parsec/conf/layer.conf
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "parsec-layer"
BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/"
-BBFILE_PRIORITY_parsec-layer = "5"
+BBFILE_PRIORITY_parsec-layer = "7"
LAYERSERIES_COMPAT_parsec-layer = "mickledore"
--
2.25.1