Lines Matching refs:siginfo
8 def generate_sstatefn(spec, hash, taskname, siginfo, d):
12 # 8 chars reserved for siginfo
14 if siginfo:
16 extension = ".tar.zst.siginfo"
729 siginfo = d.getVar('SSTATE_PKG') + ".siginfo"
730 if not os.path.exists(siginfo):
731 bb.siggen.dump_this_task(siginfo, d)
734 os.utime(siginfo, None)
776 'file://{0}.siginfo;downloadfilename={0}.siginfo'.format(sstatefetch)]
910 # update .siginfo atime on local/NFS mirror if it is a symbolic link
911 …[ ! -h ${SSTATE_PKG}.siginfo ] || [ ! -e ${SSTATE_PKG}.siginfo ] || touch -a ${SSTATE_PKG}.siginfo…
915 [ ! -e ${SSTATE_PKG}.siginfo ] || touch --no-dereference ${SSTATE_PKG}.siginfo 2>/dev/null || true
920 def sstate_checkhashes(sq_data, d, siginfo=False, currentcount=0, summary=True, **kwargs):
944 def getsstatefile(tid, siginfo, d):
946 return extrapath + generate_sstatefn(spec, gethash(tid), tname, siginfo, d)
950 sstatefile = d.expand("${SSTATE_DIR}/" + getsstatefile(tid, siginfo, d))
1013 sstatefile = d.expand(getsstatefile(tid, siginfo, d))
1186 siginfo = d.getVar('SSTATE_PKG') + ".siginfo"
1187 if not os.path.exists(siginfo):
1188 bb.siggen.dump_this_task(siginfo, d)
1191 os.utime(siginfo, None)