Home
last modified time | relevance | path

Searched refs:checksum_id (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py566 def compute_checksum_info(checksum_id): argument
567 checksum_name = getattr(ud, "%s_name" % checksum_id)
569 if checksum_id in precomputed:
570 checksum_data = precomputed[checksum_id]
572 checksum_data = getattr(bb.utils, "%s_file" % checksum_id)(ud.localpath)
574 checksum_expected = getattr(ud, "%s_expected" % checksum_id)
580 "id": checksum_id,
587 for checksum_id in CHECKSUM_LIST:
588 checksum_infos.append(compute_checksum_info(checksum_id))
1278 def configure_checksum(checksum_id): argument
[all …]