Linaro Image Tools 2011.12

Milestone information

Project:
Linaro Image Tools
Series:
trunk
Version:
2011.12
Released:
 
Registrant:
Данило Шеган
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 Georgy Redkozubov, 1 Guilherme Salgado, 1 Mattias Backman, 2 Tixy (Jon Medhurst)
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
1 Invalid, 5 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-2011.12.tar.gz (md5, sig) Linaro Image Tools 2011.12 282
last downloaded 41 weeks ago
Total downloads: 282

Release notes 

This release of Linaro Image Tools contains a bunch of bug fixes and adds support for FreeScale i.MX6Q SabreLite board.

 * Improves support for VExpress.
 * Adds support for Freescale i.MX6Q SabreLite board.
 * Increase system partition size for android images from 256MB to 512MB.
 * Fix messing up of console for PandaBoard Android builds.
 * Remove dependency on testtools for runtime.

Changelog 

View the full changelog

2011-12-15 Danilo Segan <email address hidden>

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

 [r=salgado] Do not pass console=tty0 in the bootargs for PandaBoard AndroidConfig. Fixes #900460.

 Add support for i.MX6Q SabreLite board to linaro-media-create.

2011-12-14 Eric Miao <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Add support for Freescale i.MX6Q SabreLite board

2011-12-08 Guilherme Salgado <email address hidden>

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

 Increase the size of the system partition for android images from 256MB to 512MB

2011-12-05 Guilherme Salgado <email address hidden>

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

 Increase the size of the system partition for android images from 256MB to 512MB

2011-12-02 Mattias Backman <email address hidden>

 * README:
 * linaro_image_tools/utils.py:

 Remove runtime dependency for testtools by copying the try_import function from testtools.

2011-11-28 Mattias Backman <email address hidden>

 * linaro_image_tools/utils.py:

 Add license and origin information for try_import.

2011-11-28 Mattias Backman <email address hidden>

 * linaro_image_tools/utils.py:

 Steal try_import from testtools to avoid having testtools as a production dependency.

2011-11-29 Georgy Redkozubov <email address hidden>

 * README:

 [r=danilo] Add python-yaml to the list of dependencies in the README file. Fixes bug 897577.

2011-11-29 Georgy Redkozubov <email address hidden>

 * README:

 Added python-yaml to the dependency list

2011-11-23 Loïc Minier <email address hidden>

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

 Merge lp:~tixy/linaro-image-tools/vexpress-uboot-addresses-fix; fixes load
 addresses on vexpress.

2011-11-23 Jon Medhurst (Tixy) <email address hidden>

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

 Fix bad addresses in vexpress U-Boot script

 Having load_addr == kernel_addr will always crash on boot because U-Boot
 will think the kernel is XIP and won't relocate it, leading to it trying
 to execute the image header as code.

2011-11-21 Guilherme Salgado <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Add the 11.11 release to fetch_image_settings.yaml

2011-11-21 Guilherme Salgado <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Add the 11.11 release to fetch_image_settings.yaml

2011-11-21 Guilherme Salgado <email address hidden>

 * README:

 Change the README to list python-testtools as a runtime dep and apt-utils as a test-suite dep

2011-11-21 Guilherme Salgado <email address hidden>

 * README:

 Change the README to list python-testtools as a runtime dep and apt-utils as a test-suite dep

2011-11-21 Mattias Backman <email address hidden>

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

 Allow empty lines in Snowball startfiles config file.

2011-11-17 Mattias Backman <email address hidden>

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

 Handle whitespace in Snowball startfiles config file.

2011-11-03 Leonid <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Suggested fix NOT verified

2011-11-21 Guilherme Salgado <email address hidden>

 * README:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/utils.py:

 Use testtools.try_import for CommandNotFound; that way our pyflakes test can expect a clean output

2011-11-21 Guilherme Salgado <email address hidden>

 * README:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/utils.py:

 Use testtools.try_import for CommandNotFound; that way our pyflakes test can expect a clean output

2011-11-21 Guilherme Salgado <email address hidden>

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

 In l-m-c, stop before trying to install hwpacks if we detect that we can't execute anything in the chroot

2011-11-17 Guilherme Salgado <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Change a test to not hard-code a value

2011-11-16 Guilherme Salgado <email address hidden>

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

 In l-m-c, stop before trying to install hwpacks if we detect that we can't execute anything in the chroot

0 blueprints and 6 bugs targeted

Bug report Importance Assignee Status
892017 #892017 Set MMC clock speed for vexpress-a9 device in l-a-m-c 4 Medium Tixy (Jon Medhurst)  3 Invalid
898550 #898550 iMX53 : Android image creation on SD card fails 2 Critical Guilherme Salgado  10 Fix Released
897577 #897577 python-yaml not listed as part of dependencies 3 High Georgy Redkozubov  10 Fix Released
898700 #898700 Undocumented dependency on python-testtools 4 Medium   10 Fix Released
797135 #797135 Allow empty lines in Snowball startfiles.cfg 5 Low Mattias Backman  10 Fix Released
893981 #893981 Bad addresses in vexpress U-Boot script 1 Undecided Tixy (Jon Medhurst)  10 Fix Released
This milestone contains Public information
Everyone can see this information.