aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8
AgeCommit message (Collapse)Author
2018-11-14lava-job-definitions: fix installation of android platform toolsChase Qi
When /usr/bin/{fastboot,adb} exists, the current way to install these tools fails, and test job continues with wrong version tools. Refer to Jira story: https://projects.linaro.org/browse/LSS-231 automated/linux/android-platform-tools/install.sh from QA test-definitions repo will remove adb/fastboot if installed and install the ones specified with $LINK var. If any step fails, test job will be killed with lava-test-raise. A test error will be printed as well. Change-Id: I6d32b040acebac53b6d2b65498b4c538c88a6071 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-08-24hi6200-hikey: fix lava job templateChase Qi
Fix the following error caused by the invalid use of awk. + cat /sys/devices/system/cpu/cpufreq/policy0/scaling_available_frequencies + awk '{ print $$(NF-1) }' awk: (FILENAME=- FNR=1) warning: error writing standard output (Invalid argument) Refer to https://lkft.validation.linaro.org/scheduler/job/360199#L1494 Change-Id: I98df348e2cb90931b021edf74db6bffca504b0e1 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-06-04Use debian apt sources redirector instead of hardcoded bytemark for LXC setupMatt Hart
Change-Id: Ib18bde9a0bbdbcba5affe59bcccfdc4013ceb957
2018-02-07LKFT: Change dependencies on old LTP skipfilesDan Rue
These are the last dependencies on skipfile-lkft-hikey. Change to use the yaml file instead, so these files can be removed. Change-Id: I5f00dcd8c93f7475f6b0f7b9a4c28c73c6e321e2 Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-12-18Revert "lkft-hikey-linux: update ptable"Dan Rue
This reverts commit 91a6981d6d3bd02247189b02784cc3021aafa249. Reverting due to https://projects.linaro.org/projects/CTT/queues/issue/CTT-824 - we are downgrading the hikey firmware until the issues can be resolved. Change-Id: I9bca27c855ad467ee986e6c291981d1d515db122
2017-12-18lkft-hikey-linux: update ptableNaresh Kamboju
With new bootloader we need new ptable to be used Ref: Hikey Firmware update Request https://projects.linaro.org/servicedesk/customer/portal/1/CTT-631 Latest Hikey firmware update caused job fails due to uefi-menu-selector timed out https://projects.linaro.org/servicedesk/customer/portal/1/CTT-815 Change-Id: Id3975fedca1249ad47ce9be8cb2125cd483af986 Signed-off-by: Naresh Kamboju <naresh.kamboju@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-09openembedded-armv8-ilp32: submit HiKey ILP32 LTP to LAVADaniel Díaz
Change-Id: I4fdd399afb0ca0eb6ab81cb2f73e15a54bca1220 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>