Linaro Image Tools 2012.04

Milestone information

Project:
Linaro Image Tools
Series:
trunk
Version:
2012.04
Released:
 
Registrant:
James Tunnicliffe
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Fathi Boudra, 1 James Tunnicliffe
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
2 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon linaro-image-tools-2012.04.tar.gz (md5, sig) Release of linaro-image-tools 2012.04. 208
last downloaded 45 weeks ago
Total downloads: 208

Release notes 

Allow FORCE_OPTIONS to be present when APT tries to update its cache.
Add support for --output-directory parameter.
mmc_device_id to be parsed from mmc_id and be used by flash-kernel.

Changelog 

View the full changelog

2012-04-20 James Tunnicliffe <email address hidden>

 * linaro_image_tools/__version__.py:

 Release 2012.04

2012-04-20 James Tunnicliffe <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Fixed failing tests due to last merge

2012-04-20 James Tunnicliffe <email address hidden>

 * linaro_image_tools/hwpack/packages.py:

 Prevent repository private key from entering logs

2012-04-19 Ricardo Salveti de Araujo <email address hidden>

 * linaro_image_tools/hwpack/packages.py:

 hwpacks: avoid printing the repo private key in the log

2012-04-19 James Tunnicliffe <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * linaro_image_tools/media_create/partitions.py:

 Removed unused directory variable.

2012-04-18 James Tunnicliffe <email address hidden>

 * .bzrignore:

 remove .idea ignore

2012-04-18 James Tunnicliffe <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * linaro-media-create:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Fixed spelling of IncompatibleOptions

2012-04-17 James Tunnicliffe <email address hidden>

 * 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 <email address hidden>

 * .bzrignore:

 Adding .idea projects to ignore

2012-04-17 James Tunnicliffe <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Merging in lp:~abnerf/linaro-image-tools/linaro-image-tools

2012-04-17 Abner Silva <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Remove vmlinuz and initrd definitions from I386 class.

2012-04-13 Luis Araujo <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

 * 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 <email address hidden>

2012-04-12 Fathi Boudra <email address hidden>

 * 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)

0 blueprints and 2 bugs targeted

Bug report Importance Assignee Status
962147 #962147 Output directory parameter rather than target image file 3 High James Tunnicliffe  10 Fix Released
979178 #979178 linaro-hwpack-install: add FORCE_OPTIONS to apt update 6 Wishlist Fathi Boudra  10 Fix Released
This milestone contains Public information
Everyone can see this information.