aboutsummaryrefslogtreecommitdiff
path: root/linaro-media-create
AgeCommit message (Expand)Author
2013-12-13Refactor the code to detect rootfs distributionFathi Boudra
2013-10-24Added command line option --dtb-fileGeorgy Redkozubov
2013-08-19Revert Fedora support - regressionFathi Boudra
2013-08-17Add initial support for Fedora rootfsFathi Boudra
2013-08-16Add workaround for Arndale bootcmd on OpenEmbedded (LP: #1208815)Fathi Boudra
2013-08-08Initial support for Fedora rootfsFathi Boudra
2013-04-03Add dconf call to disable automount.Milo Casagrande
2013-02-25Sort out exception handling when CommandNotFound is not present.Stevan Radakovic
2013-01-02Removed wrong method call.Milo Casagrande
2012-12-05From class to instace for boards, tests to be fixed.Milo Casagrande
2012-10-22Re-applied common logging infrastructure.Milo Casagrande
2012-10-20Revert the use of common logging infrastructure.Fathi Boudra
2012-10-04Use new logger method.Milo Casagrande
2012-10-01Moved logger calls earlier to have it ready.Milo Casagrande
2012-08-09linaro-media-create: fixing os.path.join callRicardo Salveti de Araujo
2012-08-09Fixed PEP8 and minor review quibbleJames Tunnicliffe
2012-08-05Allow booting without initrd, by using root dev path instead of always using ...Ricardo Salveti de Araujo
2012-08-05Allow lmc to just extract the kernel pkgs in case it's not a debian/ubuntu ba...Ricardo Salveti de Araujo
2012-07-26Fixed args name.Milo Casagrande
2012-07-26Fixed name for --dev option.Milo Casagrande
2012-07-25Merged in changes from Milo. Removed unneeded --board argumentJames Tunnicliffe
2012-07-25Fixed tests and imports.Milo Casagrande
2012-07-25Added option check.Milo Casagrande
2012-07-25Wired up command line parameters that should allow board and bootloader selec...James Tunnicliffe
2012-07-25renamed u_boot_in_boot_part to bootloader_file_in_boot_part.James Tunnicliffe
2012-07-25Added initial work for hwpack metadata probing.Milo Casagrande
2012-04-18Adding mmc_device_id to be parsed from mmc_id and be used by flash-kernelRicardo Salveti de Araujo
2012-04-18Moved additional option checks into their own function (additional_option_che...James Tunnicliffe
2012-04-18Renamed --directory option to --output-directory. Set default file name for a...James Tunnicliffe
2012-04-18Fixed spelling of IncompatibleOptionsJames Tunnicliffe
2012-04-17--directory can now be specified at the same time as --image-file. If --direc...James Tunnicliffe
2012-04-16Added test for new board config handlingJames Tunnicliffe
2012-04-16Patch from https://bugs.launchpad.net/linaro-image-tools/+bug/962147James Tunnicliffe
2012-01-17Add reading boot args from file.Mattias Backman
2012-01-16Add command line option to add to boot args.Mattias Backman
2011-10-19Add one entry in rootfs /etc/network/interfaces for each interface specified ...Mattias Backman
2011-10-12Add path_in_tarfile_exists() and use it to detect new Live image format.Mattias Backman
2011-09-22Pay attention to the --dev option when using Snowball hwpacks, which can be u...Mattias Backman
2011-09-15Set up logging, seems to be needed to enable warn logging in partitions.py.Mattias Backman
2011-07-21Moved checking the result of verify_file_integrity into its own function that...James Tunnicliffe
2011-07-21Added communicate function to cmd_runner that will both throw an exception if...James Tunnicliffe
2011-07-21linaro-media-create now aborts on GPG and sha1sum check fails with nice messa...James Tunnicliffe
2011-07-20* Changed utils.verify_file_integrity so it won't throw exceptions when eithe...James Tunnicliffe
2011-06-28Support multiple hwpacks. This makes sure that all hwpacks are of the same fo...Mattias Backman
2011-06-23Add support for new metadata fields.Mattias Backman
2011-06-21Add basic tests for the file verification.Mattias Backman
2011-06-21Move file verification from main into a utils function.Mattias Backman
2011-06-21Add cwd parameter to cmd_runner.run() and use it for the sha1 verification in...Mattias Backman
2011-06-17Updated variable name to match CLI option: nocheck_mmcJames Tunnicliffe
2011-06-17* Changed command line option from --yes-to-mmc-selection to --nocheck-mmcJames Tunnicliffe