aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/kernel-compilation
AgeCommit message (Collapse)Author
2018-04-03linux: kernel-compilation: use kernel release tarball from githubChase Qi
cdn.kernel.org is down, downloading with the following link fails. mirrors.kernel.org is an alternative, but downloading speed with it is not stable. https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.4.34.tar.xz Moving to https://github.com/torvalds/linux/releases seems to be a speedy and more reliable approach. Change-Id: I81ad908ca97249ff2f52a951287f528cd19c7fcb Signed-off-by: Chase Qi <chase.qi@linaro.org>
2018-04-03Revert "linux: kernel-compilation: use kernel release tarball from github"Chase Qi
This reverts commit 06d70163a7fbfe9cfd70845ee76403bd9ea74184. Change-Id: Id4c183e2916b500d1bb054443d03d7faee721b0e
2018-04-03linux: kernel-compilation: use kernel release tarball from githubChase Qi
On kernel.org, seems only the latest release tarballs are availabe for downloading. The following link is invalid now as 4.4.126 has been released. https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.4.34.tar.xz For this test purpose, we just need a fixed release that availabe for a long time, it doesn't have to be the latest version. Moving to https://github.com/torvalds/linux/releases seems to be a simpler and more reliable approach. Change-Id: I3a9dd003f5a70b1e34d2e82489196c9297eb534b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2017-01-25automated: switch to using ID field for distroNicolas Dechesne
Let's standardadize all test cases to use lowercase distro ID field from /etc/os-release, instead of the 'pretty' (capitalized) name that we used so far. This is an invasive change, all test scripts were modified with this command: $ sed -i -e 's|Debian\(.*\))|debian\1)|g' \ -e 's|Ubuntu\(.*\))|ubuntu\1)|g' \ -e 's|CentOS\(.*\))|centos\1)|g' \ -e 's|Fedora\(.*\))|fedora\1)|g' \ -e 's|Unknown\(.*\))|unknown\1)|g' And the remaining instances were fixed manually. dist_name() function was updated to always report lowercase distro name. Also when /etc/os-release is not available and that we use lsb_release output, we convert the old capitalized name into the new lowercase ones. Change-Id: I1f1ce0932ab04476567f0338e902656470267a74 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-06automated: linux: kernel-compilation: install wgetChase Qi
Change-Id: I5ea518268065d3bb4161e0c7b97f97407e390558 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-24automated: added Linux Kernel compilation testChase Qi
Change-Id: I5d0b6423b8d6267bfc9c558eb7637335541a5055 Signed-off-by: Chase Qi <chase.qi@linaro.org>