From 60124705ab97545b45da1f786b3a7c298ae3270a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 10 Jun 2017 01:40:42 +0200 Subject: reproducible_lede: only build one board instead of all boards Reduing the build time improve developing speed. When the image is reproducible we will enable more boards. Signed-off-by: Holger Levsen --- bin/reproducible_lede.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_lede.sh') diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 1333a112..59a7b054 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -64,7 +64,7 @@ cd $TMPBUILDDIR create_results_dirs lede -build_two_times lede ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_ARCHERC7=y\n" +build_two_times lede ar71xx_generic_ARCHERC7 "CONFIG_TARGET_ar71xx=y\nCONFIG_TARGET_ar71xx_generic=y\nCONFIG_TARGET_ar71xx_generic_DEVICE_archer-c7-v1=y\n" # for now we only build one architecture until it's at most reproducible #build_two_times x86_64 "CONFIG_TARGET_x86=y\nCONFIG_TARGET_x86_64=y\n" -- cgit v1.2.3-54-g00ecf