consolidate target_files metadata into one key-value file

Instead of separate files for recovery api version, tool extensions,
and mkyaffs2 options, put those all in the generic key-value file.

Change-Id: Ib642311632844d52e4895fd4747093fc7e86232d
This commit is contained in:
Doug Zongker
2010-09-16 17:44:38 -07:00
parent ec5ffbabd3
commit 37974731fc
5 changed files with 102 additions and 123 deletions

View File

@@ -31,7 +31,7 @@ class EdifyGenerator(object):
"""Make a temporary script object whose commands can latter be
appended to the parent script with AppendScript(). Used when the
caller wants to generate script commands out-of-order."""
x = EdifyGenerator(self.version)
x = EdifyGenerator(self.version, self.info)
x.mounts = self.mounts
return x