[linux-yocto] [kernel-cache][PATCH 2/2] features: add dm-verity

2017-02-08 Thread Patrick Ohly
Useful for integrity protection of a read-only partition. Signed-off-by: Patrick Ohly --- features/device-mapper/dm-verity.cfg | 1 + features/device-mapper/dm-verity.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/device-mapper/dm-verity.cfg

[linux-yocto] [kernel-cache][PATCH 1/2] tpm: avoid warning due to double CONFIG_TCG_TPM

2017-02-08 Thread Patrick Ohly
The recent commit accidentally had CONFIG_TCG_TPM twice in the tpm.cfg file, which triggers a warning when checking the kernel config because the resulting config only contains the entry once. Signed-off-by: Patrick Ohly --- features/tpm/tpm.cfg | 1 - 1 file changed, 1

[linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-08 Thread Patrick Ohly
This should be applicable to all branches which have the tpm.cfg file that I submitted recently. Sorry for missing the warning earlier - I must have mentally blocked it out instead of actually reading it :-/ The dm-verity change is relevant for some experimental work that I am doing at the