Skip to content

Commit

Permalink
Merge pull request #1745 from JonathonHall-Purism/swtpm_setup_skip_if…
Browse files Browse the repository at this point in the history
…_exist

targets/qemu.mk: Fix skip-if-exist in swtpm_setup
  • Loading branch information
tlaurion authored Aug 7, 2024
2 parents ece6b84 + e32a417 commit d9e5087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/qemu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif

ifeq "$(CONFIG_TPM2_TSS)" "y"
SWTPM_TPMVER := --tpm2
SWTPM_PRESETUP := swtpm_setup --create-config-files root skip-if-exist
SWTPM_PRESETUP := swtpm_setup --create-config-files root,skip-if-exist
else
# TPM1 is the default
SWTPM_TPMVER :=
Expand Down Expand Up @@ -111,4 +111,4 @@ run: $(TPMDIR)/.manufacture $(ROOT_DISK_IMG) $(MEMORY_SIZE_FILE) $(USB_FD_IMG)
$(QEMU_USB_TOKEN_DEV) \

stty sane
@echo
@echo

0 comments on commit d9e5087

Please sign in to comment.