aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-ilp32.yaml
AgeCommit message (Collapse)Author
2022-10-11LDAP: Update group nameBenjamin Copeland
We have used linaro@linaro.org for ages now to ACL many jobs in Jenkins. But due to changes we can no longer use this. This changeset uses a new flat ldap group. STG-3714 Change-Id: I2d7cf5342bacc1cc873ae9bef3fba47bb7d8b582 Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
2019-11-06Publishing: Use Python3Benjamin Copeland
linaro-cp.py now supports Python3, with Python3-requests. Lets update jobs to use the newer library. Change-Id: I286f7bcefe1d6b74ddad1437ce01d42c0cc9bd69
2019-05-08openembedded-*.yaml: remove Koen email addressPeter Griffin
Change-Id: I6e7384059f927b19769fefa4bcf10de306d2ac83 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
2017-11-30openembedded-armv8-ilp32: substitute LAVA template with PythonDaniel Díaz
The shell snippet was also making substitutions of `pwd` from the LAVA template. That was not intended. Change-Id: I46084b007b7f87469fe2cacaab41d8ea14bc7232 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-11-26openembedded-armv8-ilp32: don't use jinja2 for templateDaniel Díaz
No need for it. Besides, this mechanism also substitutes environment variables that were previously left off. Change-Id: I113be7273430d74e3f1ae8f253367b1796f5914f Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-11-25openembedded-armv8-ilp32: fix unterminated subshellDaniel Díaz
Change-Id: I70d1d2a802cf88b0d216e936fddecaf4f8888a78 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
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>