← Back to team overview

linaro-pkg team mailing list archive

[Bug 1045188] Re: [FFE] Sync linaro-image-tools 2012.08.1-1 (universe) from Debian unstable (main)

 

2012-08-29  Deepti B. Kalakeri  <deepti.kalakeri@xxxxxxxxxx>

        * linaro_image_tools/__version__.py:

        Release 2012.08.01

2012-08-29  Deepti B. Kalakeri  <deepti.kalakeri@xxxxxxxxxx>

        * linaro_image_tools/media_create/boards.py:

        Fixes problem where lmc fails to create images when the hwpack
doesn't provide a valid dtbfile

2012-08-26  Ricardo Salveti de Araujo  <ricardo.salveti@xxxxxxxxxx>

        * linaro_image_tools/media_create/boards.py:

        boards.py: checking for argument value before trying to use it

2012-08-28  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

        * README:

        [merge] Elaborate test dependencies in README.

2012-08-28  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

        * README:

	Using ppa:linaro-maintainers/tools is still required on 12.04.
	
	
	Using pristine packages leads to weird testr errors, see
	https://bugs.launchpad.net/linaro-image-tools/+bug/1042208

2012-08-28  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

        * README:

        Wrap in 79 chars.

2012-08-27  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

        * README:

	Elaborate test dependencies in README.
	
	1. List more complete list of dependencies.
	2. Add copy-paste ready apt-get command to install them.

2012-08-28  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

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

        Add basic definition and property accessor for "copy_files"
field.

2012-08-28  Paul Sokolovsky  <paul.sokolovsky@xxxxxxxxxx>

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

        Add basic definition and property accessor for "copy_files"
field.

2012-08-23  Stevan Radakovic  <stevan.radakovic@xxxxxxxxxx>

        * linaro_image_tools/__version__.py:

        Post-release version bump to 2012.08.1

2012-08-23  Stevan Radakovic  <stevan.radakovic@xxxxxxxxxx>

        * linaro_image_tools/__version__.py:

        Release 2012.08

2012-08-21  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro-hwpack-install:

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

2012-08-17  Ricardo Salveti de Araujo  <ricardo.salveti@xxxxxxxxxx>

        * 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  <james.tunnicliffe@xxxxxxxxxx>

        * linaro-media-create:

        Fix path creation

2012-08-09  Ricardo Salveti de Araujo  <ricardo.salveti@xxxxxxxxxx>

        * linaro-media-create:

        linaro-media-create: fixing os.path.join call

2012-08-09  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Fixed PEP8 and minor review quibble

2012-08-09  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <ricardo.salveti@xxxxxxxxxx>

	* 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  <ricardo.salveti@xxxxxxxxxx>

	* 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  <ricardo.salveti@xxxxxxxxxx>

	* 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  <ricardo.salveti@xxxxxxxxxx>

	* 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  <ricardo.salveti@xxxxxxxxxx>

        * 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/utils.py:

        Fixed up missed board -> dev name change

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/media_create/boards.py:

        More uboot -> bootloader changes

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/media_create/boards.py:

        renamed uboot_dd to bootloader_dd

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        More u_boot -> bootloader renaming (3)

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        More u_boot -> bootloader renaming (2)

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        renamed u_boot_file to bootloader_file

2012-07-26  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

        * linaro_image_tools/media_create/tests/test_media_create.py:

        Added tests for multiple bootlaoders and boards.

2012-07-26  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/media_create/tests/test_media_create.py:

        Removed comments.

2012-07-26  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro-media-create:

        Fixed args name.

2012-07-26  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Fixed name for --dev option.

2012-07-26  Milo Casagrande  <milo@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <james.tunnicliffe@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

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

        Fixed assertEqual tests.

2012-07-25  Milo Casagrande  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

        * linaro_image_tools/utils.py:

        Fixed PEP8 warning.

2012-07-25  Milo Casagrande  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

	* 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  <milo@xxxxxxxxxx>

        * linaro_image_tools/__version__.py:

        Post-release version bump to 2012.07.1

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/__version__.py:

        Release 2012.07

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/builder.py:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:

        Merged lp:~milo/linaro-image-tools/boards-support.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merged other changes.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/builder.py:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:

        Added support for boards in metadata and Config.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/builder.py:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hardwarepack_format.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/hwpack/tests/test_config.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro_image_tools/media_create/boards.py:
	* linaro_image_tools/media_create/chroot_utils.py:
	* linaro_image_tools/media_create/tests/test_media_create.py:

        Merged lp:~milo/linaro-image-tools/multiple-boards-support,
added new hwpack support.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merged from James.

2012-07-23  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Updated media create tests to cope with changes from last
checkin.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/media_create/boards.py:
	* linaro_image_tools/media_create/chroot_utils.py:

        Merged from James.

2012-07-23  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/media_create/boards.py:
	* linaro_image_tools/media_create/chroot_utils.py:

        Move parsing of infrormation in hardware pack metadata out of
linaro-hwpack-install.

2012-07-23  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/builder.py:

        Merge from Milo

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Fixed _get_v3_option.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Fixed method name.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Renamed method.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Fixed method name, typos, removed unnecessary comments.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/builder.py:

        Renamed method and args.

2012-07-23  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro-hwpack-convert:

        Removed unnecessary import.

2012-07-20  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Added loop through multiple bootloaders.

2012-07-20  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro-hwpack-install:

        Fixed problem with bash script.

2012-07-20  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Merged from James.

2012-07-20  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

	Tidied up config.py
	Deleted unused file hwpack_parser.py

2012-07-20  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/test_config.py:
	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Used external file for fields, fixed fields for v3.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hwpack_convert.py:

        Removed un-used parameter.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert.moved:
	* linaro_image_tools/hwpack/hwpack_convert.py.moved:
	* linaro_image_tools/hwpack/hwpack_fields.py.moved:
	* linaro_image_tools/hwpack/hwpack_parser.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py.moved:

        Removed unecessary files.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert.moved:
	* linaro_image_tools/hwpack/hwpack_convert.py.moved:
	* linaro_image_tools/hwpack/hwpack_fields.py.moved:
	* linaro_image_tools/hwpack/hwpack_parser.py:
	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py.moved:
	* linaro-hwpack-convert:
	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hardwarepack_format.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/hwpack/tests/test_config.py:
	* linaro_image_tools/hwpack/tests/test_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:

        Merged everything.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hardwarepack.py:

        Merged fix.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hardwarepack.py:

        Fixed typo in dictionary.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert.moved:
	* linaro_image_tools/hwpack/hwpack_convert.py.moved:
	* linaro_image_tools/hwpack/hwpack_fields.py.moved:
	* linaro_image_tools/hwpack/hwpack_parser.py:
	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py.moved:
	* linaro-hwpack-convert:
	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hardwarepack_format.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/hwpack/tests/test_config.py:
	* linaro_image_tools/hwpack/tests/test_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:

        Merged all.

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro-hwpack-install:
	* linaro_image_tools/media_create/android_boards.py:
	* linaro_image_tools/media_create/tests/test_media_create.py:
	* linaro-hwpack-convert:
	* linaro-hwpack-convert.moved:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_convert.py.moved:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/hwpack_fields.py.moved:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py.moved:

        Merge from trunk

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        V2 config reader should return None when the looked up result
evaluates to False.

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Added logic to allow Config to read V2 metadata files.

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Merge from Milo

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/media_create/boards.py:

        Merge from James.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Fixed converter and metadata.

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        V2 fix: Now using the generic parser, need to patch up for V2
files that don't start with [hwpack].

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/media_create/boards.py:

	Removed debug prints
	Fixed a couple more incorrect strings for new lookup function.

2012-07-19  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Metadata always examined using Config object.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Fixed converter and metadata creation.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro-hwpack-install:

        Merge lp:~dooferlad/linaro-image-tools/multiple-boards-support.

2012-07-18  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro-hwpack-install:

        Bug fix to creation using YAML config.

2012-07-18  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/tests/test_config.py:
	* linaro_image_tools/hwpack/tests/test_config_v3.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Merge from Milo.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:

        Added more tests for metadata v3.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Fixed tests.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Added back old metadata format, fixed tests.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro_image_tools/hwpack/hardwarepack.py:
	* linaro_image_tools/hwpack/tests/test_hardwarepack.py:

        Fixed metadata tests.

2012-07-18  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Create YAML metadata file, fixed coverter.

2012-07-17  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/media_create/boards.py:

        Merge lp:~dooferlad/linaro-image-tools/multiple-boards-support.

2012-07-18  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro-hwpack-install:

        Added YAML support to linaro-hwpack-install

2012-07-17  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Merge from Milo.

2012-07-17  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Added support for bootloaders conversion.

2012-07-17  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Created functions to create YAML dump.

2012-07-17  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merge lp:~dooferlad/linaro-image-tools/multiple-boards-support.

2012-07-17  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

	* linaro-hwpack-install:
	* linaro_image_tools/hwpack/config.py:
	* linaro_image_tools/media_create/boards.py:

	linaro-hwpack-install accepts V3 input.
	Auto-detect default bootloader.
	more config.py bool handling fixes.
	boards.py: Changed a decision from "is v2" to "isn't v1" to make it work with v3.

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Final few v3 test fixes. Partition layout check now generates
the correct error message. Other tests that were calling the wrong
function were patched up. One test deleted (it didn't test anything
useful).

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Updated source validation logic. This used to be called section
validation logic, but the sections were only used as sources and thus
the name was confusing.

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

	Cleaned up _get_option_bool.
	Removed some unncessary configuration from tests.
	Clearned up tests that weren't calling a specific validation function.

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Moved address validation into a common function to reduce
duplication.

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

	Fixed board specific options.
	Fixed V3 sources.

2012-07-12  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

	Added dictionary to translate v2 metadata parameters to v3.
	Started to make error messages more universal by generating them in functions.
	Added formatter function to generate "address" strings (v2 required these to be 8 character hex with leading 0x - sticking with the same logic for now, but isn't suitable for 64 bit).
	Added _get_bootloader_option to intelegently handle getting bootloader options depending on the currently chosen bootloader (set_bootloader() or __init__ parameter).
	Bools always translated to yes/no string.

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Think I have got all the simple YAML dictionary lookups sorted

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Merging in changes from Milo

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Fixes to test regressions.

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Progress on v3 tests fixing.

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Fixed regressions on tests.

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Added get boolean function.

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merged lp:~dooferlad/linaro-image-tools/multiple-boards-support.

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merged lp:~dooferlad/linaro-image-tools/multiple-boards-support.

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Replaced a few calls to self.parser.get(self.MAIN_SECTION with
self._get_option() to improve v3 compatibility

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/config.py:

        Use format_as_string to check metadata format

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/tests/test_config_v3.py:

        Set default format for v3 tests to 3.0

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        v3 test_architectures now works

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Changed _get_option name to reflect differences in v2 and v3
metadata formats

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hwpack_parser.py:

        Merge fom Milo

2012-07-11  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hwpack_parser.py:

        Fixed problems on the hwpack parser abstraction.

2012-07-11  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hwpack_parser.py:

        Merge fom Milo

2012-07-10  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hwpack_parser.py:

        Added an initiali abstraction on the config parser.

2012-07-10  James Tunnicliffe  <james.tunnicliffe@xxxxxxxxxx>

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

        Adding Tests for v3 metadata

2012-07-10  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/hardwarepack_format.py:

        Added hwpack v3 format.

2012-07-10  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro-hwpack-convert:

        Removed not needed value.

2012-07-09  Milo Casagrande  <milo@xxxxxxxxxx>

        * linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Added test for True-False values.

2012-07-09  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Added list creation for architectures.

2012-07-09  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Added test for architectures block parsing.

2012-07-09  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/tests/fixtures.py:

        Added first version of the converstion tool.

2012-07-19  Danilo Segan  <danilo@xxxxxxxxxxxxx>

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

        Increase vmalloc for snowball in l-a-m-c. Fix by Mathieu.

2012-07-17  Mathieu Poirier  <mathieu.poirier@xxxxxxxxxx>

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

        400M for vmalloc is still not enough, bumping to 500M. (LP:
#1014650)

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/tests/fixtures.py:

        Merge lp:~milo/linaro-image-tools/hwpack-format-converter.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Fixed indentation, remove unused import.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:

        Added license header, fixed boolean values.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Used yaml.dump, cleaned up code and tests.

2012-07-19  Milo Casagrande  <milo@xxxxxxxxxx>

	* linaro-hwpack-convert:
	* linaro_image_tools/hwpack/hwpack_convert.py:
	* linaro_image_tools/hwpack/hwpack_fields.py:
	* linaro_image_tools/hwpack/tests/test_hwpack_converter.py:
	* linaro_image_tools/hwpack/tests/__init__.py:
	* linaro_image_tools/tests/fixtures.py:

        Added hwpack converter from INI to YAML.

2012-07-05  Loïc Minier  <loic.minier@xxxxxxxxxx>

        * linaro-hwpack-install:

	Merge lp:~emanuele-aina/linaro-image-tools/fix-apt-source-dup-detect; fixes
	parsing of APT sources when /etc/apt/source.list.d/ is empty; thanks Emanuele
	Aina; LP: #687608.

2012-07-05  Emanuele Aina  <emanuele.aina@xxxxxxxxxxxxx>

        * linaro-hwpack-install:

	Fix duplicates detection on missing sources.list.d entries
	
	APT source duplicates detection fails if there are no files in
	/etc/apt/sources.list.d/ due to glob expansion failing
	(LP: #1018941).
	Glob expansion is also restricted to *.list files (LP: #687608).

2012-07-05  Fathi Boudra  <fathi.boudra@xxxxxxxxxx>

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

        Increasing vmalloc pool to accommodate ioremap'ed devices and
hwmem allocations. (LP: #1014650)

2012-07-04  Mathieu Poirier  <mathieu.poirier@xxxxxxxxxx>

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

        Increasing vmalloc pool to accommodate ioremap'ed devices and
hwmem allocations.  Fixing LP1014650

2012-06-25  Milo Casagrande  <milo@xxxxxxxxxx>

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

        Merged lp:~vishalbhoj/linaro-image-tools/panda-dt.

2012-06-21  Vishal Bhoj  <vishal.bhoj@xxxxxxxxxx>

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

        Add device tree support for panda

** Changed in: linaro-image-tools (Ubuntu)
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of Linaro
Maintainers, which is subscribed to linaro-image-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1045188

Title:
  [FFE] Sync linaro-image-tools 2012.08.1-1 (universe) from Debian
  unstable (main)

Status in “linaro-image-tools” package in Ubuntu:
  New

Bug description:
  Please sync linaro-image-tools 2012.08.1-1 (universe) from Debian
  unstable (main)

  Changelog entries since current quantal version 2012.06-1:

  linaro-image-tools (2012.08.1-1) unstable; urgency=low

    * New upstream release.

   -- Fathi Boudra <fabo@xxxxxxxxxx>  Wed, 29 Aug 2012 18:31:28 +0300

  linaro-image-tools (2012.08-1) unstable; urgency=low

    * New upstream release.
    * Update debian/control: re-add python-yaml to dependencies.

   -- Fathi Boudra <fabo@xxxxxxxxxx>  Thu, 23 Aug 2012 19:00:53 +0300

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linaro-image-tools/+bug/1045188/+subscriptions


References