--- linaro-image-tools_2012.02-1/linaro-image-tools-2012.02/ChangeLog 2012-02-21 10:45:18.000000000 +0200 +++ linaro-image-tools_2012.04-1/linaro-image-tools-2012.04/ChangeLog 2012-04-20 16:09:43.000000000 +0300 @@ -1,3 +1,318 @@ +2012-04-20 James Tunnicliffe + + * linaro_image_tools/__version__.py: + + Release 2012.04 + +2012-04-20 James Tunnicliffe + + * linaro_image_tools/media_create/tests/test_media_create.py: + + Fixed failing tests due to last merge + +2012-04-20 James Tunnicliffe + + * linaro_image_tools/hwpack/packages.py: + + Prevent repository private key from entering logs + +2012-04-19 Ricardo Salveti de Araujo + + * linaro_image_tools/hwpack/packages.py: + + hwpacks: avoid printing the repo private key in the log + +2012-04-19 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/media_create/boards.py: + * linaro_image_tools/media_create/rootfs.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + Merge: Adding mmc_device_id to be parsed from mmc_id and be used by flash-kernel + +2012-04-18 Ricardo Salveti de Araujo + + * linaro-media-create: + * linaro_image_tools/media_create/boards.py: + * linaro_image_tools/media_create/rootfs.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + Adding mmc_device_id to be parsed from mmc_id and be used by flash-kernel + +2012-04-18 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/media_create/__init__.py: + * linaro_image_tools/media_create/boards.py: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Add support for --output-directory parameter + +2012-04-18 James Tunnicliffe + + * linaro_image_tools/media_create/partitions.py: + + Removed unused directory variable. + +2012-04-18 James Tunnicliffe + + * .bzrignore: + + remove .idea ignore + +2012-04-18 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Moved additional option checks into their own function (additional_option_checks). + +2012-04-18 James Tunnicliffe + + * linaro_image_tools/media_create/__init__.py: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Moved defaulting of args.device into ArgumentParser set up. + +2012-04-18 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/media_create/__init__.py: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Renamed --directory option to --output-directory. Set default file name for an image to sd.img + +2012-04-18 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Fixed spelling of IncompatibleOptions + +2012-04-17 James Tunnicliffe + + * linaro_image_tools/media_create/boards.py: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Removed outputs_directory flag + +2012-04-17 James Tunnicliffe + + * .bzrignore: + + Adding .idea projects to ignore + +2012-04-17 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/media_create/__init__.py: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + --directory can now be specified at the same time as --image-file. If --directory and --image-file are combined, a file, whose name is specified by --image-file will be created in --directory. If --image-file is not specified, a sensible default file name will be used and printed for the user to see. + + --directory and --mmc are incompatable. + + --directory and specifying a full path to a file with --image-file are incompatable. + +2012-04-16 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/tests/test_utils.py: + * linaro_image_tools/utils.py: + + Added test for new board config handling + +2012-04-16 James Tunnicliffe + + * linaro-media-create: + * linaro_image_tools/media_create/__init__.py: + * linaro_image_tools/media_create/boards.py: + * linaro_image_tools/media_create/partitions.py: + + Patch from https://bugs.launchpad.net/linaro-image-tools/+bug/962147 + + Adds the --directory option and FastModel board. + +2012-04-17 James Tunnicliffe + + * linaro_image_tools/media_create/boards.py: + + Merging in lp:~abnerf/linaro-image-tools/linaro-image-tools + +2012-04-17 Abner Silva + + * linaro_image_tools/media_create/boards.py: + + Remove vmlinuz and initrd definitions from I386 class. + +2012-04-13 Luis Araujo + + * linaro_image_tools/media_create/boards.py: + + Add a label for booting instead of a root partition. + Show output to console too. + +2012-04-03 Abner Silva + + * linaro_image_tools/media_create/boards.py: + + Add i386 support to LMC. + Creates a i386 device that allows LMC to create x86 images. The bootloader + being used is GRUB2. + +2012-04-12 Fathi Boudra + + * linaro-hwpack-install: + + Allow FORCE_OPTIONS to be present when APT tries to update its cache: + linaro-hwpack-install stops and asks for user interaction when trying + to update APT cache from unsigned repositories. (LP: #979178) + Thanks to Hector Oron + +2012-04-12 Fathi Boudra + + * linaro-hwpack-install: + + Allow FORCE_OPTIONS to be present when APT tries to update its cache: + linaro-hwpack-install stops and asks for user interaction when trying + to update APT cache from unsigned repositories. (LP: #979178) + +2012-03-23 James Tunnicliffe + + * linaro_image_tools/__version__.py: + + Post-release version bump to 2012.03.1 + +2012-03-23 James Tunnicliffe + + * linaro_image_tools/__version__.py: + + Release 2012.03 + +2012-03-23 James Tunnicliffe + + * linaro_image_tools/hwpack/tests/test_script.py: + * setup.py: + + Patched up failing test for 2012.03 release. Removed linaro-fetch-image from setup.py + +2012-03-23 Fathi Boudra + + * linaro-hwpack-install: + + Replace and then restore start-stop-daemon and initctl (LP: #98604): + Upstart jobs and some init script don't honor policy-rc.d. + +2012-03-23 Fathi Boudra + + * linaro-hwpack-install: + + Some clean up from merge request feedback. + +2012-03-22 Fathi Boudra + + * linaro-hwpack-install: + + Replace and then restore start-stop-daemon and initctl (LP: #98604): + Upstart jobs and some init script don't honor policy-rc.d. + +2012-03-22 Mattias Backman + + * linaro_image_tools/media_create/android_boards.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + Rename AndroidVexpressA9Config to AndroidVexpressConfig and add vexpress --dev option to l-a-m-c. + +2012-03-21 Jon Medhurst (Tixy) + + * linaro_image_tools/media_create/android_boards.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + Remove 'a9' from VExpress Android board name + +2012-03-21 Fathi Boudra + + * linaro-hwpack-install: + + Prevent daemons to start in the chroot (LP: #912782) + +2012-03-21 Fathi Boudra + + * linaro-hwpack-install: + + Prevent daemons to start in the chroot (LP: #912782) + +2012-03-12 Mattias Backman + + * linaro_image_tools/media_create/android_boards.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + Set vmalloc to 300M for Snowball Android configs. + +2012-03-06 Mathieu Poirier + + * linaro_image_tools/media_create/android_boards.py: + * linaro_image_tools/media_create/tests/test_media_create.py: + + snowball: pusing vmalloc size to 300M + +2012-03-06 James Tunnicliffe + + * linaro-fetch-image: + * linaro-fetch-image-ui: + * linaro-image-indexer: + * linaro_image_tools/fetch_image.py: + * linaro_image_tools/fetch_image_settings.yaml: + * linaro_image_tools/tests/test_fetch_image.py: + * linaro_image_tools/tests/test_server_index.sqlite: + * linaro_image_tools/tests/__init__.py: + + Removing linaro-fetch-image now that it is a separate project + +2012-03-02 James Tunnicliffe + + * linaro_image_tools/tests/__init__.py: + + Fix: Removed linaro-fetch-image tests from test list in __init__.py + +2012-03-02 James Tunnicliffe + + * linaro-fetch-image: + * linaro-fetch-image-ui: + * linaro-image-indexer: + * linaro_image_tools/fetch_image.py: + * linaro_image_tools/fetch_image_settings.yaml: + * linaro_image_tools/tests/test_fetch_image.py: + * linaro_image_tools/tests/test_server_index.sqlite: + + Removed linaro-fetch-image related files. + +2012-03-05 Mattias Backman + + * linaro_image_tools/hwpack/hardwarepack_format.py: + + Deprecated hwpacks V1. + +2012-02-07 Mattias Backman + + * linaro_image_tools/hwpack/hardwarepack_format.py: + + Deprecate the hwpack V1 format. + +2012-02-21 Mattias Backman + + * linaro_image_tools/__version__.py: + + Post-release version bump to 2012.02.1 + 2012-02-21 Mattias Backman * linaro_image_tools/__version__.py: