aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-build-script
AgeCommit message (Collapse)Author
2014-06-30update linaro-android-build-cmd.shAmit Pundir
1) Fix pinned manifest builds for restricted builds For restricted builds, we update .repo/manifests/$MANIFEST_FILENAME for correct username to pull from private repos. This worked well for tip manifest builds but for pinned manifest builds it did't because we copy pinned manifest as .repo/manifest.xml. This change update .repo/manifest.xml with correct username. It will work for tip manifests as well since .repo/manifest.xml is a symlink to .repo/manifests/$MANIFEST_FILENAME 2) Add Ubuntu 13.10 and 14.04 support. Verified on Ubuntu 13.10 and 14.04 chroot environment. 3) Prompt for OpenJDK v1.7 installation for AOSP master builds 4) Pick system login as default login to access private manifests instead of using a login bot 5) Make tip build a default build. i.e. "./linaro_android_build_cmds.sh" run will give us a tip build. Change-Id: I04b2b2420617dd8aa427142fbaca1276e2505f0c Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-06-28Update repo tool location in linaro-android-build-cmd.sh scriptVishal Bhoj
Change-Id: I8b06b57e93bed7f9a0d18d2ac65b6401205e189c Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-06-12Add WITH_HOST_DALVIK parameter in linaro_android_build_cmd.shVishal Bhoj
Change-Id: Ide3ff004cbb06794a37f1d4e6b2915d076101245 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-14Set TARGET_KERNEL_SOURCE from the build configurationVishal Bhoj
2013-06-10added check for the file existence: pinned manifest and source overlayMilosz Wasilewski
2013-05-28create-user-build-script: use == for string comparison and fix a typoAmit Pundir
2013-05-28create-user-build-script: use absolute path of pinned-manifest file else it ↵Amit Pundir
will fail to copy if a user specifies relative path
2013-05-24-y option requires setting -lMilosz Wasilewski
2013-05-24fixed missing excape characterMilosz Wasilewski
2013-05-24moved to non-interactive modeMilosz Wasilewski
2013-05-20non-interactive mode for user build scriptMilosz Wasilewski
2013-05-23create-user-build-script: remove 10.04.* HOST machines from the list of ↵Amit Pundir
supported build machines
2013-05-23create-user-build-script: remove check missing dependencies part and do ↵Amit Pundir
forceful repo sync to recover on broken/missing objects
2013-05-23create-user-build-script: remove check missing dependencies part and do ↵Amit Pundir
forceful repo sync to recover on broken/missing objects
2013-05-23create-user-build-script: export Juice build variables from android-build configAmit Pundir
2013-05-23create-user-build-script: some more clean-upAmit Pundir
2013-05-23create-user-build-script: cleanup and few dependency fixesAmit Pundir
2013-05-17create-user-build-script: rework on broken dependencies and support 13.04 ↵Amit Pundir
host build machine
2013-05-17create-user-build-script: export perf build variable from build configurationAmit Pundir
2013-05-06user_build_script: do not hardcode toolchain prefix and revert rev. 604Amit Pundir
2013-05-06user_build_script: do not hardcode toolchain prefix and revert rev. 604Amit Pundir
2013-04-23android build script: do not hardcode toolchain prefixAmit Pundir
2013-03-13Fix help section pointing to Android mailing list.Vishal Bhoj
2013-02-28Fix help section in user build script to point to android mailing listVishal Bhoj
2013-02-27create-user-build-script: add ubuntu repositories for missing packagesAmit Pundir
2013-01-29linaro android build script: fix an escaping errorAmit Pundir
2013-01-24user build script: protect source overlay usage with a flagAmit Pundir
2013-01-24user build script: invoke apt-get install only for missing packagesAmit Pundir
2013-01-24user build script: make SOURCE_OVERLAY optionalAmit Pundir
2013-01-23user build script: check for already exported access IDAmit Pundir
2013-01-23linaro_android_build_cmds: prompt for login details when user try to ↵Amit Pundir
download private manifests
2013-01-23linaro-android-build-cmds: SOURCE_OVERLAY is not optional for nowAmit Pundir
2013-01-17linaro_android_build_cmd: Fix 10.04.01 and future 12.* sub-version builds as ↵Amit Pundir
well
2013-01-17linaro_android_build_cmd: Fix 12.04.01 builds and Make Overlay component ↵Amit Pundir
optional
2012-12-28Added support for specifying REPO_GROUPS in build parameters.Axel Fagerstedt
2012-12-19Fix linaro android build script for broken shell variablesAmit Pundir
2012-12-18Support build parameter REPO_GROUPSAxel Fagerstedt
If defined REPO_GROUPS will be used with the -g option during repo init.
2012-12-17Update user build script to prompt for login-idAmit Pundir
2012-12-14Update user build script to clone from linaro-private git reposAmit Pundir
2012-12-12Update user build script for 64bit build machinesAmit Pundir
2012-10-03create-user-build-script: Handle TINY Android (BUILD_TINY_ANDROID=true) Bug ↵Patrik Ryd
#1060272
2012-06-14Do not hardcode gcc 4.5Zygmunt Krynicki
2012-04-09allow origen/snowball builds to deal with manifest click-throughAndy Doan
Origen and Snowball builds have their pinned manifest files behind a click-through. This updates the script generated for them to make the user download it and specify its location on disk to the script
2012-03-13fix usage statement for builds with overlaysAndy Doan
2012-03-13handle AOSP build where the prebuilt toolchain is usedAndy Doan