aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-automerge
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-05-11 15:09:28 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-05-11 15:23:09 +0200
commit66b6df1265290fd6798dedc8b1ec8290aeb57c0e (patch)
treeda4ea2b9f1269ef198233957b788af4014810924 /lt-qcom-linux-automerge
parenta082b42ca9283dc0a6065ff905e09cdafa801150 (diff)
lt-qcom-linux-automerge: improve kernel build test
It is just a test build, so we don't need to worry about KERNELRELEASE attribute or about savedefconfig. However it's better to run 'make' rather than 'make Image', so that we build more during the test (typically modules and DTB as well). Change-Id: I096952ea94248a041d40c218d33876330733cbb9 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-linux-automerge')
-rwxr-xr-xlt-qcom-linux-automerge/builders-kernel.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/lt-qcom-linux-automerge/builders-kernel.sh b/lt-qcom-linux-automerge/builders-kernel.sh
index 08e074bd..48ece0cf 100755
--- a/lt-qcom-linux-automerge/builders-kernel.sh
+++ b/lt-qcom-linux-automerge/builders-kernel.sh
@@ -20,10 +20,7 @@ function build_integration_kernel()
make distclean
make ${KERNEL_CONFIGS}
- make savedefconfig
- cp defconfig arch/${ARCH}/configs
-
- make KERNELRELEASE=qcomlt-integration-${ARCH} -j$(nproc) Image
+ make -j$(nproc)
}
if [ ${AUTOMERGE_EXIT_CODE} -ne 0 ]; then