Linaro Image Tools 2012.10

Milestone information

Project:
Linaro Image Tools
Series:
trunk
Version:
2012.10
Released:
 
Registrant:
Milo Casagrande
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, 4 Milo Casagrande, 1 Paul Sokolovsky
Blueprints:
1 Implemented
Bugs:
6 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.10.tar.gz (md5, sig) Linaro Image Tools 12.10 Release 189
last downloaded today
Total downloads: 189

Release notes 

 * Use default 'u_boot' bootloader if none is specified on the command line with linaro-media-create, and multiple bootloaders are supported
 * Added dtb_files support in hwpack config, as per hwpack V3 syntax
 * Added Build-Info support for hwpack creation
 * Override initrd_high and fdt_high boot parameters for Android boards

Bugs fixed:
 * 1055800 missing support for dtb_files (needed for vexpress)
 * 1055644 Configurable values for initrd_high and fdt_high
 * 1059579 Different ways to specify and retrieve a logger
 * 1067786 [regression] 1 test still fail after build-info support merge
 * 1065826 [regression] 11 tests failing since build-info support is merged
 * 1057639 [regression] --bootloader option is mandatory

Changelog 

View the full changelog

2012-10-19 Milo Casagrande <email address hidden>

 * linaro_image_tools/__version__.py:

 Release 2012.10

2012-10-19 Milo Casagrande <email address hidden>

 * linaro-hwpack-convert:
 * linaro-hwpack-create:
 * linaro-hwpack-replace:
 * linaro-media-create:
 * linaro_image_tools/hwpack/__init__.py:
 * linaro_image_tools/hwpack/hwpack_convert.py:
 * linaro_image_tools/media_create/__init__.py:
 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/partitions.py:
 * linaro_image_tools/utils.py:

 Use common logging infrastructure, add --debug option to linaro-media-create.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/partitions.py:

 Fixed logger calls.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/__init__.py:

 Added debug option to linaro-media-create.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/hwpack_convert.py:

 Use module name for logger.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/__init__.py:

 Use default logger name.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro-media-create:

 Use new logger method.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro-hwpack-replace:

 Use new logger method.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro-hwpack-create:

 Fixed new logger usage.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro-hwpack-convert:

 Fixed new logger usage.

2012-10-04 Milo Casagrande <email address hidden>

 * linaro_image_tools/utils.py:

 Added new logger method, fixed logger usage.

2012-10-18 Fathi Boudra <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Workaroun IOError in test case.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Code refactoring for build() method.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Added docstrings.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Fixed docstring and code indent.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Refactored method to make it more readable.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/hwpack_convert.py:
 * linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

 Added dtb_files support to hwpack config converter.

2012-10-17 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/hwpack_convert.py:
 * linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

 Added conversion of dtb_file into dtb_files for hwpack converter.

2012-10-17 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:
 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:

 [merge] Allow to override initrd_high and fdt_high uboot params, do so for Snowball.

2012-10-17 Paul Sokolovsky <email address hidden>

 * linaro-hwpack-replace:

 [merge] Merge from trunk.

2012-10-17 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Fix pep8 "E221 multiple spaces before operator"

 Note: PEP8 is unright about this.

2012-10-17 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Update tests for actual Snowball values for fdt_high/initrd_high.

2012-10-16 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Set actual values of fdt_high & initrd_high for Snowball, per Mathieu Poirier.

2012-10-16 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Update tests for overridable values for 'initrd_high', 'fdt_high'.

2012-10-15 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 [merge] Merge form trunk.

2012-10-12 Paul Sokolovsky <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:
 * linaro_image_tools/media_create/boards.py:

 Allow to override initrd_high and fdt_high uboot params.

 So far, these overrides are supported on the level of Android board
 config classes, not on the level of hwpack config.
 See https://bugs.launchpad.net/linaro-image-tools/+bug/1055644

2012-10-17 Fathi Boudra <email address hidden>

 * linaro-hwpack-replace:

 Export the updated manifest when manipulating with linaro-hwpack-replace.

2012-10-16 Ricardo Salveti de Araujo <email address hidden>

 * linaro-hwpack-replace:

 linaro-hwpack-replace: exporting the updated manifest file

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

 * linaro_image_tools/hwpack/builder.py:

 Skip symlink-ed or invalid debian package file. (LP: #1065826)

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

 * linaro_image_tools/hwpack/builder.py:

 Skip symlink-ed or invalid debian package file. (LP: #1065826)

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

 * linaro_image_tools/hwpack/builder.py:

 Build-Info support:
 * manifest file isn't license protected (open).
 * create an open BUILD-INFO.txt when no protected files are available.

2012-10-11 Fathi Boudra <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Build-Info support:
 * manifest file isn't license protected (open).
 * create an open BUILD-INFO.txt when no protected files are available.

2012-10-09 Ricardo Salveti <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Added support for Foundation fastmodel.

2012-10-09 Ricardo Salveti de Araujo <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 FastModel: also copying the boot wrapper for the foundation model

2012-10-04 <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Add Build-Info support.

2012-10-04 <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 PEP8 fixes.

2012-10-04 <email address hidden>

 * linaro-hwpack-install:
 * linaro_image_tools/media_create/chroot_utils.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:

 Changes to make extract_kpkgs to not use qemu, which allows support for OE ARMv8.

2012-10-03 <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Add some comments and build_info_available flag.

2012-10-03 <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Add Build-Info support

2012-10-04 Ricardo Salveti <email address hidden>

 * linaro-hwpack-install:
 * linaro_image_tools/media_create/chroot_utils.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:

 Changes to make extract_kpkgs to not use qemu, which allows support for OE ARMv8.

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

 * linaro-hwpack-install:
 * linaro_image_tools/media_create/chroot_utils.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:

 Extract kpkgs should not depend on qemu

2012-10-02 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/media_create/boards.py:

 Fixed how default bootloader is set.

2012-10-02 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/hardwarepack.py:
 * linaro_image_tools/hwpack/hwpack_fields.py:
 * linaro_image_tools/hwpack/tests/test_config_v3.py:
 * linaro_image_tools/media_create/boards.py:

 Merged from trunk.

2012-10-02 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Removed unnecessary comment.

2012-10-02 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/media_create/boards.py:

 Fixed default bootloader.

2012-10-02 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/hardwarepack.py:
 * linaro_image_tools/hwpack/hwpack_fields.py:
 * linaro_image_tools/hwpack/tests/test_config_v3.py:
 * linaro_image_tools/media_create/boards.py:

 Added dtb_files support.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/tests/test_config_v3.py:

 Fixed tests for dtb_files support.

2012-09-28 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/media_create/boards.py:

 Fixed syntax for dtb_files field.

2012-09-26 Milo Casagrande <email address hidden>

 * linaro_image_tools/__version__.py:

 Merged from trunk.

2012-09-26 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Moved coying of dtb_files when temp dir is still there.

2012-09-25 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/hardwarepack.py:
 * linaro_image_tools/media_create/boards.py:

 Added dtb_files support in media-create.

2012-09-25 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/hwpack_fields.py:
 * linaro_image_tools/hwpack/tests/test_config_v3.py:

 Added dtb_files support in hwpack config.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro-media-create:
 * linaro_image_tools/hwpack/hwpack_fields.py:
 * linaro_image_tools/media_create/__init__.py:
 * linaro_image_tools/media_create/boards.py:

 Fixed regression on missing default bootloader.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/__init__.py:

 Added default bootloader to option help.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Fixed typo.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro-media-create:

 Moved logger calls earlier to have it ready.

2012-10-01 Milo Casagrande <email address hidden>

 * linaro_image_tools/hwpack/hwpack_fields.py:
 * linaro_image_tools/media_create/boards.py:

 Default to u_boot when no bootloader is specified.

1 blueprint and 6 bugs targeted

Blueprint Priority Assignee Delivery
Setup Automation for testing all old linaro releases Setup Automation for testing all old linaro releases 4 High James Tunnicliffe  11 Implemented
Bug report Importance Assignee Status
1055644 #1055644 Configurable values for initrd_high and fdt_high 2 Critical Paul Sokolovsky  10 Fix Released
1055800 #1055800 missing support for dtb_files (needed for vexpress) 3 High Milo Casagrande  10 Fix Released
1057639 #1057639 [regression] --bootloader option is mandatory 3 High Milo Casagrande  10 Fix Released
1065826 #1065826 [regression] 11 tests failing since build-info support is merged 3 High Fathi Boudra  10 Fix Released
1067786 #1067786 [regression] 1 test still fail after build-info support merge 3 High Milo Casagrande  10 Fix Released
1059579 #1059579 Different ways to specify and retrieve a logger 4 Medium Milo Casagrande  10 Fix Released
This milestone contains Public information
Everyone can see this information.