Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass241 stampfile = d.expand("${TOPDIR}/%s.run" % n.replace("do_", ""))
248 elif os.path.exists(stampfile):
249 with open(stampfile, "r") as f:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py154 return self.stampfile(stamp, mcfn, taskname, stamp_extrainfo)
156 def stampfile(self, stampbase, file_name, taskname, extrainfo): member in SignatureGenerator
509 def stampfile(self, stampbase, mcfn, taskname, extrainfo, clean=False): member in SignatureGeneratorBasicHash
522 return self.stampfile(stampbase, mcfn, taskname, extrainfo, clean=True)
H A Drunqueue.py1456 stampfile = bb.parse.siggen.stampfile_mcfn(taskname, taskfn)
1459 if not os.access(stampfile, os.F_OK):
1460 logger.debug2("Stampfile %s not available", stampfile)
1475 t1 = get_timestamp(stampfile)
1493 logger.debug2('Stampfile %s < %s', stampfile, stampfile2)