aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2019-11-11 15:48:33 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-11-14 12:07:00 +0000
commit0596ed92b025a928bbebf7c28d59e5b542c5a5c9 (patch)
tree3bd030115a0db8829cf5cb5515bfdff09595091b
parent06c33cb4532beffb39ef29c8fec82b36bb18181c (diff)
build-configs: Add 'allmodconfig' builds to Armv7's default configuration
There shouldn't be any reason to have 'allmodconfig' builds for Arm64 and x86_64 and to leave Armv7 out of the equation. Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--build-configs.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-configs.yaml b/build-configs.yaml
index 0568994..c85b03f 100644
--- a/build-configs.yaml
+++ b/build-configs.yaml
@@ -229,6 +229,7 @@ build_configs_defaults:
arm: &arm_arch
base_defconfig: 'multi_v7_defconfig'
extra_configs:
+ - 'allmodconfig'
- 'allnoconfig'
- 'multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y'
- 'multi_v7_defconfig+CONFIG_SMP=n'