mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
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>
This commit is contained in:
committed by
Scott Murray
parent
57f8a1e923
commit
8d6cbaceb3
@@ -86,7 +86,7 @@ def parsec_groups(d):
|
||||
if "TPM" in config:
|
||||
groups.append("tss")
|
||||
if "TS" in config:
|
||||
groups.append("teeclnt")
|
||||
groups.append("tee")
|
||||
return "--groups " + ",".join(groups) if groups else ""
|
||||
|
||||
FILES:${PN} += " \
|
||||
|
||||
Reference in New Issue
Block a user