Download project files

How do I verify a download?


3137 of 37 releases

0.4.2 release from the trunk series released

Release information
Release notes:

 * Support for Gumstix Overo boards has been added.
 * Support for Freescale mx51evk (Babbage) boards has been fixed.
 * Support for ARM Versatile Express boards has been fixed.
 * The fdisk command is not required anymore.
 * The UUID of the rootfs is not pre-computed anymore; this allows btrfs to
   be used for the root filesystem.
 * Linaro Image Tools are now released as a standalone tarball; you need
   https://launchpad.net/python-distutils-extra to run setup.py.
 * Support for 10.11 / linaro-m images has been restored.
 * The hardware pack handling code is now GPLv2+

Changelog:

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Release 0.4.2

2011-01-28 Guilherme Salgado <email address hidden>

 * COPYING:
 * COPYING.GPL-2:
 * COPYING.GPL-3:
 * hwpack/__init__.py:
 * hwpack/better_tarfile.py:
 * hwpack/builder.py:
 * hwpack/config.py:
 * hwpack/hardwarepack.py:
 * hwpack/packages.py:
 * hwpack/tarfile_matchers.py:
 * hwpack/testing.py:
 * hwpack/tests/__init__.py:
 * hwpack/tests/test_better_tarfile.py:
 * hwpack/tests/test_builder.py:
 * hwpack/tests/test_config.py:
 * hwpack/tests/test_hardwarepack.py:
 * hwpack/tests/test_packages.py:
 * hwpack/tests/test_script.py:
 * hwpack/tests/test_tarfile_matchers.py:
 * hwpack/tests/test_testing.py:
 * linaro-hwpack-create:
 * linaro-hwpack-install:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/cmd_runner.py:
 * linaro_media_create/hwpack.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/rootfs.py:
 * linaro_media_create/tests/fixtures.py:
 * linaro_media_create/tests/test_media_create.py:
 * linaro_media_create/unpack_binary_tarball.py:
 * linaro_media_create/utils.py:

 Add license headers to all files

2011-01-28 Guilherme Salgado <email address hidden>

 * COPYING:

 Update the URL of l-i-t's Launchpad home to use https

2011-01-28 Guilherme Salgado <email address hidden>

 * hwpack/__init__.py:
 * hwpack/better_tarfile.py:
 * hwpack/builder.py:
 * hwpack/config.py:
 * hwpack/hardwarepack.py:
 * hwpack/packages.py:
 * hwpack/tarfile_matchers.py:
 * hwpack/testing.py:
 * hwpack/tests/__init__.py:
 * hwpack/tests/test_better_tarfile.py:
 * hwpack/tests/test_builder.py:
 * hwpack/tests/test_config.py:
 * hwpack/tests/test_hardwarepack.py:
 * hwpack/tests/test_packages.py:
 * hwpack/tests/test_script.py:
 * hwpack/tests/test_tarfile_matchers.py:
 * hwpack/tests/test_testing.py:
 * linaro-hwpack-create:
 * linaro-hwpack-install:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/cmd_runner.py:
 * linaro_media_create/hwpack.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/rootfs.py:
 * linaro_media_create/tests/fixtures.py:
 * linaro_media_create/tests/test_media_create.py:
 * linaro_media_create/unpack_binary_tarball.py:
 * linaro_media_create/utils.py:

 s/2010,2011/2010, 2011/ on all copyright notices

2011-01-28 Guilherme Salgado <email address hidden>

 * COPYING:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/cmd_runner.py:
 * linaro_media_create/hwpack.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/rootfs.py:
 * linaro_media_create/unpack_binary_tarball.py:
 * linaro_media_create/utils.py:

 Use <email address hidden> instead of infrastructure@ as the latter is internal only

2011-01-28 Guilherme Salgado <email address hidden>

 * hwpack/__init__.py:
 * hwpack/better_tarfile.py:
 * hwpack/builder.py:
 * hwpack/config.py:
 * hwpack/hardwarepack.py:
 * hwpack/packages.py:
 * hwpack/tarfile_matchers.py:
 * hwpack/testing.py:
 * hwpack/tests/__init__.py:
 * hwpack/tests/test_better_tarfile.py:
 * hwpack/tests/test_builder.py:
 * hwpack/tests/test_config.py:
 * hwpack/tests/test_hardwarepack.py:
 * hwpack/tests/test_packages.py:
 * hwpack/tests/test_script.py:
 * hwpack/tests/test_tarfile_matchers.py:
 * hwpack/tests/test_testing.py:
 * linaro-hwpack-create:
 * linaro-hwpack-install:

 Add a GPL2 header to all hwpack files

2011-01-28 Guilherme Salgado <email address hidden>

 * COPYING:
 * COPYING.GPL-2:
 * COPYING.GPL-3:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/cmd_runner.py:
 * linaro_media_create/hwpack.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/rootfs.py:
 * linaro_media_create/tests/fixtures.py:
 * linaro_media_create/tests/test_media_create.py:
 * linaro_media_create/unpack_binary_tarball.py:
 * linaro_media_create/utils.py:

 Add license headers to all media-create files

2011-01-28 Guilherme Salgado <email address hidden>

 * linaro_media_create/boards.py:
 * linaro_media_create/tests/test_media_create.py:

 Change OMAP configs to use the correct serial tty depending on the kernel version that is installed. A better temporary fix for bug 697824 which makes it possible to use newer versions of l-m-c to build maverick images

2011-01-28 Guilherme Salgado <email address hidden>

 * linaro_media_create/boards.py:
 * linaro_media_create/tests/test_media_create.py:

 Change OMAP configs to use the correct serial tty depending on the kernel version that is installed

2011-01-28 Guilherme Salgado <email address hidden>

 * linaro_media_create/boards.py:

 Make it possible to change the serial_tty of OmapConfig at run time

2011-01-28 Loïc Minier <email address hidden>

 * do-release:
 * .bzr-builddeb:
 * .bzr-builddeb/default.conf:
 * debian:
 * debian/changelog:
 * debian/compat:
 * debian/control:
 * debian/copyright:
 * debian/linaro-image-tools.install:
 * debian/python-hwpack.install:
 * debian/python-linaro-media-create.install:
 * debian/rules:
 * setup.py:

 Merge lp:~lool/linaro-image-tools/setup-py-rework; rework setup.py and use
 DistutilsExtra and add a do-release script to roll releases; LP: #683746.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 GPLv3+, not v2+ as some bits are only v3+.

2011-01-28 Loïc Minier <email address hidden>

 * do-release:

 Sign tarball.

2011-01-28 Loïc Minier <email address hidden>

 * do-release:

 Update setup.py and commit the version change.

2011-01-28 Loïc Minier <email address hidden>

 * do-release:

 Run testsuite before release.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 No need to list the packages explicitly.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Switch to DistutilsExtra, this has the nice side effect of shipping tests.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Drop unused imports.

2011-01-28 Loïc Minier <email address hidden>

 * do-release:

 Check whether tree is dirty with bzr status before rolling a release.

2011-01-28 Loïc Minier <email address hidden>

 * .bzr-builddeb:
 * .bzr-builddeb/default.conf:
 * debian:
 * debian/changelog:
 * debian/compat:
 * debian/control:
 * debian/copyright:
 * debian/linaro-image-tools.install:
 * debian/python-hwpack.install:
 * debian/python-linaro-media-create.install:
 * debian/rules:

 Drop packaging; will be maintained in Ubuntu.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Add misc metadata: description, license, URL, author information...

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Install scripts.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Harcode version in setup.py instead of reading it from the packaging which will
 go away. Use version 0.4.1.1 as to distinguish people using bzr checkouts from
 the 0.4.1 release.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Rename to linaro-image-tools.

2011-01-28 Loïc Minier <email address hidden>

 * do-release:

 Add simple script to roll a release; needs some setup.py fixes before it can
 be used though.

2011-01-28 Loïc Minier <email address hidden>

 * setup.py:

 Add shebang and make setup.py +x.

2011-01-28 Guilherme Salgado <email address hidden>

 * tests/integration.txt:

 Update tests/integration.txt to match the current state of the code. We should remember to run them more often.

2011-01-28 Guilherme Salgado <email address hidden>

 * README:

 Add list of dependencies for running l-m-c to README

2011-01-27 Guilherme Salgado <email address hidden>

 * README:
 * linaro_media_create/tests/fixtures.py:
 * linaro_media_create/tests/test_media_create.py:
 * linaro_media_create/utils.py:

 Fix install_package_providing() to wait() for its child. Also change MockCmdRunnerPopenFixture to assert that any callsite that invokes Popen.__call__() also calls .wait()

2011-01-27 Guilherme Salgado <email address hidden>

 * README:
 * linaro_media_create/tests/fixtures.py:
 * linaro_media_create/tests/test_media_create.py:
 * linaro_media_create/utils.py:

 Fix install_package_providing() to wait() for its child

2011-01-27 Guilherme Salgado <email address hidden>

 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Add a test to make sure ensure_partition_is_not_mounted is not called when generating image files

2011-01-27 Guilherme Salgado <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 Add a test to make sure ensure_partition_is_not_mounted is not called when generating image files

2011-01-27 Guilherme Salgado <email address hidden>

 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Only ensure a partition is not mounted before running mkfs when we're burning an SD card.

2011-01-26 Loïc Minier <email address hidden>

 * debian/control:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/tests/test_media_create.py:

 Merge lp:~lool/linaro-image-tools/mkfs-uuid; read UUID from rootfs rather than
 forcing a pre-computed one; helps with btrfs support; see LP #705454.

2011-01-26 Loïc Minier <email address hidden>

 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Use blkid -p to force probing and ignore the cache in this case since it's
 useless; call blkid within sudo as it needs direct device access.

2011-01-26 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 Test that get_uuid() runs blkid correctly.

2011-01-26 Loïc Minier <email address hidden>

 * linaro-media-create:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Only lookup rootfs UUID when needed.

2011-01-26 Loïc Minier <email address hidden>

 * debian/control:
 * linaro-media-create:
 * linaro_media_create/__init__.py:
 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/populate_boot.py:
 * linaro_media_create/tests/test_media_create.py:

 Don't pass -U to mkfs helpers; instead get the UUID from blkid after creating
 the root filesystem; LP: #705454.

2011-01-26 Guilherme Salgado <email address hidden>

 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Use the board's mmc_part_offset (instead of the media's partition count) to figure out the boot/root partition numbers

2011-01-26 Guilherme Salgado <email address hidden>

 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Use the board's mmc_part_offset (instead of the media's partition count) to figure out the boot/root partition numbers

2011-01-26 Loïc Minier <email address hidden>

 * linaro-media-create:

 Merge lp:~lool/linaro-image-tools/fdisk-isnt-required; fdisk isn't use anymore.

2011-01-26 Loïc Minier <email address hidden>

 * linaro-media-create:

 fdisk isn't used anymore.

2011-01-25 Guilherme Salgado <email address hidden>

 * linaro-media-create:
 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Get rid of the mx51evk-specific code in create_partitions

2011-01-25 Guilherme Salgado <email address hidden>

 * linaro-media-create:
 * linaro_media_create/boards.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Get rid of the mx51evk-specific code in create_partitions

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 TestGetBootCmd.test_overo(): update for new OveroConfig console settings;
 fixes testsuite.

2011-01-25 Guilherme Salgado <email address hidden>

 * linaro-media-create:

 Do not try to clean stuff up when there's nothing to cleanup.

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/boards.py:
 * linaro_media_create/tests/test_media_create.py:

 Merge lp:~lool/linaro-image-tools/fix-vexpress-lp-705569.

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 Move docstring in proper place.

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 TestBuildSteps: also move self.mock_all_boards_funcs() inside setUp()

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 TestBootSteps: move make_boot_files() logic in a wrapper function.

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 TestBootSteps(): only set funcs_calls = [] in setUp() rather than duplicating
 this in all tests.

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

 * linaro_media_create/tests/test_media_create.py:

 Test steps (functions) of linaro_media_create.boards called by various
 boards' configs with expected sequence.

2011-01-22 Loïc Minier <email address hidden>

 * linaro_media_create/boards.py:

 Add boot_device_or_file parameter to _make_boot_files() class method in
 VexpressConfig() class; was added specifically for imx51, but not added to all
 other boards.

2011-01-25 Loïc Minier <email address hidden>

 * linaro_media_create/boards.py:

 Merge lp:~doanac/linaro-image-tools/overo-natty-serial.

2011-01-24 Andy Doan <email address hidden>

 * linaro_media_create/boards.py:

 update serial settings for overo to match natty kernel

 The natty kernel uses tty02 rather than ttyS2

2011-01-24 Guilherme Salgado <email address hidden>

 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Make sure we create an extra (non-Data) partition for mx51evk boards

2011-01-24 Guilherme Salgado <email address hidden>

 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Make sure we create an extra (non-Data) partition for mx51evk boards

2011-01-24 Loïc Minier <email address hidden>

 * hwpack/config.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Merge lp:~lool/linaro-image-tools/pyflake-fixes.

2011-01-22 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 Rename rootfs to rootfs_dev to avoid shadowing rootfs import; rename bootfs to
 bootfs_dev for consistency.

2011-01-22 Loïc Minier <email address hidden>

 * hwpack/config.py:
 * linaro_media_create/check_device.py:
 * linaro_media_create/partitions.py:
 * linaro_media_create/tests/test_media_create.py:

 Remove unused code.

2011-01-22 Loïc Minier <email address hidden>

 * debian/rules:
 * hwpack/packages.py:

 Merge lp:~lool/linaro-image-tools/testsuite-env-fixes.

2011-01-22 Loïc Minier <email address hidden>

 * hwpack/packages.py:

 Drop spaces around env keyword argument.

2011-01-22 Loïc Minier <email address hidden>

 * debian/rules:
 * hwpack/packages.py:

 Set NO_PKG_MANGLE=1 when calling dpkg-deb; LP: #706144.

2011-01-22 Loïc Minier <email address hidden>

 * hwpack/packages.py:

 Set LC_ALL=C when running dpkg-deb; LP: #706140.

2011-01-20 Loïc Minier <email address hidden>

 * linaro_media_create/boards.py:

 Merge lp:~doanac/linaro-image-tools/overo-kernel-suffix.

2011-01-19 Andy Doan <email address hidden>

 * linaro_media_create/boards.py:

 change overo's sub_arch to kernel_suffix as per commit 247

2011-01-19 Loïc Minier <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 Merge lp:~doanac/linaro-image-tools/overo-support again to pick up a test case.

2011-01-19 Andy Doan <email address hidden>

 * linaro_media_create/tests/test_media_create.py:

 add test case for overo board

2011-01-19 Loïc Minier <email address hidden>

 * linaro_media_create/boards.py:

 Merge lp:~doanac/linaro-image-tools/overo-support.

2011-01-18 Andy Doan <email address hidden>

 * linaro_media_create/boards.py:

 support for overo boards

File Description Downloads
download icon linaro-image-tools-0.4.2.tar.gz (md5, sig) Linaro Image Tools 0.4.2 80
last downloaded 45 weeks ago
Total downloads: 80

2011.11 release from the 11.11 series released

Release information
Release notes:

This is a release 2011.11 of linaro-image-tools.

Notable changes include:

 * Adds support for a new directory layout of releases.linaro.org
 * Works-around a problem in python-apt on 64-bit Oneiric installations (bug #885895).
 * Improvements for Android on Snowball.
 * Drops S5VP310 support in fetch-image.
 * Adds VExpress support to linaro-android-media-create.

Changelog:

2011-11-17 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 VExpress support in linaro-android-media-create.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Add vexpress-a9 test case for android.

2011-11-16 Jon Medhurst (Tixy) <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 vexpress-a9 platform to linaro-android-media-create

 This change also adds generation of 'boot.scr' as the vexpress U-Boot
 will shortly be changed to read this.

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

 * linaro_image_tools/fetch_image_settings.yaml:

 Change description of unsupported Samsung boards.

2011-10-24 Andy Doan <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 S5VP310 support has been dropped to focus on Origen

 Denote this in our UIs to let users know

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Fix unit tests so they don't execute commands using sudo.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Stop test suite from moving files using sudo.

2011-11-15 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:

 Fix Snowball Android boot parameters and support the Snowball's special uboot.

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

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

 Clean up boot args and fix unit test to run with the changes. Also add one test for SnowballSdConfig that was missing.

2011-11-09 Bernhard Rosenkraenzer <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Fix snowball_emmc support as well (not just snowball_sd)

2011-11-09 Bernhard Rosenkraenzer <email address hidden>

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

 More adaptions to snowball's "unique" uboot

2011-11-09 Bernhard Rosenkraenzer <email address hidden>

 * linaro_image_tools/media_create/boards.py:

 Fix syntax error

2011-11-09 Bernhard Rosenkraenzer <email address hidden>

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

 Adapt to Android on Snowball using a custom uboot that takes
 "fat load" instead of "fatload"

2011-11-09 Bernhard Rosenkraenzer <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Attempt to fix boot args for Android on Snowball SD

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

 * linaro_image_tools/hwpack/packages.py:

 Add a workaround for bug 885895, while it's not fixed in python-apt

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

 * linaro_image_tools/hwpack/packages.py:

 Add a workaround for bug 885895

2011-10-28 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Merging in updates to where xdg library is imported

2011-10-28 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Restore global xdg import.

2011-10-27 James Tunnicliffe <email address hidden>

 * linaro-image-indexer:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:

 Merging in indexer update.

2011-10-27 James Tunnicliffe <email address hidden>

 * linaro-image-indexer:

 Updated paths to match the server, not local development.

2011-10-27 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Updated settings to give more human names to releases.

2011-10-27 James Tunnicliffe <email address hidden>

 * linaro_image_tools/__version__.py:
 * do-release:
 * linaro-android-media-create:
 * linaro-fetch-image-ui:
 * linaro-hwpack-create:
 * linaro-hwpack-replace:
 * linaro-image-indexer:
 * linaro-media-create:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:
 * 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/hwpack/tests/test_hardwarepack.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/rootfs.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:
 * setup.py:

 Updated indexer to cope with new layout of releases.linaro.org and pick up Oneiric snapshots.
 Due to lots of renaming the GUI isn't translating distro names (linaro-o-ubuntu-desktop isn't translated into Ubuntu Desktop), but we will have to live with that for the moment.

2011-10-27 Mattias Backman <email address hidden>

 * linaro_image_tools/__version__.py:
 * do-release:
 * linaro-android-media-create:
 * linaro-fetch-image-ui:
 * linaro-hwpack-create:
 * linaro-hwpack-replace:
 * linaro-media-create:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/fetch_image_settings.yaml:
 * 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/hwpack/tests/test_hardwarepack.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/rootfs.py:
 * linaro_image_tools/media_create/tests/test_media_create.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-10-27 Mattias Backman <email address hidden>

 * linaro-image-indexer:
 * linaro_image_tools/fetch_image.py:

 Clarify an assert, enable logging and experiment with getting both old and new structures.

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

 * linaro-image-indexer:

 Remove code that was commented out.

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

 * linaro-image-indexer:
 * linaro_image_tools/fetch_image.py:

 Proper handling of the new way of telling the indexer to index a directory:

 crawler.add_directory_parse_list(
 RELEASES_WWW_DOCUMENT_ROOT,
 RELEASE_URL,

 (["hwpack"], ["/platform/"]),
 This tells the indexer to look for a URL that matches the string "hwpack", but doesn't match "/platform/".

 ["platform", "build", "hardware"],
 These are the columns to put in the database

 "release_hwpacks",
 ["platform", "", "", ("hardware", r"hwpack_linaro-(.*?)_")])
 Once a URL has been split up by os.sep, this is how to file what is found. In this instance the first directory is used as the platform value in the database entry to be created. The tuple is of the form (column name, regexp), where regexp.group(1) is used as the value stored in the database in the colum "column name". In this example the build column is not filled in, but it is created in the database. This is to allow for a database where sometimes this column is used. This will be the case when transitioning from the old to new server layout.

 The UI currently won't cope with the NULL entry in the build column properly, but at least the indexer will work.

 This has been tested with an example layout of the new server structure, but not with the old server structure, so is not ready to merge.

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

 * linaro-image-indexer:
 * linaro_image_tools/fetch_image.py:

 Updating server indexer.
 Target is to get rid of all the special casing and make the indexer better at excluding/including files. Have given the URL verifier variable a new structure, so now it is a tuple of two lists. The first element of the tuple is a list of regexps that should match, the second is a list of regexps that shouldn't match.

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

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

 Bring in fetch_image changes.

2011-10-20 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Updating fetch image library to match new linaro media create command line.

2011-10-20 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Updated to match new lmc command line params.

2011-10-20 Loïc Minier <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Merge lp:~dooferlad/linaro-image-tools/11.09_fetch_image_update; adds 11.09
 to list of available images.

2011-10-05 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:

 Enable 11.09 release in linaro-fetch-image

File Description Downloads
download icon linaro-image-tools-2011.11.tar.gz (md5, sig) Linaro Image Tools 2011.11 256
last downloaded 4 weeks ago
Total downloads: 256

2011.10 release from the 11.11 series released

Release information
Release notes:

Notable changes in this release:

* The rootfs /etc/network/interfaces is now updated with interfaces specified in the hwpack.
* -v/--version option has been added to linaro-media-create and linaro-android-media-create which displays their version and the version of the installed qemu.
* The --dev option for iMX53 has been changed in l-a-m-c to mx53loco to be consistent with l-m-c. The old option is available but is deprecated.
* All command line parameters to l-m-c and l-a-m-c that used underscores have been changed to use dashes, i.e. --image-file. The old options are available but are deprecated.
* l-m-c now supports the new live-build path for the rootfs.
* linaro-hwpack-replace can now be used to remove packages from hwpacks.
* linaro-hwpack-replace can now modify the specified hw...

Changelog:

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

 * linaro_image_tools/media_create/__init__.py:

 Display qemu version in l-m-c and l-a-m-c --version output.

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

 * linaro_image_tools/media_create/__init__.py:

 Fix a comment typo.

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

 * linaro_image_tools/media_create/__init__.py:

 Add qemu-arm-static version to l-m-c and l-a-m-c --version output.

2011-10-20 Mattias Backman <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:

 Update rootfs /etc/network/interfaces with interfaces specified in the hwpack.

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

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

 Add tests.

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

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

 Add one entry in rootfs /etc/network/interfaces for each interface specified in the hwpack to bring them up automatically with dhcp.

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

 * linaro_image_tools/media_create/__init__.py:

 Add l-m-c and l-a-m-c command line parameters using dashes for consistency.

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

 * linaro_image_tools/media_create/__init__.py:

 Swap places for the dash and underscore option aliases so that the ones with dashes are displayed first in the help.

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

 * linaro_image_tools/media_create/__init__.py:

 Add aliases for command line options using dashes instead of underscores.

2011-10-14 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Addressing the review comments for the hwpack name changes

2011-10-13 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Addressing the review comments for the hwpack name changes

2011-10-13 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Adding an optional parameter to specify the build number to be used in new hwpack filename.

2011-10-13 James Westby <email address hidden>

 * linaro-media-create:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Support the new path for the rootfs dir within the tarball.

 live-build has changed the path that it puts the rootfs at
 within the tarball, so we have to support both the old and
 new locations.

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

 * linaro_image_tools/utils.py:

 Don't use Tarfile as a context manager.

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

 * linaro-media-create:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Add path_in_tarfile_exists() and use it to detect new Live image format.

2011-10-12 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Changing the timestamp on the hwpack to use utc time than the local time and fixing the tempdir cleanup

2011-10-12 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Changing the timestamp on the hwpack to use utc time than the local time and fixing the tempdir cleanup

2011-10-12 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Add a -i, --in-place option to modify the specified hwpack rather than making a new one and also cleanup tempdir

2011-10-11 Paul Larson <email address hidden>

 * linaro-hwpack-replace:

 * Add a -i, --in-place option to modify the specified hwpack rather than making a new one
 * Cleanup the tempdir

2011-10-07 Mattias Backman <email address hidden>

 * linaro-hwpack-replace:

 Enable just removing a package with linaro-hwpack-replace.

2011-10-06 Mattias Backman <email address hidden>

 * linaro-hwpack-replace:

 Just remove the package if no replacement package passed to linaro-hwpack-replace.

2011-10-06 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:

 Make the boot_script hwpack field optional.

2011-09-27 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:

 Make boot_script field optional.

2011-10-06 Mattias Backman <email address hidden>

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

 Disable temp Omap fix for hwpacks V2, where it's not longer needed.

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

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

 Don't execute set_appropriate_tty for V2 hwpacks, since tty will be set explicitly.

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

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

 Use --dev mx53loco in linaro-android-media-create to be consistent with linaro-media-create. Add deprecation warning for --dev iMX53.

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

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

 Restore iMX53 board option and add a deprecation warning.

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

 * linaro_image_tools/media_create/android_boards.py:

 Change --dev value for imx53 to mx53loco to be consistent with l-m-c.

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

 * linaro-android-media-create:

 Remove experimental banner from linaro-android-media-create.

2011-10-03 Andy Doan <email address hidden>

 * linaro-android-media-create:

 l-a-m-c is no longer "experimental"

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

 * linaro_image_tools/__version__.py:
 * do-release:
 * linaro-hwpack-create:
 * linaro_image_tools/media_create/__init__.py:
 * setup.py:

 Enable -v/--version option.

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

 * linaro_image_tools/__version__.py:

 Change version back to numeric only.

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

 * do-release:

 Move seds to function.

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

 * setup.py:

 Change setup.py to get version from __version__.py

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

 * do-release:

 Change do-release to update version in __version__.py

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

 * linaro_image_tools/__version__.py:
 * do-release:
 * linaro-hwpack-create:
 * linaro_image_tools/media_create/__init__.py:

 Enable -v and get version from __version__.py

File Description Downloads
download icon linaro-image-tools-2011.10.tar.gz (md5, sig) Linaro Image Tools 2011.10 279
last downloaded 44 weeks ago
Total downloads: 279

2011.09 release from the 11.11 series released

Release information
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:

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

File Description Downloads
download icon linaro-image-tools-2011.09.tar.gz (md5, sig) Linaro Image Tools 2011.09 213
last downloaded 48 weeks ago
Total downloads: 213

2011.08 release from the 11.11 series released

Release information
Release notes:

* SMDKV310 support has been added to linaro-android-media-create
* The Fetch Image GUI has seen major updates.
* Several updates to linaro-hwpack-replace.
* The default filesystem has been changed to ext4.
* The default image size has been changed to 3GiB.
* initrd-do has been added which is a script to edit an initrd interactively or automatically.
* To support SPL for Pandaboard, l-m-c now looks for u-boot.img before u-boot.bin.
* The initrd_high and fdt_high u-boot env vars are now set on Panda.

Changelog:

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

 * linaro-fetch-image-ui:

 * All hardware that is available is shown on page 1
 * If you chose hardware that doesn't have a build type available (release or snapshot) that build type is greyed out on page 2 with some help text saying why.

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

 * linaro-fetch-image-ui:

 * All hardware that is available is shown on page 1
 * If you chose hardware that doesn't have a build type available (release or snapshot) that build type is greyed out on page 2 with some help text saying why.

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

 * linaro-fetch-image-ui:

 Changed default file system to ext4.

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

 * linaro-fetch-image-ui:

 Changed default file system to ext4.

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

 * linaro_image_tools/media_create/__init__.py:

 Change --rootfs default to ext4.

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

 * linaro_image_tools/media_create/boards.py:

 Look for u-boot.img before u-boot.bin which is needed when u-boot SPL is enabled for Pandaboard.

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

 * linaro_image_tools/media_create/boards.py:

 Check for u-boot.img to be copied to the boot partition. If u-boot.img is not found, use u-boot.bin.

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

 * linaro-fetch-image-ui:

 Updates around the end of the GUI:
 * LMC settings page has advanced settings done properly
 * New device choser
 * New are you sure question when writing image to device.

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

 * linaro-fetch-image-ui:

 Added an OK device choser. Unfortunately most of the information that you can get over dbus (http://hal.freedesktop.org/docs/DeviceKit-disks/Device.html) is mostly useless. My guess is that hard disks are much better supported than finding out about an SD card hanging of a USB writer.

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

 * linaro-fetch-image-ui:

 Trying to get a decent dev choser. Not working so far!

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

 * linaro-fetch-image-ui:

 lmc_settings page updates:
 * Removed "are you sure" tick box
 * Put advanced settings in proper UI element

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

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 Pages 1 and 2 of the new IU are now complete.

 * Saying you want to run a simulation will generate a Beagle image to run on QEMU (tool does not run QEMU for you)
 * Advanced options on page 2 allow for selecting an OS that isn't Ubuntu Desktop
 * Unless you are selecting a snapshot build, page 3 is now linaro-media-create settings

 Part 3 of the updates will concentrate on the linaro-media-create settings page.

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

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 Pages 1 and 2 of the new IU are now complete.

 * Saying you want to run a simulation will generate a Beagle image to run on QEMU (tool does not run QEMU for you)
 * Advanced options on page 2 allow for selecting an OS that isn't Ubuntu Desktop
 * Unless you are selecting a snapshot build, page 3 is now linaro-media-create settings

 Part 3 of the updates will concentrate on the linaro-media-create settings page.

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

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 Added advanced options to stable/dev page.

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

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:

 Fixes three problems shown by unit tests:
 * Assert always runs - changed to raise AssertionError
 * Updated test_pyflakes.py so the "redefinition of unused CommandNotFound" error is ignored again
 * Test test_verify_files now passes (NamedTemporaryFile mocked to be predicatable)

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

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:

 Fixes three problems shown by unit tests:
 * Assert always runs - changed to raise AssertionError
 * Updated test_pyflakes.py so the "redefinition of unused CommandNotFound" error is ignored again
 * Test test_verify_files now passes (NamedTemporaryFile mocked to be predicatable)

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

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 Round 1 of updates to linaro-fetch-image-ui.

 This gives a new arrangement of the first two pages.

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

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 Added a couple of module level constants.

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

 * linaro-fetch-image-ui:

 If user has selected emulated system, don't let them write to a device (assumption is QEmu will run using an image file).

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

 * linaro-fetch-image-ui:

 Re-arranged first two pages according to new UI design.

2011-08-18 James Westby <email address hidden>

 * linaro_image_tools/media_create/__init__.py:

 Increase the default image size to 3G.

2011-08-18 James Westby <email address hidden>

 * linaro_image_tools/media_create/__init__.py:

 Up the default image size to 3G.

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

 * linaro_image_tools/tests/test_server_index.sqlite:
 * linaro_image_tools/tests/test_fetch_image.py:

 Modifications that change the fetch image library unit tests to use local files, not downloaded ones.

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

 * linaro_image_tools/tests/test_fetch_image.py:

 switch from using inspect to __file__ to determine the current file. While this is potentially less reliable, it is consistent with the rest of the code.

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

 * linaro_image_tools/tests/test_fetch_image.py:

 Fix possible problem with using a really old database for the test.

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

 * linaro_image_tools/tests/test_server_index.sqlite:
 * linaro_image_tools/tests/test_fetch_image.py:

 Tests for linaro-fetch-image now use local files, not server files.

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

 * linaro_image_tools/fetch_image.py:

 Improve error reporting when linaro-fetch-image is passed a set of options that don't match any available builds. User will now receive helpful information on what doesn't match up.

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

 * linaro-fetch-image:
 * linaro_image_tools/fetch_image.py:

 Undo previous change - it was broken.
 If an URL can not be pulled from the database we now log useful error messages, which are printed to the terminal by default.

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

 * linaro-fetch-image:

 Quick spell check for the release/snapshot CLI parameter.

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

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Improved the error handling around how linaro-fetch-image interacts with GPG.

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

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/utils.py:

 GPG interaction now uses --status-file to give us language independent output.

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

 * linaro_image_tools/fetch_image.py:

 Found another message not being passed as a tuple.

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

 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Bug fix: Was not passing a message correctly into the message queue correctly (not sent as tuple)
 linaro-fetch-image[-ui] copes with GPG signates failing because the GPG key is missing from the users keyring more sensibly.

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

 * linaro_image_tools/fetch_image_settings.yaml:

 Added back some required parts of the YAML that didn't get added to bzr.

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

 * linaro_image_tools/fetch_image_settings.yaml:

 Added back some required parts of the yaml that apparently hadn't got into bzr.

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

 * linaro_image_tools/fetch_image_settings.yaml:

 Corrected Bug #824733

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

 * linaro_image_tools/fetch_image_settings.yaml:

 Corrected Bug #824733
 Added in some new hardware packs.
 Added note about need to support snowball, but need to investigate.

2011-08-11 James Westby <email address hidden>

 * linaro-hwpack-replace:

 hwpack-replace: allow the caller to specify a prefix of packages to remove.

2011-08-11 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Adding a small comment and including the descrption abt hwpack removal into should_remove() and using the string to directly compare instead of string substitution

2011-08-11 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Addressing comments to include a small function (should_remove) to verify if package information
 needs to be removed from the Packages and manifest file. Also, use the same function to remove
 the debian packages matching the prefix of the package specified.

2011-08-05 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Changes to make it work for non linaro hwpack instead of making it work for linaro hwpack only

2011-08-05 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Removing un necessary backslash

2011-08-05 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 This patch addresses review comments with the following changes:
 1) Improve the description of the --prefix-pkg-remove arguement of l-h-r
 2) Rectified indentation problem and removed un necessary backslash
 3) Removed un used debian_pack_found variable
 4) Gave a comment on why we need to remove the hwpack-linaro-* info

2011-08-04 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 This patch fixes the bug Bug #816767 [linaro-hwpack-replace only replace same name deb pkg but in fact it needs a smart match]
 It now replaces old deb (with a different name) package with a new hwpack,
 so that l-m-c can determine which package is to be installed in later hwpack installation.
 The changes adds the new option --prefix-pkg-remove to handle this where the user is needed to provide the
 prefix of the debian package that needs to be removed while including the new one.

2011-08-10 James Westby <email address hidden>

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

 Set initrd_high and fdt_high u-boot env vars on Panda.

2011-07-09 David A. Long <email address hidden>

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

 Set the initrd_high and the new fdt_high u-boot environment variables to prevent u-boot
 from relocating the intial ramdisk and flattened device tree to the end of memory,
 which would be in HIGHMEM on Panda and would therefore not work.

2011-08-10 James Westby <email address hidden>

 * linaro_image_tools/hwpack/packages.py:
 * linaro_image_tools/hwpack/tests/test_packages.py:

 Create /etc/apt/sources.list.d in IsolatedAptCache. Thanks to Rex Tsai.

 Newer apts require this dir to function, and so we have to create it in
 our temp apt hierarchy.

2011-08-08 Loïc Minier <email address hidden>

 * initrd-do:
 * setup.py:

 Merge lp:~lool/linaro-image-tools/initrd-do; adds a script to edit an initrd
 interactively or automatically.

2011-08-03 Loïc Minier <email address hidden>

 * setup.py:

 Install initrd-do script.

2011-08-03 Loïc Minier <email address hidden>

 * initrd-do:

 Add new initrd-do script to interactively or automatically edit an initrd.

2011-08-04 James Westby <email address hidden>

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

 Add SMDKV310 support to linaro-android-media-create.

2011-07-27 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/partitions.py:

 Undo 1 more change

2011-07-27 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 fix whitespce

2011-07-27 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 whitespace change

2011-07-27 Angus Ainslie <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 Fix botched merge

2011-07-27 Angus Ainslie <email address hidden>

 * linaro-fetch-image:
 * linaro-fetch-image-ui:
 * linaro-hwpack-replace:
 * linaro_image_tools/tests/test_fetch_image.py:
 * org.linaro.linaro-image-tools.policy:
 * linaro-android-media-create:
 * linaro-media-create:
 * linaro_image_tools/cmd_runner.py:
 * 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/partitions.py:
 * linaro_image_tools/media_create/rootfs.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:
 * linaro_image_tools/tests/__init__.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:
 * setup.py:
 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/index_server.py:
 * linaro-image-indexer:

 merge in SMDKV310 support

2011-07-27 Angus Ainslie <email address hidden>

 * 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/partitions.py:

 Add android support for the SMDKV310 board

2011-07-06 Angus Ainslie <email address hidden>

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

 Fix the BL1 image size check

2011-08-03 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 The l-m-c was failing to use the hwpack created by linaro-hwpack-replace as
 there was a problem in the hierarchy of the files it packed and it had a "./"
 appended in every file. This patch fixes the hwpack files path.

2011-08-03 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 Fix the way l-h-r tar the hwpack

2011-08-03 Deepti B. Kalakeri<email address hidden>

 * linaro-hwpack-replace:

 hwpack-replace: Always add the new info the Packages file.

 Also only add a single staza of the new package, even if there are multiple packages to remove.

2011-07-28 James Westby <email address hidden>

 * linaro-hwpack-replace:

 hwpack-replace: Always add the new info the Packages file.

 Also only add a single staza of the new package, even if there are multiple
 packages to remove.

2011-07-28 James Westby <email address hidden>

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

 Fix the android-media-create support for imx.53 to create bootable images.

2011-07-28 Bernhard Rosenkraenzer <email address hidden>

 * linaro-android-media-create:

 install_boot_loader needs to be called with the boot partition mounted

2011-07-28 Bernhard Rosenkraenzer <email address hidden>

 * linaro_image_tools/media_create/android_boards.py:

 The iMX53 boot loader needs to be u-boot.imx, not u-boot.bin
 Current builds have been adapted to provide the correct file.

2011-07-28 Loïc Minier <email address hidden>

 * README:
 * linaro_image_tools/fetch_image.py:
 * linaro_image_tools/hwpack/builder.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:
 * linaro_image_tools/tests/test_pyflakes.py:

 Merge lp:~lool/linaro-image-tools/misc-syntax-fixes; fixes support for older
 Python versions and various syntax issues reported by pyflakes; LP: #817060.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Drop unused gpg_files entirely.

2011-07-28 Loïc Minier <email address hidden>

 * README:

 Mention optional installation of pyflakes to run tests in the README.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/tests/test_pyflakes.py:

 pyflakes: update line numbers in allowed warnings.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Actually test executed commands in
 TestMountedPartitionContextManager.test_umount_failure(); has the side effect
 of fixing a pyflake unused variable warning.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/fetch_image.py:

 pyflakes: drop unused variable redownloaded_files.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/fetch_image.py:

 pyflakes: gpg_files should be self.gpg_files; this is unused in both cases, so
 should perhaps be removed.

2011-07-28 Loïc Minier <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Split with statement in two for compatibility with older pythons.

2011-07-27 James Tunnicliffe <email address hidden>

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 1. fetch-image-ui now examines the return code of linaro-media-create and reports failures to the UI.
 2. The image_size parameter to linaro-media-create wasn't being passed. This resulted in linaro-fetch-image being unable to create Ubuntu Desktop disk images, which now need to be larger than the default size of 2GB.

2011-07-27 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image.py:

 Fixing half way through change check in.

2011-07-27 James Tunnicliffe <email address hidden>

 * linaro-fetch-image-ui:
 * linaro_image_tools/fetch_image.py:

 1. fetch-image-ui now examines the return code of linaro-media-create and reports failures to the UI.
 2. The image_size parameter to linaro-media-create wasn't being passed. This resulted in linaro-fetch-image being unable to create Ubuntu Desktop disk images, which now need to be larger than the default size of 2GB.

File Description Downloads
download icon linaro-image-tools-2011.08.tar.gz (md5, sig) Linaro Image Tools 2011.08 271
last downloaded 4 weeks ago
Total downloads: 271

2011.07 release from the 11.11 series released

Release information
Release notes:

This release adds the following features:

  * linaro-fetch-image-ui is a GUI to help with, selecting, downloading and writing Linaro image to and SD card. linaro-fetch-image provides similar features for command line lovers.
  * linaro-hwpack-replace allows for replacing a package within a hwpack with another. This can be useful for testing a proposed fix, or for modifying the packages included in a hwpack for other reasons.
  * Support for imx.53 in linaro-android-media-create
  * Support for Origen in linaro-android-media-create
  * Support for Snowball in linaro-android-media-create

It also fixes the following bugs:

  * A crash in linaro-media-create if the hardware pack contains a kernel that doesn't have a 2.6 version.
  * Loop mounts are no longer leaked if there is an error wh...

Changelog:

------------------------------------------------------------
revno: 394
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 12:50:29 -0300
message:
  Post-release version bump to 2011.07.1
------------------------------------------------------------
revno: 393
tags: 2011.07
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 12:50:25 -0300
message:
  Release 2011.07
------------------------------------------------------------
revno: 392
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 16:42:44 +0100
message:
  Add the new scripts to setup.py.
------------------------------------------------------------
revno: 391
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 16:40:32 +0100
message:
  Import the new name of fetch_image in test_fetch_image.
------------------------------------------------------------
revno: 390
author: Bernhard Rosenkranzer <email address hidden>
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 16:35:22 +0100
message:
  Install the imx.53 bootloader when using Android.
------------------------------------------------------------
revno: 389 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 16:33:42 +0100
message:
  Avoid an error if the kernel version doesn't match 2.6.*.
------------------------------------------------------------
revno: 388 [merge]
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Tue 2011-07-26 11:22:05 -0300
message:
  A new contextmanager to use when you want to mount a partition, copy something
  to it and umount when done
------------------------------------------------------------
revno: 387 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Tue 2011-07-26 14:04:10 +0100
message:
  Merging in temporary workaround for bug #816015.

  Prevent the indexing of any snapshots that aren't in http://snapshots.linaro.org/11.05-daily/ so the current logic for hwpack and OS selection will not result in finding an OS binary without a hardware pack to go with it.

  When testing I noticed that I hadn't changed the name of the library FetchImage to fetch_image (without this change the indexer wouldn't work). I also moved the BeautifulSoup import in fetch_image.py to the single function where it is used, so BeautifulSoup is not needed to be installed on the server that is creating the index.
------------------------------------------------------------
revno: 386 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Fri 2011-07-22 23:34:24 +0100
message:
  Renamed fetch image tools in line with other applications in the linaro-image-tools repository.
------------------------------------------------------------
revno: 385 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Fri 2011-07-22 21:38:17 +0100
message:
  After downloading files fetch_image[_ui].py checks the sha1sums and GPG signatures of the downloads.

  If a GPG signature doesn't verify a sha1sum file, the GPG signatures and sha1sums are re-downloaded. The GPG signatures are then re-checked. If the GPG signatures still don't verify all the sha1sums, we abort.

  If a sha1sum check fails, the file it is checksumming is re-downloaded. If after retrying a download then sha1sum check still fails the process is aborted.

  If if all GPG signatures are valid and sha1sum checks pass, we mark the packages as signed.

  If GPG signatures or SHA1 sums are unavailable for any package, and the above rules are met, we continue with image creation, but the packages are marked as unsigned.
------------------------------------------------------------
revno: 384 [merge]
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-22 10:15:37 -0300
message:
  Make sure the root partition is umounted if something goes wrong while it's being populated.
------------------------------------------------------------
revno: 383 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Thu 2011-07-21 21:41:51 +0100
message:
  Merging in changes that makes the Fetch Image tools download SHA1 sums and GPG signatures for the hardware pack and OS binaries to allow linaro-media-create to install the packages without asking the user to approve the installation of unsigned packages.
------------------------------------------------------------
revno: 382 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2011-07-21 15:49:45 -0400
message:
  Set default display to give decent output where EDID probing isn't supported.
------------------------------------------------------------
revno: 381 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Wed 2011-07-20 16:33:41 +0100
message:
  Adding a Policy Kit action definition file, which should live in /usr/share/polkit-1/actions so when pkexec linaro-media-create is called we have more information and less clutter in the Policy Kit auth dialog.
------------------------------------------------------------
revno: 380 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Wed 2011-07-20 10:40:02 +0100
message:
  Merge in branch where unit tests were moved out of fetch_image_ui.py into linaro_image_tools/tests/test_fetch_image.py.
------------------------------------------------------------
revno: 379 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Mon 2011-07-18 21:25:57 -0400
message:
  Add linaro-hwpack-replace to replace a .deb in a hwpack with another.
------------------------------------------------------------
revno: 378 [merge]
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Mon 2011-07-18 15:25:30 -0300
message:
  Add support for Android on the i.MX53 Quick Start Board
------------------------------------------------------------
revno: 377 [merge]
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Mon 2011-07-18 13:08:49 -0300
message:
  Make sure rootfs.move_contents() doesn't skip files that are not world-readable.
------------------------------------------------------------
revno: 376 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Thu 2011-07-14 14:57:40 +0100
message:
  Removed GUI code from the FetchImage library.
  Updated the download status the UI gives to the user, so now it is integrated into the wizard.
------------------------------------------------------------
revno: 375 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Thu 2011-07-07 17:24:28 +0100
message:
  Removed status prints from linaro_image_tools/index_server.py and renamed it to linaro-image-indexer
------------------------------------------------------------
revno: 374 [merge]
committer: Guilherme Salgado <email address hidden>
branch nick: trunk
timestamp: Thu 2011-07-07 12:30:52 -0300
message:
  Add support for Origen board
------------------------------------------------------------
revno: 373 [merge]
committer: James Tunnicliffe <email address hidden>
branch nick: linaro-image-tools
timestamp: Thu 2011-07-07 10:22:25 +0100
message:
  Merging fetch_image_ui.py to trunk - a GUI that guides the user through the process of identifying their hardware and what Linaro software they would like to run on it, downloading the required files (hardware packs and OS binaries) and generating a file system using linaro-media-create.
------------------------------------------------------------
revno: 372 [merge]
committer: Mattias Backman <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 16:55:14 +0200
message:
  Add metadata fields boot_min_size, root_min_size and loader_min_size to linaro-media-create.
------------------------------------------------------------
revno: 371 [merge]
committer: Mattias Backman <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 16:51:46 +0200
message:
  Use the hwpack u-boot file for the SMDKV310 board.

  To make this change consistent with the MX5 board, also move the Samsung specific methods into SMDKV310Config.
------------------------------------------------------------
revno: 370 [merge]
committer: Mattias Backman <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 16:33:32 +0200
message:
  Add support for first batch of hwpack 2.0 fields to linaro-media-create.

  This adds support for kernel_addr, initrd_addr, load_addr, u-boot (path
  to uboot binary in the hwpack), serial_tty and partition_layout.
------------------------------------------------------------
revno: 369 [merge]
committer: Mattias Backman <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 11:21:11 +0200
message:
  Use absolute imports for hardwarepack_format and FetchImage.
------------------------------------------------------------
revno: 368 [merge]
committer: Mattias Backman <email address hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 11:18:48 +0200
message:
  Add support for the Snowball board to linaro-android-media-create, written by Ola Borgelin. Add tests for Snowball code, written by Hans Odeberg and Markus Andersson.
------------------------------------------------------------

File Description Downloads
download icon linaro-image-tools-2011.07.tar.gz (md5, sig) Source code release 128
last downloaded 4 weeks ago
Total downloads: 128

2011.06 release from the 11.11 series released

Release information
Release notes:

New features/bug fixes in this release of linaro-image-tools:

  * Support the --image_file option in linaro-android-media-create.
  * Support the new upstream name of the smdkv310 SPL.
  * Add 24M for the second framebuffer in the kernel command line of Android on Panda.
  * Fix signature verification when absolute paths are used for the location of the
    signature.
  * Add the --nocheck-mmc option to linaro-media-create to skip the prompt to confirm
    the MMC device that will be used.

Changelog:

2011-06-23 James Westby <email address hidden>

 * setup.py:

 Release 2011.06

2011-06-23 James Westby <email address hidden>

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

 Use the new name for the SPL for the smdkv310 if the old one isn't present.

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

 * linaro_image_tools/media_create/boards.py:

 Check for old SPL file and if it doesn't exist check for new SPL. If
 neither file exists raise an exception.

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

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

 Set omapfb.vram=0:24M,1:24M for Android on Panda.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Add a test for Android Panda extra_boot_args.

2011-06-23 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:

 Duplicate extra_boot_args_options to android_boards.AndroidPandaConfig.

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

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

 Change omapfb.vram=0:24M to omapfb.vram=0:24M,1:24M to enable SGX on TI's kernel.

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

 * linaro-media-create:
 * linaro_image_tools/cmd_runner.py:
 * linaro_image_tools/tests/test_pyflakes.py:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Merge lp:~mabac/linaro-image-tools/chdir-for-hashverify; use location of hash file as working dir when verifying sha1sums of hwpacks.

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

 * linaro_image_tools/tests/test_pyflakes.py:

 Adjust pyflakes test to reflect that a source line has been added.

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

 * linaro-media-create:
 * linaro_image_tools/tests/test_utils.py:
 * linaro_image_tools/utils.py:

 Add basic tests for the file verification.

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

 * linaro-media-create:
 * linaro_image_tools/utils.py:

 Move file verification from main into a utils function.

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

 * linaro-media-create:
 * linaro_image_tools/cmd_runner.py:

 Add cwd parameter to cmd_runner.run() and use it for the sha1 verification in linaro-media-create.

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

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

 Merge lp:~mabac/linaro-image-tools/hwpacks-v2-hwpack-create; add support for hwpacks V2 format to linaro-hwpack-create.

2011-06-20 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:

 Clean up some ugly formatting.

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

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

 Add tests for find_fetched_package.

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

 * linaro_image_tools/hwpack/packages.py:

 Store full path to package when fetched using apt.

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

 * linaro_image_tools/hwpack/builder.py:

 Break apart function that had two purposes.

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

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

 Add option to MockCmdRunnerPopenFixture to disable child finished assertion which is needed to be able to pipe between two cmd_runners. Add stdin property to MockCmdRunnerPopenFixture. Add test_unpack_package test.

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

 * linaro_image_tools/hwpack/builder.py:

 Remove --wildcards from tar command and add comment.

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

 * linaro_image_tools/hwpack/tests/test_script.py:

 Restore an empty line.

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

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

 Add metadata as string tests.

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

 * linaro_image_tools/hwpack/tests/test_builder.py:

 Add tests for PackageUnpacker.

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

 * linaro_image_tools/hwpack/config.py:

 Clean up a little.

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

 * linaro_image_tools/hwpack/hardwarepack_format.py:
 * 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_hardwarepack.py:
 * linaro_image_tools/hwpack/tests/test_script.py:

 Use HardwarePackFormat objects instead of format strings.

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

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

 Add PackageFetcher.get_package_path().

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

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

 Cleanup after review.

2011-06-16 Mattias Backman <email address hidden>

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

 Break out u-boot code into separate method.

2011-06-16 Mattias Backman <email address hidden>

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

 Compare floats instead of format strings.

2011-06-16 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/hardwarepack.py:

 Remove not yet supported config fields.

2011-06-16 Mattias Backman <email address hidden>

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

 Break out regexp matching to separate method.

2011-06-16 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/builder.py:

 Move package unpacking and tempfile handling to context manager object.

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

 * linaro_image_tools/hwpack/builder.py:

 Clean up tempdir atexit and verify that the u-boot package actually was unpacked.

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

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

 Add test and validation for mmc_id.

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

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

 Add test for partition_layout.

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

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

 Add tests for network interface fields. Any ideas about naming restrictions for nw interfaces?

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

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

 Add tests and validation for kernel_addr, initrd_addr and load_addr.

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

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

 Add test for serial_tty.

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

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

 Add tests and validation for format, u-boot-package and u-boot-file.

2011-06-10 Mattias Backman <email address hidden>

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

 Make sure that 2.0 code only is executed when format is at least 2.0. Fix tests for new function signatures.

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

 * linaro_image_tools/hwpack/config.py:

 Only validate new fields if format is at least 2.0.

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

 * linaro_image_tools/hwpack/builder.py:

 Don't unpack the u-boot package if 2.0 format is not used.

2011-06-07 Mattias Backman <email address hidden>

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

 Unpack only explicitly specified file from u-boot package. Extract function to add one file from a package to the hwpack in preparation for supporting similar files.

2011-06-07 Mattias Backman <email address hidden>

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

 Remove hwpack-create board field.

2011-06-01 Mattias Backman <email address hidden>

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

 Get u-boot package path from PackageFetcher.

2011-06-01 Mattias Backman <email address hidden>

 * linaro_image_tools/hwpack/hardwarepack.py:

 Add new metadata fields from wiki spec with notes about implementation.

2011-06-01 Mattias Backman <email address hidden>

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

 Remove placeholders for options that are not being worked on yet.

2011-06-01 Mattias Backman <email address hidden>

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

 Add support for adding plain files to hwpack and add filenames to metadata. Also use this for file unpacked from u-boot package.

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

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

 Get name of u-boot package from hwpack file, download the package but do not add to hwpack.

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

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

 Get format from config file. 1.0 will be default and require hwpacks to specify format from now on.

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

 * linaro_image_tools/tests/test_pyflakes.py:
 * do-release:
 * linaro-hwpack-create:
 * linaro-media-create:
 * linaro_image_tools/hwpack/packages.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/hwpack/tests/test_packages.py:
 * linaro_image_tools/hwpack/tests/test_script.py:
 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/partitions.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:
 * linaro_image_tools/tests/__init__.py:
 * linaro_image_tools/utils.py:
 * setup.py:

 Merge trunk.

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

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

 Extend Config to validate and provide new options.

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

 * linaro_image_tools/hwpack/hardwarepack.py:

 Add new options to metadata file.

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

 * linaro_image_tools/hwpack/hardwarepack.py:

 Extend Metadata object iwith new options.

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

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

 Make version option make it into the FORMAT file in hwpack.

2011-06-17 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/fetch_image_settings.yaml:
 * linaro_image_tools/index_server.py:

 Merging in index_server.py and supporting files.

2011-06-17 James Tunnicliffe <email address hidden>

 * linaro_image_tools/fetch_image_settings.yaml:
 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/index_server.py:

 Minor code clean up and adding fetch_image_settings.yaml

2011-06-17 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:

 Removed trailing whitespace.

2011-06-17 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/index_server.py:

 Many changes recommended by code review.

2011-06-15 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/index_server.py:

 Some major changes to FetchImage.py since the last merge proposal, all in support of development on lp:~dooferlad/linaro-image-tools/my_dev

 Minor changes to index_server.py, mostly to work around the appearance of an unexpected (and out of place) directory in the index path.

2011-06-15 James Tunnicliffe <email address hidden>

 * linaro_image_tools/tests/test_pyflakes.py:
 * README:
 * do-release:
 * linaro-android-media-create:
 * linaro-hwpack-create:
 * linaro-media-create:
 * linaro_image_tools/hwpack/packages.py:
 * linaro_image_tools/hwpack/tests/test_config.py:
 * linaro_image_tools/hwpack/tests/test_packages.py:
 * linaro_image_tools/hwpack/tests/test_script.py:
 * linaro_image_tools/media_create/__init__.py:
 * linaro_image_tools/media_create/boards.py:
 * linaro_image_tools/media_create/check_device.py:
 * linaro_image_tools/media_create/chroot_utils.py:
 * linaro_image_tools/media_create/partitions.py:
 * linaro_image_tools/media_create/tests/test_media_create.py:
 * linaro_image_tools/tests/__init__.py:
 * linaro_image_tools/utils.py:
 * setup.py:

 Merge from trunk

2011-05-05 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/index_server.py:

 Server indexer updated to scan local file system

2011-04-28 James Tunnicliffe <email address hidden>

 * linaro_image_tools/FetchImage.py:
 * linaro_image_tools/index_server.py:

 Merge of files for generating the server index

2011-06-17 James Tunnicliffe <email address hidden>

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

 Add option --nocheck-mmc to linaro-media-create

2011-06-17 James Tunnicliffe <email address hidden>

 * linaro_image_tools/media_create/check_device.py:

 Provided sensible default to confirm_device_selection_and_ensure_it_is_ready parameter yes_to_mmc_selection

2011-06-17 James Tunnicliffe <email address hidden>

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

 Updated variable name to match CLI option: nocheck_mmc

2011-06-17 James Tunnicliffe <email address hidden>

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

 * Changed command line option from --yes-to-mmc-selection to --nocheck-mmc
 * Wrapped lines to 79 chars.

2011-06-15 James Tunnicliffe <email address hidden>

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

 Add command line option to force yes to the "Are you 100% sure on selecting [mmc]" question.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Merge lp:~mabac/linaro-image-tools/fewer-magic-numbers-in-tests; refactor partitioning tests.

2011-06-10 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Change test_get_boot_and_root_loopback_devices() and test_calculate_partition_size_and_offset() to use data stored in a variable instead of unconnected magic numbers.

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

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

 Merge lp:~mabac/linaro-image-tools/image-support-for-android; Add --image_file option to linaro-android-media-create as requested in lp:787972

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Use smaller partitions for testing.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Improve comments in tests.

2011-06-10 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Limit the data list to < 80 chars, didn't improve readability though.

2011-06-10 Mattias Backman <email address hidden>

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Clean up tests and put partition size and offsets in variable, after review comments. Thanks for the tip, Guilherme.

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Add test for get_android_loopback_devices().

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

 * linaro_image_tools/media_create/tests/test_media_create.py:

 Add test for calculate_android_partition_size_and_offset.

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

 * linaro_image_tools/media_create/partitions.py:

 Ignore the extended partition info.

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

 * linaro_image_tools/media_create/partitions.py:

 Get partition info for Android image.

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

 * linaro_image_tools/media_create/partitions.py:

 Sector size as constant.

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

 * linaro_image_tools/media_create/partitions.py:

 Replace 512 with SECTOR_SIZE constant.

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

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

 Merge trunk.

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

 * linaro_image_tools/media_create/partitions.py:

 Assert that all partitions are found.

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

 * linaro_image_tools/media_create/partitions.py:

 Use loopback devices for image file.

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

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

 Add --image_size option too.

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

 * linaro-android-media-create:

 Change --no-part check to match command line options.

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

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

 Add --image_file option to linaro-android-media-create

2011-05-26 James Westby <email address hidden>

 * setup.py:

 Post-release version bump to 0.4.8.1

File Description Downloads
download icon linaro-image-tools-2011.06-1.tar.gz (md5, sig) Source code release 73
last downloaded today
download icon linaro-image-tools-2011.06.tar.gz (md5, sig) Source code release 66
last downloaded 45 weeks ago
Total downloads: 139

3137 of 37 releases