Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py38 SHOWN_CHECKSUM_LIST = ["sha256"] variable
604 if ci["id"] in SHOWN_CHECKSUM_LIST:
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py437 oldsums = ["%ssum" % s for s in bb.fetch2.SHOWN_CHECKSUM_LIST]
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py709 shown_checksums = ["%ssum" % s for s in bb.fetch2.SHOWN_CHECKSUM_LIST]