summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-04-27 16:02:37 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-30 13:11:51 +0000
commitf964cf053db43e80262b8d06d29696c0da304c57 (patch)
treee547ec99f6b20a02fd83326a51871a63771a7c0c /without-test-modules
parent5ea105a7f6c20b6ea0b002a389f9a9dcd22537f9 (diff)
downloadmorph-f964cf053db43e80262b8d06d29696c0da304c57.tar.gz
Add a CSV manifest generator.
This adds a `morph generate-manifest-csv` command which creates a CSV manifest for a system containing license information, upstream URL and a guess at the version of each component in a system. The existing `morph generate-manifest` is also renamed to `morph generate-manifest-genivi` to improve the distinction between the two commands which generate a manifest. The basis of this commit was done by Michael Drake <michael.drake@codethink.co.uk>. Change-Id: I712de11eaa6e1564c5bae5f5f396e5e77484972f
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index f80a6caf..689fb97f 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -34,6 +34,7 @@ morphlib/plugins/push_pull_plugin.py
morphlib/plugins/distbuild_plugin.py
morphlib/plugins/certify_plugin.py
morphlib/plugins/get_repo_plugin.py
+morphlib/plugins/system_manifests_plugin.py
distbuild/__init__.py
distbuild/build_controller.py
distbuild/connection_machine.py