summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-05-05 16:44:23 +0100
committerScott Murray <scott.murray@konsulko.com>2026-05-17 17:44:55 +0300
commit921b75fa4aceaeeef388acdd1a3a8e35b5afc4cc (patch)
tree8109a49e53ef55cbd2d5103b8444bb236969a7ca
parenta9384af621c5dd1b80bf3999bd3993190e8348f7 (diff)
downloadmeta-security-921b75fa4aceaeeef388acdd1a3a8e35b5afc4cc.tar.gz
parsec-service: update TS group name
meta-arm recently changed the group name that is used by TS[1], so update the group name to match. [1] meta-arm 595cb0f1a0 ("arm/trusted-services: fix udev management in libts") Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
index 0268c0e..857a3c8 100644
--- a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
+++ b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
@@ -86,7 +86,7 @@ def parsec_groups(d):
86 if "TPM" in config: 86 if "TPM" in config:
87 groups.append("tss") 87 groups.append("tss")
88 if "TS" in config: 88 if "TS" in config:
89 groups.append("teeclnt") 89 groups.append("tee")
90 return "--groups " + ",".join(groups) if groups else "" 90 return "--groups " + ",".join(groups) if groups else ""
91 91
92FILES:${PN} += " \ 92FILES:${PN} += " \