mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
4b2c94fb64
Unify how the TPM2 recipes are named. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
12 lines
159 B
BlitzBasic
12 lines
159 B
BlitzBasic
require packagegroup-tpm2.inc
|
|
|
|
RDEPENDS_${PN} += "\
|
|
tpm2-abrmd \
|
|
tpm2-tools \
|
|
rng-tools \
|
|
"
|
|
|
|
RRECOMMENDS_${PN} += "\
|
|
kernel-module-tpm-rng \
|
|
"
|