aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-09-21 18:11:54 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-10 16:17:57 -0700
commitd9e8b8af308ae871efdc8ef0782be30af8c1f894 (patch)
tree7314b60b56bdcfd0865d40819b4e6bfda89af31c /lib/bb/fetch/__init__.py
parent8b0753c090b0065a982198708c840f7c78dc0d23 (diff)
downloadbitbake-d9e8b8af308ae871efdc8ef0782be30af8c1f894.tar.gz
Rework the persist_data API
Rather than having to run .addDomain() and then .getValue(domain, key), .setValue(domain, key), etc, now it just works as mappings. As an example: setValue(domain, key) -> persist[domain][key] = value It also arranges things so we can construct objects of this type using any arbitrary filename/path for the sqlite3 database, rather than being so tightly bound to the metadata. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/fetch/__init__.py')
0 files changed, 0 insertions, 0 deletions