Linaro Image Tools 2012.08

Milestone information

Project:
Linaro Image Tools
Series:
trunk
Version:
2012.08
Released:
 
Registrant:
Stevan Radaković
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.08.1.tar.gz (md5) Linaro Image Tools 12.08 Release (respin, bug fix #1042011) 168
last downloaded 55 weeks ago
download icon linaro-image-tools-2012.08.tar.gz (md5, sig) Linaro Image Tools 12.08 Release 88
last downloaded 55 weeks ago
Total downloads: 256

Release notes 

* Enable board and bootloader selection.
* Add support for checking V3 metadata has fields in the right palce, and only the expected fields.
* Add support for generic linux based images, like OpenEmbedded.
* linaro-hwpack-install: avoid failing in case depmod also fails.

Fixed bugs:
* #1029998 Fields in unexpected places in YAML configuration files should produce an error
* #1039108 linaro-image-tools missing dependency on python-yaml

HotFix (2012.08.1):
* #1042011 lmc fails to create images when the hwpack doesn't provide a valid dtbfile

Changelog 

View the full changelog

2012-08-21 James Tunnicliffe <email address hidden>

        * linaro-hwpack-install:

        linaro-hwpack-install: avoid failing in case depmod also fails

2012-08-17 Ricardo Salveti de Araujo <email address hidden>

        * linaro-hwpack-install:

        linaro-hwpack-install: avoid failing in case depmod also fails

        There's no reason to abort lmc in case depmod fails.

2012-08-10 James Tunnicliffe <email address hidden>

        * linaro-media-create:

        Fix path creation

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

        * linaro-media-create:

        linaro-media-create: fixing os.path.join call
2012-08-09 James Tunnicliffe <email address hidden>

        * linaro-media-create:
        * linaro_image_tools/media_create/chroot_utils.py:

        Fixed PEP8 and minor review quibble

2012-08-09 James Tunnicliffe <email address hidden>

        * linaro-hwpack-install:
        * linaro-media-create:
        * linaro_image_tools/media_create/android_boards.py:
        * linaro_image_tools/media_create/boards.py:
        * linaro_image_tools/media_create/chroot_utils.py:
        * linaro_image_tools/media_create/rootfs.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        Adding support for generic linux based images, like OpenEmbedded.

2012-08-05 Ricardo Salveti de Araujo <email address hidden>

        * linaro_image_tools/media_create/chroot_utils.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        temporarily_overwrite_file_on_dir: don't fail in case the rootfs files doesn't exist

2012-08-05 Ricardo Salveti de Araujo <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:

        Do not force initrd at the boot cmds in case initrd is not available
2012-08-05 Ricardo Salveti de Araujo <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:

        Do not force initrd at the boot cmds in case initrd is not available

2012-08-05 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:

        Allow booting without initrd, by using root dev path instead of always using UUID

2012-08-05 Ricardo Salveti de Araujo <email address hidden>

        * linaro-media-create:
        * linaro_image_tools/media_create/chroot_utils.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        Allow lmc to just extract the kernel pkgs in case it's not a debian/ubuntu based rootfs
2012-08-05 Ricardo Salveti de Araujo <email address hidden>

        * linaro-hwpack-install:

        linaro-hwpack-install: refactoring code and adding support for --extract-kernel-only

        This option allows the user to just extract the desired kernel packages at the rootfs,
        without depending on a deb-based packaging system (useful for OE based images).

2012-07-31 James Tunnicliffe <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:

        Add support for checking V3 metadata has fields in the right palce, and only the expected fields

2012-07-31 James Tunnicliffe <email address hidden>

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

        Moved hwpack_v3_layout structure to hwpack_fields.py

2012-07-30 James Tunnicliffe <email address hidden>

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

        Add key validation for V3 metadata files.
2012-07-27 Milo Casagrande <email address hidden>

        * linaro_image_tools/hwpack/builder.py:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/hardwarepack.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:
        * 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:
        * linaro_image_tools/utils.py:

        Merged lp:~dooferlad/linaro-image-tools/bootloader-selection.

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/utils.py:

        Fixed up missed board -> dev name change

2012-07-26 James Tunnicliffe <email address hidden>

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

        Last of the uboot -> bootloader changes

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/media_create/boards.py:

        More uboot -> bootloader changes
2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/media_create/boards.py:

        renamed uboot_dd to bootloader_dd

2012-07-26 James Tunnicliffe <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:

        renamed uboot_flavor to bootloader_flavor

2012-07-26 James Tunnicliffe <email address hidden>

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

        More u_boot -> bootloader renaming (3)

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/hwpack/config.py:

        More u_boot -> bootloader renaming (3)
2012-07-26 James Tunnicliffe <email address hidden>

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

        More u_boot -> bootloader renaming

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/hwpack/config.py:

        renamed u_boot_file to bootloader_file

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/hwpack/builder.py:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:
        * linaro_image_tools/media_create/boards.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        renamed u_boot_file to bootloader_file

2012-07-26 James Tunnicliffe <email address hidden>

        * linaro_image_tools/hwpack/builder.py:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:

        renamed u_boot_package to bootloader_package
2012-07-26 James Tunnicliffe <email address hidden>

        * linaro-android-media-create:
        * linaro-media-create:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        Merge from Milo

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

        * linaro-android-media-create:
        * linaro-media-create:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/hardwarepack.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/media_create/boards.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:

        Enabled board and bootloader selection.

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

        * linaro_image_tools/media_create/tests/test_media_create.py:

        Added tests for multiple bootlaoders and boards.
2012-07-26 Milo Casagrande <email address hidden>

        * linaro_image_tools/media_create/tests/test_media_create.py:

        Removed comments.

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

        * linaro-media-create:

        Fixed args name.

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

        * linaro-android-media-create:
        * linaro-media-create:
        * linaro_image_tools/media_create/__init__.py:

        Fixed name for --dev option.

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

        * linaro-media-create:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/hardwarepack.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/media_create/boards.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:
        Merged from James.

2012-07-25 James Tunnicliffe <email address hidden>

        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:
        * linaro-media-create:
        * linaro_image_tools/hwpack/tests/__init__.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/utils.py:

        Merged in changes from Milo. Removed unneeded --board argument

2012-07-25 James Tunnicliffe <email address hidden>

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

        Wired up command line parameters that should allow board and bootloader selection.

2012-07-25 James Tunnicliffe <email address hidden>

        * linaro-media-create:
        * linaro_image_tools/hwpack/config.py:
        * linaro_image_tools/hwpack/hardwarepack.py:
        * linaro_image_tools/hwpack/tests/test_config.py:
        * linaro_image_tools/hwpack/tests/test_config_v3.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/media_create/boards.py:
        * linaro_image_tools/media_create/tests/test_media_create.py:
        renamed u_boot_in_boot_part to bootloader_file_in_boot_part.

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

        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:
        * linaro-media-create:
        * linaro_image_tools/hwpack/tests/__init__.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/utils.py:

        Merged lp:~milo/linaro-image-tools/hwpack-read.

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

        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:

        Fixed assertEqual tests.

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

        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:

        Fixed annoying pyflakes warnings.
2012-07-25 Milo Casagrande <email address hidden>

        * linaro-media-create:
        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:

        Fixed tests and imports.

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

        * linaro_image_tools/utils.py:

        Fixed PEP8 warning.

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

        * linaro-media-create:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:
        * linaro_image_tools/media_create/__init__.py:
        * linaro_image_tools/utils.py:

        Added option check.

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

        * linaro_image_tools/hwpack/hwpack_reader.py:
        * linaro_image_tools/hwpack/tests/test_hwpack_reader.py:
        * linaro-media-create:
        * linaro_image_tools/hwpack/tests/__init__.py:
        * linaro_image_tools/media_create/__init__.py:

        Added initial work for hwpack metadata probing.
2012-07-23 Milo Casagrande <email address hidden>

        * linaro_image_tools/__version__.py:

        Post-release version bump to 2012.07.1

2012-07-23 Milo Casagrande <email address hidden>

        * linaro_image_tools/__version__.py:

        Release 2012.07

0 blueprints and 2 bugs targeted

Bug report Importance Assignee Status
1029998 #1029998 Fields in unexpected places in YAML configuration files should produce an error 4 Medium James Tunnicliffe  10 Fix Released
1039108 #1039108 linaro-image-tools missing dependency on python-yaml 4 Medium Fathi Boudra  10 Fix Released
This milestone contains Public information
Everyone can see this information.