|
@@ -699,6 +699,23 @@ config BR2_FORCE_HOST_BUILD
|
|
|
|
|
|
This option will increase build time.
|
|
|
|
|
|
+config BR2_DOWNLOAD_FORCE_CHECK_HASHES
|
|
|
+ bool "Force all downloads to have a valid hash"
|
|
|
+ depends on BR2_GLOBAL_PATCH_DIR != ""
|
|
|
+ help
|
|
|
+ For packages where a custom version or location can be set,
|
|
|
+ Buildroot does not carry a hash for those custom versions or
|
|
|
+ locations, so the integrity of such downloads is not verified.
|
|
|
+
|
|
|
+ Say 'y' here to enforce downloads to have at least one valid
|
|
|
+ hash (and of course, that all hashes be valid).
|
|
|
+
|
|
|
+ Those hashes are looked in files in BR2_GLOBAL_PATCH_DIR,
|
|
|
+ see above.
|
|
|
+
|
|
|
+comment "Forcing all downloads to have a valid hash needs a global patch and hash directory"
|
|
|
+ depends on BR2_GLOBAL_PATCH_DIR = ""
|
|
|
+
|
|
|
config BR2_REPRODUCIBLE
|
|
|
bool "Make the build reproducible (experimental)"
|
|
|
# SOURCE_DATE_EPOCH support in toolchain-wrapper requires GCC 4.4
|