aboutsummaryrefslogtreecommitdiff
path: root/linaro-media-create
diff options
context:
space:
mode:
authorMattias Backman <mattias.backman@linaro.org>2011-06-28 15:35:12 +0200
committerMattias Backman <mattias.backman@linaro.org>2011-06-28 15:35:12 +0200
commit016e4e242b31b26af342d15002d00f195dba65f1 (patch)
tree76ff4db4acab7f1bd69ce43a804cb9553f9cfd1e /linaro-media-create
parent67b3d449c4ce9e34ca5d511cec9a584c98c2bc8f (diff)
Support multiple hwpacks. This makes sure that all hwpacks are of the same format version and that metadata fields are not specified in more than one of the hwpacks (except name, maintainter and a few more).
Diffstat (limited to 'linaro-media-create')
-rwxr-xr-xlinaro-media-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro-media-create b/linaro-media-create
index 3c91466..d3d5d72 100755
--- a/linaro-media-create
+++ b/linaro-media-create
@@ -104,7 +104,7 @@ if __name__ == '__main__':
ROOT_DISK = os.path.join(TMP_DIR, 'root-disc')
board_config = board_configs[args.board]
- board_config.set_metadata(args.hwpacks[0])
+ board_config.set_metadata(args.hwpacks)
ensure_required_commands(args)