Skip to content
Snippets Groups Projects
Commit f24eee04 authored by Jean-Philippe Brucker's avatar Jean-Philippe Brucker
Browse files

cca_defconfig: Enable reproducible builds


Try to generate the same initrd every time, so we only need to provision
the verifier once.

Signed-off-by: default avatarJean-Philippe Brucker <jean-philippe@linaro.org>
parent 62b5246e
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,7 @@ BR2_PACKAGE_REALM_TOKEN=y
BR2_PACKAGE_CCA_WORKLOAD_ATTESTATION=y
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_LINARO_CCA_PATH)/scripts/post-build.sh"
# Try to generate the same image every time, so we only need to provision
# the verifier with an initrd hash once.
BR2_REPRODUCIBLE=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment