Skip to content

Commit

Permalink
baseline: add tpm2-tools bootrr dependency
Browse files Browse the repository at this point in the history
Starting with PR kernelci#12, bootrr will depend on tpm2-tools to
run some TPM chip sanity checks on boot, so we need to
make this dependency explicit and for safety also enable
it directly in the baseline config fragment.

[1] kernelci/bootrr#12

Signed-off-by: Adrian Ratiu <[email protected]>
  • Loading branch information
10ne1 committed Oct 11, 2021
1 parent 8983f3b commit d71391b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/frags/baseline.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_PACKAGE_BOOTRR=y
BR2_PACKAGE_TPM2_TOOLS=y
BR2_PACKAGE_UTIL_LINUX_DMESG=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="package/busybox/busybox-no-dmesg.config"
BR2_ROOTFS_OVERLAY="overlay kernelci/baseline/rootfs_overlay/"
1 change: 1 addition & 0 deletions package/bootrr/Config.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
config BR2_PACKAGE_BOOTRR
bool "bootrr"
depends on BR2_PACKAGE_TPM2_TOOLS
help
The bootrr test scripts.

0 comments on commit d71391b

Please sign in to comment.