Lines Matching refs:manifest
22 with open(os.path.join(license_image_dir, 'package.manifest'), "w+") as package_manifest:
46 d.getVar('IMAGE_NAME'), 'license.manifest')
76 # Rootfs manifest
88 # Image manifest
110 # - Just copy the manifest
111 # - Copy the manifest and the license directories
184 Write the license manifest for the deployed recipes.
196 # It is necessary to mark this will be used for image manifest
209 image_license_manifest = os.path.join(lic_manifest_dir, 'image_license.manifest')
239 # The manifest file name contains the arch. Because we are not running
246 "manifest-%s-%s.deploy" % (arch, dep))
256 Get the files deployed from the sstate manifest
261 with open(man_file, "r") as manifest:
262 all_files = manifest.read()