aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-ilp32.yaml
AgeCommit message (Collapse)Author
2017-11-09openembedded-armv8-ilp32: submit HiKey ILP32 LTP to LAVADaniel Díaz
Change-Id: I4fdd399afb0ca0eb6ab81cb2f73e15a54bca1220 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-11-03openembedded-armv8-ilp32: add a space for the IMAGE_INSTALL_appendFathi Boudra
Change-Id: I73d30174c9a714149d092e2575af29898eac787a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-10-23openembedded-armv8-ilp32: make kernel verbose, add resize-helperDaniel Díaz
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>
2017-10-10openembedded-armv8-ilp32: change sstate-cache dirDaniel Díaz
The sstate-cache dir is set to /mnt/ci_build/workspace/sstate-cache by the build jobs, so use this directory instead of the regular build/sstate-cache for the clean-up. Change-Id: Id1ddbcf60747cb6a394d29f0056ecf41c6a4af61 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-10-10FIXME: clean sstate-cache for aarch64_ilp32Daniel Díaz
This is causing serious issues after upgrading GLIBC, as the ABI has changed and those changes are not picked up correctly. Work around is to remove sstate-cache although only for those file that have been previously been linked with GLIBC (i.e. all that's in the cache for architecture aarch64_ilp32). Failures look like this: | [...]/build/tmp-glibc/work/aarch64_ilp32-oe-linux-gnuilp32/gnutls/3.5.13-r0/recipe-sysroot/usr/lib/libstdc++.so: undefined reference to `__strxfrm_l@GLIBC_2.26' | [...]/build/tmp-glibc/work/aarch64_ilp32-oe-linux-gnuilp32/gnutls/3.5.13-r0/recipe-sysroot/usr/lib/libstdc++.so: undefined reference to `__nl_langinfo_l@GLIBC_2.26' | [...]/build/tmp-glibc/work/aarch64_ilp32-oe-linux-gnuilp32/gnutls/3.5.13-r0/recipe-sysroot/usr/lib/libstdc++.so: undefined reference to `aligned_alloc@GLIBC_2.26' | [...]/build/tmp-glibc/work/aarch64_ilp32-oe-linux-gnuilp32/gnutls/3.5.13-r0/recipe-sysroot/usr/lib/libstdc++.so: undefined reference to `wmemcpy@GLIBC_2.26' | [...]/build/tmp-glibc/work/aarch64_ilp32-oe-linux-gnuilp32/gnutls/3.5.13-r0/recipe-sysroot/usr/lib/libstdc++.so: undefined reference to `strcmp@GLIBC_2.26' and typically involve glibc, gnutls, and libcgroups. Cleaning up those packages is not enough, hence the general clean-up. This ought to be removed once GLIBC upgrade is stable. Change-Id: Iece70f4f9a6407301fa5d7d67b51a61ecc18d94b Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-09-19openembedded-armv8-ilp32: add hikey ilp32 jobVishal Bhoj
Change-Id: I4f199b4593c9d4c2410b080fba2f5ad751cb9f87 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>