Linaro Image Tools 2011.09

Milestone information

Project:
Linaro Image Tools
Series:
11.11
Version:
2011.09
Released:
 
Registrant:
Mattias Backman
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 Linaro Infrastructure, 1 Loïc Minier, 4 Mattias Backman
Blueprints:
1 Implemented
Bugs:
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.09.tar.gz (md5, sig) Linaro Image Tools 2011.09 215
last downloaded 8 days ago
Total downloads: 215

Release notes 

* Linaro-hwpack-create and linaro-media-create now supports a more explicit hwpack format (HwpacksV2).
* Support for the Origen board has been added to linaro-android-media-create.
* The new hwpack name has been fixed in linaro-hwpack-replace to contain minutes info instead of seconds.
* Linaro-fetch-image now logs the output of linaro-media-create.

Changelog 

View the full changelog

2011-09-22 Mattias Backman <email address hidden>

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image_settings.yaml:

 Add hwpack info dialog to fetch-image-ui.

2011-09-06 Andy Doan <email address hidden>

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image_settings.yaml:

 add ability to provide hwpack descriptions to the user

 it would have been nice to add these descriptions somewhere
 else in the YAML so you don't have to type the hwpack name
 multiple times, but that would break backward compatibility
 in the file

2011-09-22 Mattias Backman <email address hidden>

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

 Allow --dev snowball_sd with V2 hwpacks.

2011-09-22 Mattias Backman <email address hidden>

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

 Pay attention to the --dev option when using Snowball hwpacks, which can be used for sd (two partitions) and emmc (three partitions with loader population).

2011-09-22 Mattias Backman <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_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/media_create/boards.py:

 Use SPL metadate fields for Omap X-loader and Samsung SPL. Use the <file>_dd metadata fields to specify dd seek.

2011-09-22 Mattias Backman <email address hidden>

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

 Change check that a flashable env should be created and dd:d.

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

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

 Merge trunk.

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

 * linaro_image_tools/media_create/boards.py:

 Set the spl properties from hwpack metadata.

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

 * linaro_image_tools/media_create/boards.py:

 Add spl_x properties to BoardConfig.

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

 * linaro_image_tools/hwpack/builder.py:
 * linaro_image_tools/hwpack/hardwarepack.py:

 Make presence of spl_file and uboot_file indicate that these files should be put in the hwpack.

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

 * linaro_image_tools/media_create/boards.py:

 Salvage some more forgotten Samsung code.

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

 * linaro_image_tools/media_create/boards.py:

 Create flashable env if this is a Samsung hwpack.

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

 * linaro_image_tools/hwpack/hardwarepack.py:

 Change x-loader to spl in hwpack metadata.

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

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

 Change x-loader to spl in hwpack config.

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

 * linaro_image_tools/media_create/boards.py:

 Check for spl file instead of x_loader in install_omap_boot_loader.

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

 * linaro_image_tools/media_create/boards.py:

 Get metata fields uboot_dd and spl_dd.

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

 * linaro_image_tools/media_create/boards.py:

 Use spl file as Omap x-loader and dd spl file if offset is specified in spl_dd. This removes the need for the Samsung specific code.

2011-09-20 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/builder.py:
 * linaro_image_tools/hwpack/tests/test_builder.py:

 Remove test for removing found packages.

2011-09-20 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Defer removing packages from hwpack list until they have been used.

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

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

 Change format of metadata field mmc_id and make it required.

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

 * linaro_image_tools/hwpack/tests/test_builder.py:
 * linaro_image_tools/media_create/boards.py:

 Correct whitespace.

2011-09-20 Mattias Backman <email address hidden>

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

 Change format of mmc_id to match mmc_option '0:1' and calculate mmc_part_offset from that.

2011-09-19 Mattias Backman <email address hidden>

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

 Pull in board specific _make_boot_files() code to a single function.

2011-09-15 Mattias Backman <email address hidden>

 * linaro-media-create:

 Set up logging, seems to be needed to enable warn logging in partitions.py.

2011-09-15 Mattias Backman <email address hidden>

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

 Use the same Samsung bootloader code for both v1 and v2 code paths.

2011-09-15 Mattias Backman <email address hidden>

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

 Save hwpack_format so we don't have to iterate over the hwpack tarballs every time we need the format version.

2011-09-15 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Fix the broken get_format() fix.

2011-09-15 Mattias Backman <email address hidden>

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

 Fix glob pattern to accept leading * and fix some pep8 problems.

2011-09-14 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Extract dd_file method to assert that the file exists, that it does not exceed a maximum size and dd it to the target.

2011-09-14 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Change kernel files glob to be relative to chroot instead of chroot/boot/ and fix get_format() bug.

2011-09-13 Mattias Backman <email address hidden>

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

 Add uboot_dd field to hwpack metadata to be used to request that the uboot file is dd:d to the target.

2011-09-13 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Consolidate _make_boot_files() methods into _make_boot_files_v2() with conditionals.

2011-09-13 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Assert that format is 1.0 if partition_layout is not specified.

2011-09-13 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Stop asserting a combination of V1 parameters for Igep v2 hwpack.

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

 * linaro_image_tools/media_create/boards.py:

 Assert that the uboot bin file is found instead of asserting a certain set of hwpack v1 fields.

2011-08-31 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Look for Origen spl file origen-spl.bin since upstream changed the expected name.

2011-08-30 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Add the new spl name for Origen in upsream u-boot

2011-08-30 Mattias Backman <email address hidden>

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

 Add hwpacks V2 support for Samsung boards.

2011-08-29 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Fix extra empty line.

2011-08-29 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Move dd(uboot_file) into hardwarepackhandler context.

2011-08-29 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Move Samsung specifics to BoardConfig.

2011-08-26 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/hardwarepack.py:

 Add samsung fields to hwpack metadata.

2011-08-26 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Add Samsung hwpack v2 fields to l-m-c.

2011-08-26 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:

 Add Samsung BL1, BL2 and ENV fields to hwpack config.

2011-08-26 Mattias Backman <email address hidden>

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

 Accept spl_file config field and have hwpack-create put that file in the hwpack.

2011-08-26 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Get spl_file from hwpack if it's in there.

2011-08-26 Mattias Backman <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:

 Move Samsung constants from module scope to SamsungConfig class properties.

2011-08-30 Mattias Backman <email address hidden>

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

 Add hwpacks V2 support for Snowball.

2011-08-25 Mattias Backman <email address hidden>

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

 Add load_start field needed by Snowball and make sure partition_layout field sticks to class scope.

2011-08-25 Mattias Backman <email address hidden>

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

 Add tests for V2 get_sfdisk_cmd functions.

2011-08-25 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Create V2 get_x_sfdisk_cmd functions.

2011-08-25 Mattias Backman <email address hidden>

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

 Use snowball_startup_files_config from metadata.

2011-08-25 Mattias Backman <email address hidden>

 * initrd-do:
 * linaro_image_tools/tests/test_server_index.sqlite:
 * linaro-fetch-image-ui:
 * linaro-hwpack-replace:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:
 * linaro_image_tools/hwpack/packages.py:
 * linaro_image_tools/hwpack/tests/test_packages.py:
 * linaro_image_tools/media_create/__init__.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/tests/test_fetch_image.py:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:
 * setup.py:

 Merge trunk.

2011-08-25 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/hardwarepack.py:
 * linaro_image_tools/hwpack/tests/test_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/hwpack/tests/test_hardwarepack.py:
 * linaro_image_tools/media_create/boards.py:

 Merge add-vmlinuz.

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

 * linaro_image_tools/media_create/boards.py:

 Allow reserved partition option for partition_layout.

2011-08-05 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:

 Merge hwpacks-v2-add-vmlinuz.

2011-08-05 Mattias Backman <email address hidden>

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

 Merge hwpackv2_add_x_loader.

2011-08-05 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:

 Enable reserved_bootfs_rootfs partitioning option.

2011-08-05 Mattias Backman <email address hidden>

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

 Merge hwpack-v2-uboot-not-required.

2011-08-05 Mattias Backman <email address hidden>

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

 Add snowball_startfiles_config file to hwpack-create config.

2011-08-25 Mattias Backman <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:

 Add Origen support to linaro-android-media-create and also zero the u-boot env area on the SD card so that an old env doesn't get used.

2011-08-24 Mattias Backman <email address hidden>

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

 Make Samsung Android board configs inherit a common sfdisk_command function. Add a couple of unit tests.

2011-08-22 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Add origen supprt

2011-08-22 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Zero the u-boot env on the SD card so an old one doesn't get used

2011-08-24 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/hardwarepack.py:
 * linaro_image_tools/hwpack/tests/test_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/hwpack/tests/test_hardwarepack.py:
 * linaro_image_tools/media_create/boards.py:

 Add support for more hwpack v2.0 fields.

 kernel_file - path to the installed kernel
 initrd_file - path to the installed initrd
 dtb_file - path to the installed device tree binary
 dtb_addr - device tree address
 extra_boot_options - extra boot arg options
 boot_script - filename relative to /boot where to put boot script
 u_boot_in_boot_part - whether to put the uboot binary in the boot partition
 extra_serial_opts - extra serial options

2011-08-24 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Add debug printout.

2011-08-18 Mattias Backman <email address hidden>

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

 Accept globs in kernel file fields.

2011-08-18 Mattias Backman <email address hidden>

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

 Merge hwpackv2_add_x_loader.

2011-08-18 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/tests/test_config.py:

 Restore a test that was lost along the way.

2011-08-18 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:

 Fix type of uboot_in_boot_part in comment.

2011-08-18 Mattias Backman <email address hidden>

 * 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_hardwarepack.py:
 * linaro_image_tools/media_create/boards.py:

 Add tests for metadata output.

2011-08-18 Mattias Backman <email address hidden>

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

 Add unit tests for more fields.

2011-08-18 Mattias Backman <email address hidden>

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

 Add unit tests for more fields.

2011-08-18 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/tests/test_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:

 Make a couple of more fields non required and clean up tests.

2011-08-18 Mattias Backman <email address hidden>

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

 Merge hwpackv2_add_x_loader

2011-08-18 Mattias Backman <email address hidden>

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

 Add test for kernel_file.

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

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

 Rename vmlinuz and initrd fields to kernel_file and initrd_file to be consistent with dtb_file, kernel_addr etc.

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

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

 Rename u-boot_in_boot_part to use underscore as separator.

2011-08-05 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/config.py:

 Make dtb_file not required.

2011-08-04 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Remove target parameter from get_metadata_field and clean up.

2011-08-04 Mattias Backman <email address hidden>

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

 Add extra_serial_opts to hwpack metadata.

2011-08-04 Mattias Backman <email address hidden>

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

 Add boot_script and u-boot_in_boot_part field in hwpack metadata.

2011-08-04 Mattias Backman <email address hidden>

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

 Add extra_boot_options field to hwpack metadata.

2011-08-04 Mattias Backman <email address hidden>

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

 Rename fdt field to dtb_file to be consistent with dtb_addr.

2011-08-03 Mattias Backman <email address hidden>

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

 Add dtb_addr field to hwpack metadata.

2011-08-03 Mattias Backman <email address hidden>

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

 Add vmlinuz, initrd and fdt fields in hwpack metadata.

2011-08-24 Mattias Backman <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_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:

 Add TI x-loader support for hwpacks V2 format.

2011-08-18 Mattias Backman <email address hidden>

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

 Merge hwpack-v2-uboot-not-required.

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

 * linaro_image_tools/hwpack/config.py:
 * linaro_image_tools/hwpack/tests/test_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:

 Rename u-boot-file and u-boot-package fields to use underscore like all the hwpack v2 fields.

2011-08-05 Mattias Backman <email address hidden>

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

 Make the u-boot fields not required in hwpack metadata.

2011-08-05 Mattias Backman <email address hidden>

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

 Make x-loader hwpack fields not required.

2011-08-03 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Fix test_install_omap_boot_loader to work with an extra parameter.

2011-08-03 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Add l-m-c support for having OMAP MLO file in hwpack.

2011-08-03 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/tests/test_config.py:

 Add tests for x-loader config fields. Add one missing test for u-boot-package config.

2011-08-02 James Tunnicliffe <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_builder.py:
 * linaro_image_tools/hwpack/tests/test_config.py:

 Added support for x_loader_file and x_loader_package fields in the hwpack config.
 Fixed up tests to not fail with new fields.
 TODO: Test new fields.

2011-08-24 Mattias Backman <email address hidden>

 * linaro-hwpack-replace:

 Fix hwpack name in linaro-hwpack-replace.

2011-08-23 deeptik<email address hidden>

 * linaro-hwpack-replace:

 Fixing the new hwpack name to contain minutes info instead of seconds

2011-08-24 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:

 Logs the output of linaro-media-create as run by linaro-fetch-image[-ui].

2011-08-22 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:

 Add a log file for linaro-media-create output.
 Single line change to fetch_image_settings.yaml - removing the now deprecated lt-mx53loco

2011-08-23 Mattias Backman <email address hidden>

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

 Allow Snowball startfiles.cfg to specify full path to each individual startfile. If an absolute path is not specified, the files are assumed to be in /boot of the chroot.

2011-08-23 Mattias Backman <email address hidden>

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

 Detect absolute path in startfiles.cfg instead of checking that the file exists.

2011-08-22 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Correct comment text.

2011-08-22 Mattias Backman <email address hidden>

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

 Remove hacky extra check. Fix absolute path to be relative to the chroot and not system root.

2011-08-22 Mattias Backman <email address hidden>

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

 Add support for absolute paths in Snowball startfiles.cfg. Also fallback to a hardcoded path to support u-boot packages that do not link u-boot.bin to /boot.

2011-08-22 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 YAML updated for 11.08 release:
 * Removed translasions of release names since they aren't required anymore.
 * Renamed the imx53 board to its full and correct title: i.MX53 Quick Start.

2011-08-22 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 (Hopefully) final update of UI settings for 11.08.

2011-08-22 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Updated YAML for 11.08 release

1 blueprint and 5 bugs targeted

Blueprint Priority Assignee Delivery
Linaro Hardware packs v2 Linaro Hardware packs v2 3 Medium Mattias Backman  11 Implemented
Bug report Importance Assignee Status
829220 #829220 linaro-media-create fails for snowball_emmc 2 Critical Mattias Backman  10 Fix Released
844207 #844207 'AssertionError: Couldn't find the SPL file' when writing origen image 2 Critical Mattias Backman  10 Fix Released
716627 #716627 Should install u-boot and x-loader on IGEP 3 High Mattias Backman  10 Fix Released
832397 #832397 add Origen support to linaro-android-media-create 3 High Linaro Infrastructure  10 Fix Released
833443 #833443 linaro-media-create requires udisks 3 High Loïc Minier  10 Fix Released
This milestone contains Public information
Everyone can see this information.