aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-18Fix 3 tests that I accidentally broke recentlyGuilherme Salgado
2011-01-18Get rid of remove_binary_dir.py as the binary/ dir is now created in a temp d...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-14Fix 3 tests that my last commit brokeGuilherme Salgado
2011-01-14Use UDisks to lookup the correct device files for the boot/root partitionsGuilherme Salgado
2011-01-14Add a comment mentioning the UDisks bug I've reportedGuilherme Salgado
2011-01-13Use UDisks to lookup the correct device files for the boot/root partitionsGuilherme Salgado
2011-01-13Move remaining board-specific code from populate_boot.py to boards.pyGuilherme Salgado
2011-01-13Use classes instead of dicts for board configGuilherme 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-11Rename the media_create python package to linaro_media_create, to match the n...Guilherme Salgado
2011-01-11Port the remaining of linaro-media-create to pythonGuilherme Salgado
2011-01-11Make the --binary argument of l-m-c requiredGuilherme Salgado
2011-01-11Finish tests for get_board_configGuilherme Salgado
2011-01-11Update integration.txt to call the functions directly instead of using python...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-11Update linaro-media-create.py to call get_board_config() correctlyGuilherme Salgado
2011-01-11Tests for get_board_configGuilherme Salgado
2011-01-10A few more unrelated tweaksGuilherme Salgado
2011-01-10Fix test_make_boot_script, which broke after the signature of make_boot_scrip...Guilherme Salgado
2011-01-10Fix media_create.hwpack which was relying on the atexit funcs being called ri...Guilherme Salgado
2011-01-10Fix a few minor issues introduced in l-m-c.pyGuilherme Salgado
2011-01-10Implement the cleanup function in l-m-c.py and call confirm_device_selection_...Guilherme Salgado
2011-01-08u-boot -> u-boot-tools (natty).Loïc Minier
2011-01-07Checkpoint commit; there's still lots of TODOs and FIXMEsGuilherme Salgado
2011-01-07Make the --hwpack-force-yes argument to l-m-c work again. No tests as thisGuilherme Salgado
2011-01-06Once the user confirms the device selection on l-m-c, ensure all of itsGuilherme Salgado
2011-01-06Show progress when running apt-get update in linaro-hwpack-installGuilherme Salgado
2011-01-06Once the user confirms the device selection on l-m-c, ensure all of its parti...Guilherme Salgado
2011-01-05Make sure the boot/root partitions are umounted before we attempt to mkfs them.Guilherme Salgado
2011-01-05Use the UDisks dbus interface to check whether or not a given partition is mo...Guilherme Salgado
2011-01-05Port install_hwpacks to pythonGuilherme Salgado
2011-01-05Minor tweaks and a couple tests for ensure_filesystem_is_not_mountedGuilherme Salgado
2011-01-05Move some remaining board-specific configs to the one block where they should...Guilherme Salgado
2011-01-05Do not use stdout to pass data from python to the linaro-media-create shell s...Guilherme Salgado
2011-01-05Unmount bootfs/rootfs before attempting to create a new filesystem on them. N...Guilherme Salgado
2011-01-05Add tests for install_hwpacks and coGuilherme Salgado
2011-01-05Add some docstrings and fix some minor issuesGuilherme Salgado
2011-01-05Fix misc issue with python-linaro-media-create package:Loïc Minier
2011-01-05Wrap build-deps and depsLoïc Minier
2011-01-05Merge lp:~salgado/linaro-image-tools/package-media-create; adds aLoïc Minier
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
2011-01-03Escape a percent character in a string of check_device._select_device. (fix p...Guilherme Salgado