summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* leo: removed leoupdateArif Ali2011-10-031-35/+0
| | | | Change-Id: I96fca75ffda26a7795ccf820c4c837980c444edd
* leo: update leoupdateArif Ali2011-09-281-0/+3
| | | | | | Change the script to include the main ramdisk that is created by the compilation, unless if someone has their own initrd.gz in the repo, it will ignore it Change-Id: I8847c0890124d64e1de98f02f39f38f3a3062c43
* tools: Fix for $LOGNAME missing in Ubuntu 11.10, using $USER insteadLadios Jonquil2011-09-253-6/+6
| | | | Change-Id: I824fc6ca27c2a2308e977a14585afc6dd4996f56
* Avoid running strip on modules if there is no modules directory.Pat Thoyts2011-08-031-1/+2
| | | | | | | | This avoids printing an error message and usage statement when using squisher if no modules have been produced. Change-Id: Iadd38518e64f7edf2d4da345143a44970c6f383a Signed-off-by: Pat Thoyts <patthoyts@gmail.com>
* Fix LeoUpdate script so that only one boot folder is presentcharansingh2011-03-271-2/+3
| | | | Change-Id: I0124aaaabf4e8583b011e87c9c17de36ba05a979
* Merge "Enable the creation of a debug bacon" into gingerbreadSteve Kondik2011-02-061-1/+5
|\
| * Enable the creation of a debug baconDavid Kohen2011-02-061-1/+5
| | | | | | | | Change-Id: I509e279a6bf31fd9749ccc6eb2a71b4312d7e764
* | Add leo related vendor files in Cyanogen Vendorcharansingh2011-02-051-0/+31
|/ | | | Change-Id: Idb55f5a74dd07a2964fbc87d98f522bb1d921947
* opticharger: fix PinyinIMEChristopher Lais2011-01-051-1/+1
| | | | | | | | | | | aapt's -0 option is for extensions only, not directories, and PinyinIME needs .dat to be excluded. Nothing else in CM7 uses a .dat file, so this shouldn't increase the .apk size more than is needed. Also adding .dict, which isn't strictly required, but LatinIME wants it. Nothing in CM7 but LatinIME uses .dict. Change-Id: I7ce1b2cbc2b32c734978488aac2f4f6c43562cc1
* harmony: disable phone intent, override default ADW columns/rows.Chris Soyars2010-11-261-1/+1
|
* squisher: fix OS X darwin compatibilityTakuo Kitame2010-10-291-3/+7
| | | | | | | | Number of processors: use sysctl on darwin. xargs: fix incompatible arguments. sed: use gsed on darwin because -i option is not compatible. Change-Id: Ic3885db592e9588f01b69843add0e287ad35d4e9
* parallelize the launching of $OPTICHARGER form squiasher scriptgarth2010-10-161-1/+1
| | | | | | | | | | | | | | | | Before real 1m25.583s user 1m14.101s sys 0m21.717s After real 0m47.257s user 1m46.123s sys 0m23.453s Change-Id: I1ca0013f8dec9175027f2e9bed93786cfe3804d5
* Use unique temporary directories in optichargerSteve Kondik2010-08-221-4/+6
|
* Move squisher heapspace up to 512m, having problems on my box and buildbot. ↵Chris Soyars2010-08-211-1/+1
| | | | | | Others have reported issues as well. Change-Id: I38e4113591e052b73f72c8e22699c41e8fd0c322
* Squisher does not need 2GB to run.Steve Kondik2010-08-201-1/+1
| | | | Setting a limit this high causes the JVM to crash on certain systems.
* cmgerrit: remove from vendor, now merged into envsetupWes Garner2010-08-191-27/+0
|
* cmgerrit: if command line input is null, prompt user for the variablesWes Garner2010-08-181-2/+21
| | | | cmgerrit: cleanup wording to make it easier to understand
* +x on cmgerritJonas Larsson2010-08-181-0/+0
|
* vendorsetup: add vendor/cyanogen/tools to PATHWes Garner2010-08-181-1/+0
|
* CM Gerrit tool to make submissions easierWes Garner2010-08-181-0/+9
| | | | | | | | cmgerrit: fix typo cmgerrit: add pref for branch or change-id cmgerrit: fix a #blamewes
* Revert "Define the use of SquashFS for xbin via the product"Steve Kondik2010-07-241-2/+6
| | | | This reverts commit fb778f809f5203abe86f88c011c641e841b84095.
* Define the use of SquashFS for xbin via the productWes Garner2010-07-201-6/+2
|
* Fix error when checking CYANOGEN_NIGHTLY.Steve Kondik2010-07-161-2/+2
|
* Make squisher create the squashfs correctly for Dream/Sapphire devices.Chris Cosby2010-07-161-21/+29
|
* Rework squisher to be more maintainer friendlyChris Cosby2010-07-161-73/+110
|
* Force mksquasfs to version 4 (required for kernel-of-the-moment).Chris Cosby2010-07-161-4/+11
| | | | | squisher will now fail the build instead of failing runtime on Dream/Sapphire.
* Clean up kernel modules.Steve Kondik2010-07-111-0/+6
|
* Make squisher less verbose and check for mksquashfs.Pat Thoyts2010-07-111-5/+9
| | | | | | | If mksquashfs is unavailable then set NO_SQUASHFS true so that a valid OTA package is created. Reduces the amount of output by (optionally) using quite zip/unzip Make better use of sed (we don't need grep|sed as sed can match input).
* Make opticharger less verbose and clean up after itself.Pat Thoyts2010-07-111-13/+17
| | | | | | | | The verbose output of opticharger can obscure warning messages about missing tools so this patch reduces the noise. The script leaves droppings in /tmp so clean this up on exit using a trap. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* Fix squisher's modification to updater-script.Steve Kondik2010-07-091-5/+1
|
* Remove Welcome ui_print from squisher as it is now in the build.Chris Soyars2010-07-091-1/+0
|
* Fix bashismsSteve Kondik2010-07-071-2/+2
|
* Fix squisher on ArchLinux 32-bit chroot.ctso2010-07-031-6/+5
| | | | | | | | Something isn't setting the path correctly when running in a 32-bit chroot environment in ArchLinux. This causes the script to cd into $WORK/xbin. The PATH incorrectly contains ".", so all attempted commands (rm, mv, cp) fail to execute as it is trying to execute $WORK/xbin/{rm, mv, cp}.
* Fix error thrown by missing md5sum when building a nightly.ctso2010-07-031-5/+5
|
* Allow buildbot to use squisher without overcomplicating things.ctso2010-07-031-2/+7
|
* Add CM tools.Steve Kondik2010-06-282-0/+224