aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-ilp32.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-10-20 12:56:02 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-23 10:42:28 +0000
commitb02b486cda06df503cf1c6c028430d1a01e3e316 (patch)
tree6e2a35442222328943ed943df074f71e7df53c2a /openembedded-armv8-ilp32.yaml
parentf52e2937a8fa939cf729948bd395a192b59851ab (diff)
openembedded-armv8-ilp32: make kernel verbose, add resize-helper
In order for LAVA to find its place in the boot process, a non-quiet kernel is required. This is achieved by requesting the CMDLINE to remove the quiet particle in local.conf. A few tests in LAVA do require space available for their scratch, so the resize-helper utility comes in handy. Change-Id: I35c1c8a3feaa2bf7bc0bb57b339a067ca3e48813 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-armv8-ilp32.yaml')
-rw-r--r--openembedded-armv8-ilp32.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/openembedded-armv8-ilp32.yaml b/openembedded-armv8-ilp32.yaml
index 6c8051a2f5..96cc791832 100644
--- a/openembedded-armv8-ilp32.yaml
+++ b/openembedded-armv8-ilp32.yaml
@@ -77,8 +77,15 @@
# temporary clean-up for glibc
find /mnt/ci_build/workspace/sstate-cache -type f -name "sstate:*:*:*:*:aarch64_ilp32:*" -exec rm -f {} + || true
+ # verbose kernel, add resize-helper
+ cat << EOF >> local-init-env.sh
+ init_env
+ echo 'CMDLINE_remove = "quiet"' >> conf/local.conf
+ echo 'IMAGE_INSTALL_append = "96boards-tools"' >> conf/local.conf
+ EOF
+
# do a build
- bash -x init-and-build.sh -a armv8 -g ${gcc_version} linaro-image-${rootfs}
+ bash -x init-and-build.sh -a armv8 -g ${gcc_version} -i "source ./local-init-env.sh" linaro-image-${rootfs}
cd ${WORKSPACE}