aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
AgeCommit message (Collapse)Author
2014-03-14clean up after flatteningHEADmasterVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-14Don't copy complete source while doing kernel buildVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-14 Enable CCACHEVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13copy .repo directory from local mirrorVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13Don't remove out/target dirVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-12Reduce the number of job thread to 4Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-07rewrite-manifest.py: Handle manifests with relative fetch URLs.Paul Sokolovsky
This requires passing manifest repository URL to the rewriting script. This should fix lp:1287618. Change-Id: Icf54e2e96185301f66e77b7fea2ed1ff313a1ef7
2014-03-05Fix the out dir location for target having multiple underscoreVishal Bhoj
Change-Id: Ie3e2fd7495ec80c2295a607433ebeabea5e6d30b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-30Don't fail build if create-user-kernel-script errored out.Paul Sokolovsky
Interim measure to unbreak builds until script is fixed. Change-Id: Icf8f448720922e8a516a2d29e431ae8fbaa20de9
2014-01-26Re-enable manifest rewriting, but try http://.../git/ .Paul Sokolovsky
Change-Id: I60d37d3af60c91220c74ef6e4c6694f93412ad17
2014-01-26Make curl fail on errors (d'oh!)Paul Sokolovsky
Change-Id: If52abee6375d28ad368fa2d9287b0d8b2b944433
2014-01-26Download overlays ASAP to fail fast in case of error.Paul Sokolovsky
Change-Id: I8d6194e65d2190a9f4de8a2a17faa6d78c0aabd8
2014-01-26Disable manifest rewriting for testing.Paul Sokolovsky
Change-Id: I39a5cbc93281ed2e898b34faa42a24b5f96aa4cd
2014-01-21Comment out debug output.Paul Sokolovsky
Change-Id: Ic8f7d515ede1064b78fe97fe0cf95405b30eacdc
2014-01-21Output debug stuff as comment.Paul Sokolovsky
Change-Id: Ia99ef0b05c6dc3595f403509b28d698de31c8c94
2014-01-21export TARGET_OUT_DIRVishal Bhoj
Change-Id: I5230878e856ac9575d1acb9b0ddec8948ba4ed2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21create-user-kernel-script: Add more verbosity and checks for arguments.Paul Sokolovsky
Change-Id: Iec477c2b69a89e556b8e1ecce14ac4f261853ee4
2014-01-21Add support to override the bundle streamVishal Bhoj
Change-Id: I47ccf1fe6d6b84a65ab535991fcd4af0ea2dcb3b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21Fix kernel script creationVishal Bhoj
Change-Id: Iccb1e8c01ef5bdc78d62076f615a30bf512e5957 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-15Use TARGET_OUT_DIR for BUILD_COPYCAT too.Paul Sokolovsky
Change-Id: I9aaaef5ed40061c23a8e9e630f61b94c1bc93cd1
2014-01-09handle other build keywords coming as part of TARGET_PRODUCTVishal Bhoj
Change-Id: I56a75592e51c2200265273cd701d84c4de34df50 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-08strip "full_" from TARGET_PRODUCT to get the right locationVishal Bhoj
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-03Enable artifact flattening by default.Paul Sokolovsky
Change-Id: I6dc2ef37e6480848190617950368c285f7e64e06
2014-01-03Upgrade included BUILD-INFO.txt's to version 0.5.Paul Sokolovsky
Change-Id: I5d8882baab5c1d228dde5d4d469975e8308d992e
2014-01-03md5sum *img files too.Paul Sokolovsky
Change-Id: I97657ae67770bbe7e84e048ddd39bc14c9c5c2d3
2014-01-03Add sypport for flattening artifacts build-side.Paul Sokolovsky
This moves flattening to build side instead of publsihing side, per LAVA-933. Change-Id: Ic0d3d6f9598f5538c99c689345ebd9074d063769
2013-12-20Remove HOST_CC to be gcc-4.5Vishal Bhoj
Change-Id: I7af1aa1f63ca800d384bfb17ecb6302b941b40ea Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-11-26Add acpica-tools which is a dependency for UEFI nowVishal Bhoj
2013-11-20Fixed kernel source variable.Vishal Bhoj
2013-11-20Fix the missing fi condition and fix the indentationVishal Bhoj
2013-11-11Export TARGET_KERNEL_SOURCE only when provided in build config else it ↵Vishal Bhoj
affects the build
2013-11-10create-user-build-script: install UEFI build dependencyAmit Pundir
2013-10-22Do not set any default bootloaderAmit Pundir
2013-10-22Add bootloader type parameter for deploy_linaro_android_image command while ↵Amit Pundir
submitting jobs. Do not set any defaults.
2013-10-22Add bootloader type parameter for deploy_linaro_android_image command while ↵Amit Pundir
submitting jobs. Default: u_boot
2013-10-22Add bootloader type parameter for deploy_linaro_android_image command while ↵Amit Pundir
submitting jobs. Default: u_boot
2013-10-14Set TARGET_KERNEL_SOURCE from the build configurationVishal Bhoj
2013-10-05add license check supportVishal Bhoj
2013-10-04map arndale with lamc deviceVishal Bhoj
2013-09-23Improve on previous commit to use repo sync -f, make sure we use normal as last.Paul Sokolovsky
To ensure source code integrity.
2013-09-20recover from git failures from serversVishal Bhoj
2013-08-28Fujitsu: Use the private streamVishal Bhoj
2013-08-28Map Fujitsu aa9 board.Vishal Bhoj
2013-08-05Produce manifests annotated with descriptions at the end of build.Paul Sokolovsky
2013-07-29Update LAVA API URL, based on announcement on linaro-validation ML.Paul Sokolovsky
2013-07-22Fixed check for overlay existance.Milosz Wasilewski
2013-06-27change == None to is None according to review commentsYongqin Liu
2013-06-26update according to the review commentsYongqin Liu
2013-06-261. add support for submit jobs to multiple device or device typesYongqin Liu
2. refactor the lava related part in the main method
2013-06-25[merge] map hi4511 to k3v2 for submitting LAVA jobsGeorgy Redkozubov