aboutsummaryrefslogtreecommitdiff
path: root/linaro-media-create
AgeCommit message (Expand)Author
2011-01-26Merge lp:~lool/linaro-image-tools/mkfs-uuid; read UUID from rootfs rather thanLoïc Minier
2011-01-26Only lookup rootfs UUID when needed.Loïc Minier
2011-01-26fdisk isn't used anymore.Loïc Minier
2011-01-26Don't pass -U to mkfs helpers; instead get the UUID from blkid after creatingLoïc Minier
2011-01-25Get rid of the mx51evk-specific code in create_partitionsGuilherme Salgado
2011-01-25Do not try to clean stuff up when there's nothing to cleanup.Guilherme Salgado
2011-01-18- change Depends: to add some dependencies that were required inGuilherme Salgado
2011-01-17Fix Depends: and Suggests: to match the real requirements and also change ens...Guilherme Salgado
2011-01-14Get rid of remove_binary_dir.py as the binary/ dir is now created in a temp d...Guilherme Salgado
2011-01-12Move board-specific code from populate_boot.py to boards.pyGuilherme Salgado
2011-01-12Use classes for board configGuilherme Salgado
2011-01-11Rename the media_create python package to linaro_media_create, to match the n...Guilherme Salgado
2011-01-11Remove some debug code I'd left behindGuilherme Salgado
2011-01-11Remove l-m-c and rename l-m-c.py to l-m-cGuilherme Salgado
2011-01-04Port install_hwpacks to pythonGuilherme Salgado
2011-01-04merge bug-697238 branchGuilherme Salgado
2011-01-04Move some remaining board-specific configs to the one block where they should...Guilherme Salgado
2011-01-04Use a temp file rather than stdout to pass data from a python script to l-m-cGuilherme Salgado
2011-01-04Revert r220 as media_create/partitions.py still uses parted (alongLoïc Minier
2010-12-23Drop parted dependency.Loïc Minier
2010-12-20Fix a bug that would cause l-m-c to fail if there were spaces in thePaul Larson
2010-12-20Add python port for check_device.Martin Ohlsson
2010-12-17Don't fail if there are spaces in the path.Paul Larson
2010-12-17Convert prepare_partitions to pythonGuilherme Salgado
2010-12-17Port prepare_partitions to pythonGuilherme Salgado
2010-12-17merge trunkGuilherme Salgado
2010-12-17Merge trunk rev 203.Martin Ohlsson
2010-12-17you can now pass --hwpack more than once to linaro-media-create to install mo...Michael Hudson
2010-12-16Port populate_rootfs to pythonGuilherme Salgado
2010-12-16Drop a bunch of unused dependencies.Loïc Minier
2010-12-15this probably allows you to pass --hwpack to linaro-media-create more than onceMichael Hudson
2010-12-14Move everything related to partitioning to python, into a partitions.py module.Guilherme Salgado
2010-12-14Add python port of check_device.Martin Ohlsson
2010-12-13Fix remaining tests, make sure everything is tested and clean up some bitsGuilherme Salgado
2010-12-13add a --hwpack-force-yes option to linaro-media-create that forcibly installs...Michael Hudson
2010-12-10Checkpoint commitGuilherme Salgado
2010-12-10classic 180 degree wrong logic bugMichael Hudson
2010-12-10dohMichael Hudson
2010-12-10support --hwpack-force-yes in linaro-media-createMichael Hudson
2010-12-08Port more bits of create_partitions to pythonGuilherme Salgado
2010-12-08Port create_partitions to pythonGuilherme Salgado
2010-12-03Port the meat of populate_boot to pythonGuilherme Salgado
2010-11-30Refactor the meat of populate_boot() into smaller functions that can be reuse...Guilherme Salgado
2010-11-30Add python port for unpack_binary_tarball and remove_binary_dir.Martin Ohlsson
2010-11-25Port unpack_binary_tarball to python (includes porting of Martin Ohlsson
2010-11-24Start porting linaro-media-create to python.Guilherme Salgado
2010-11-23Port ensure_command to pythonGuilherme Salgado
2010-11-22merge trunkGuilherme Salgado
2010-11-22Refactor create_boot_cmd to make it not aware of anything board-specificGuilherme Salgado
2010-11-19Notify user that "apt-get" will be run in target roofs.Martin Ohlsson