aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-30create-user-build-script: fix problem when pinned-manifest.xml specifiedYongqin Liu
only run the sed command for local_manifests files with the same condition as it was cloned Change-Id: I61713509605ad704a7303f663d417b0a9a9feebe Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2016-03-22build-android: Improve the way to find kernel source repositoryVishal Bhoj
The previous implementation failed to work whenever we build kernel from AOSP source location where "remote=" tag is the default one which will be "..". It is better to go to the kernel source location and check which the remote is. Change-Id: I21a6efe291984dce0ab608975e516ca58c7eaf69 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-02-27build-android: robust method to find all dtbsVishal Bhoj
We don't always build boottarball to look in that location for dtb. This method will find dtbs built or prebuilt dtb used in the build Change-Id: I455f51a95a6eb0d6bc3eaddcda91663f2cc5f0f0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-02-26fix build_config.json creationVishal Bhoj
Only check for line starting with TARGET_KERNEL_SOURCE or else it will corrupt the output with multiple entries wherever the TARGET_KERNEL_SOURCE is referenced Change-Id: Ic4fc3ee9142b70655598671c21dabf2a01e62428 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-02-24To store needed values in build_config.json and publish it to snapshotsArthur She
along with other build artifacts. Change-Id: I6f7089a29fb7dd277c590a17280fc889be3291c6
2015-11-18reuse the out dir if presentVishal Bhoj
Change-Id: I535b49d7c98324c798c91f92514baa94c8d9e407 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-11-13post-build-lava: replace download url supportVishal Bhoj
hikey has boot_fat image submitted for testing. This will simplify how we create our job templates Change-Id: I44b5995f08e32d3be44dc80fb9b7f7661ef468f4 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-11-13post-build-lava: map hikey deviceVishal Bhoj
Change-Id: I3738bb5943bfb48f1de0bc9b2ec04e05bd7a2d0e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-11-13post-build-lava: Recognize Nexus 5X.Daniel Díaz
Change-Id: I0bc3cae497439f6998548b0aea4a75a1c4890a37 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2015-11-13post-build-lava: Fix cache partition flashing.Daniel Díaz
Change-Id: Idaaa9749241d24127ba306ac3176346f93fb9e3f Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2015-11-13post-build-lava: add cache partition support for flashingVishal Bhoj
Change-Id: I34bd04738a3a47cac097a4498827f3741a1c7aba Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-10-09Generate md5sum for sdcard image as wellVishal Bhoj
Change-Id: Id7355d61cdc64a4fc5cc40bb7d82e4c81584ed08 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-24Allow git history to be lost while doing a repo syncVishal Bhoj
Since we apply patches, we run into this issue where it doesn't overwrite the history hence we need to force it. Change-Id: I7811a3bdba8ff9f7cb22d83cc740255ae1a96903 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-25Fix export error when use multiple patchset files.Yongqin Liu
otherwise we will got following error: + export PATCHSETS=LOLLIPOP-MLCR-PATCHSET LOLLIPOP-CHROMIUM-PATCHSET + PATCHSETS=LOLLIPOP-MLCR-PATCHSET linaro_android_build_cmds.sh: line 163: export: `LOLLIPOP-CHROMIUM-PATCHSET': not a valid identifier Change-Id: Ia5f7ac4397b32122d9132bd2e248ff6307b1eea3 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-07-27create-user-build-script: update the url for repoYongqin Liu
update since the domain name change Change-Id: I1e8814eb375ca953a4cd1af1d64a53f55374f4b5 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-07-23post-build-lava.py: add support for submitting jobs for Nexus9Yongqin Liu
Change-Id: I55702e48dd38750bad477ac0114305a04056ae34 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-07-20node/build: Follow redirects when downloading repo tool.Paul Sokolovsky
Default curl behavior of not following redirects breaks infrastructure upgrades, etc. Change-Id: I1bc6006694aa9dd7da61aebacc4a6e466222d27c
2015-07-20Merge "Fix repo URL"Paul Sokolovsky
2015-07-20Fix repo URLVishal Bhoj
Change-Id: I897d7e9a1f37e3299a6dad9fe5ea5fa17b477370 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-22Merge "add apm lava support"Matt Hart
2015-06-22add apm lava supportVishal Bhoj
Change-Id: I98ff6f5695d28fc53c09b961a4b75a492c536491 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-19fix the problem when SOURCE_OVERLAY not specified.Yongqin Liu
when SOURCE_OVERLAY not specified, test [ -n ${SOURCE_OVERLAY} ] will pass. Here fix it by quoting ${SOURCE_OVERLAY} with double quote sign. Like [ -n "${SOURCE_OVERLAY}" ] Change-Id: If0b0a3645a93e28d3681aed5684ca308cfb49deb Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-06-17Merge "lamc: map fvp device to vexpress since that is what we use for fvp"Paul Sokolovsky
2015-06-17lamc: map fvp device to vexpress since that is what we use for fvpVishal Bhoj
Change-Id: I143080d3163527ab3bd69510f707cdab328cdaf1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-16Merge "remove shallow cloning as we can't do cherry-pick in this case"Paul Sokolovsky
2015-06-16remove shallow cloning as we can't do cherry-pick in this caseVishal Bhoj
Change-Id: Ifc8ff45a719a705860a0f89e679c72e155dbf9ec Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-09Merge "fix repo seed dir"Andy Doan
2015-06-09fix repo seed dirVishal Bhoj
Change-Id: Iaa43192eaf9402bf38f7f10249964b6c801aeb5e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-09Merge "Add repo seed directory to save space and download time on VPS ↵Paul Sokolovsky
buildslave"
2015-06-08Add repo seed directory to save space and download time on VPS buildslaveVishal Bhoj
Change-Id: Iad6e0ad59d7db279cd7a5c734253617b2ef0dc44 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-06-01create-user-build-script: copy the source overlay package to the rootYongqin Liu
Change-Id: Iac1570680836b932fab6d28fac0daa401667a73a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
2015-04-29Update premerge-ci configs for gerrit triggersVishal Bhoj
Change-Id: Ia109a8fc53350e6f0455a22032b0bf29c0cead7d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-04-22Add nexus10 in device map for lava submissionVishal Bhoj
Change-Id: I5acd0c1dc65123b3b798dcf2f82b21e3c98688d6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-04-08Switch to official build-config repoVishal Bhoj
Change-Id: Iaac5c07639ec429044433fa72c779455f47cf95b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-04-07Fix if condition for patchset-created caseVishal Bhoj
Change-Id: I0076df5a4f4889f186a9fbd36608b0ea983bfca7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-03-31Switch support to gerrit trigger pluginVishal Bhoj
Change-Id: I1707eda179aadde44db598cde6582701fdd6eeb3 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-03-19Avoid cloning android-patchsets since they are part of manifestVishal Bhoj
Change-Id: I612b1fc805b0fbdfb8e0e68f6ca96e7cf0e6cda6 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-03-18Add support to apply patchset in linaro_android_build_cmds.shVishal Bhoj
Change-Id: I4f9fff16aca1afbc5a190d954ffb055006c6c3c5 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-02-24Map TI Vayu platform to device type listVishal Bhoj
Change-Id: I39d23cb54cc71c5509026c6cdc2a8a720793c7c2 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-12-26Enable ccache support on VPSVishal Bhoj
Change-Id: I469907d0481fd725cc70881217ad9ca58a389f9b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-12-10Add support for local manifest, fix issue with pinned-manifest build and few ↵Vishal Bhoj
cleanups Change-Id: Ia50c3e4e89211389133cec6fb334ad3fc14790e7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-12-10Create uImage from vexpress kernelHariGopal Gollamudi
Change-Id: I61c288f5fdeb775593d87d2f88fa16e8fb0d8049
2014-12-05fix image creation for junoVishal Bhoj
Change-Id: I272370424ceadcb279e2723f6490f70d0a512a6b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-12-03prepare_build_config.py: Use reliable (external) way to check for EC2.Paul Sokolovsky
Previously, there was a test where to put file being created based on this file existing. Change-Id: I3cfcd610426c1713eaeb0f07979a6337fea79780
2014-12-03Add support to build on VPSVishal Bhoj
Change-Id: I5ee21bb42ccee882de3c852014e7a78d52e424c8 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-25Merge "Add git config so that we can apply patch"Paul Sokolovsky
2014-11-25Add git config so that we can apply patchVishal Bhoj
Fix for bug https://bugs.linaro.org/show_bug.cgi?id=934 Change-Id: Id9b9b1b7bb5ac39381efd0c1517df1532a6f47cc Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-20Merge "Add support for fvp build type"Paul Sokolovsky
2014-11-20Add support for fvp build typeVishal Bhoj
Change-Id: I22ec7283340eb5fb5f09b1afa60c014f17da5b56 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-11-19Use distinct name for SSH wrapper script, to avoid its pickup as real SSH.restr-fixPaul Sokolovsky
Change-Id: Iae6c9fdea99bdec87b10204e15a34ee91819e158