diff options
| author | Ross Burton <ross.burton@arm.com> | 2026-05-05 16:44:23 +0100 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-05-17 17:44:55 +0300 |
| commit | 921b75fa4aceaeeef388acdd1a3a8e35b5afc4cc (patch) | |
| tree | 8109a49e53ef55cbd2d5103b8444bb236969a7ca | |
| parent | a9384af621c5dd1b80bf3999bd3993190e8348f7 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 92 | FILES:${PN} += " \ | 92 | FILES:${PN} += " \ |
