Lines Matching full:metadata
26 metadata = name.split('/')[-1]
27 fn, _ = os.path.splitext(metadata)
34 # Get exported metadata
37 metadata = tar.getmember(export.metadata)
39 …raise DevtoolError('The export metadata file created by "devtool export" was not found. "devtool i…
41 tar.extract(metadata)
42 with open(metadata.name) as fdm:
44 os.unlink(metadata.name)
65 # Find those appends that do not have recipes in current metadata
68 # Check on current metadata (covering those layers indicated in bblayers.conf)
79 if member.name == export.metadata:
84 # do not extract data from non-importable recipes or metadata