Skip to content

Commit 001ef21

Browse files
authored
Merge pull request #847 from Dstack-TEE/codex/fix-os-simulator-tpm-tcti
fix(os): install TPM device TCTI for simulator
2 parents c515440 + dac6797 commit 001ef21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os/yocto/layers/meta-dstack/recipes-core/dstack-tee-simulator/dstack-tee-simulator.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DSTACK_CORE_SRC ?= "${DSTACK_MONOREPO_ROOT}/dstack"
1313
S = "${UNPACKDIR}/repo/dstack"
1414

1515
DEPENDS += "rsync-native cmake-native"
16-
RDEPENDS:${PN} += "dstack-guest fuse3-utils swtpm tpm2-tools openssl"
16+
RDEPENDS:${PN} += "dstack-guest fuse3-utils swtpm tpm2-tools libtss2-tcti-device openssl"
1717
do_unpack[depends] += "rsync-native:do_populate_sysroot"
1818

1919
# aws-lc-sys cannot detect this Yocto cross build reliably with its default

0 commit comments

Comments
 (0)