Lines Matching refs:TMPDIR
573 # Check the 'ABI' of TMPDIR
586 …TMPDIR changed for Recipe Specific Sysroots.\nConversion doesn't make sense and this change will r…
588 …TMPDIR changed to include path filtering from the pseudo database.\nIt is recommended to use a cle…
595 …status.addresult("Error, TMPDIR has changed its layout version number (%s to %s) and you need to e…
664 # Check that TMPDIR isn't on a filesystem with limited filename length (eg. eCryptFS)
666 tmpdir = d.getVar('TMPDIR')
667 status.addresult(check_create_long_filename(tmpdir, "TMPDIR"))
670 status.addresult("TMPDIR is setgid, please don't build in a setgid directory")
672 status.addresult("TMPDIR is setuid, please don't build in a setuid directory")
730 # The length of TMPDIR can't be longer than 410
731 status.addresult(check_path_length(tmpdir, "TMPDIR", 410))
733 # Check that TMPDIR isn't located on nfs
734 status.addresult(check_not_nfs(tmpdir, "TMPDIR"))
738 status.addresult(check_case_sensitive(tmpdir, "TMPDIR"))
793 for v in ("TMPDIR", "DL_DIR", "SSTATE_DIR"):
852 for checkdir in ['COREBASE', 'TMPDIR']:
913 # Check that TMPDIR hasn't changed location since the last time we were run
914 tmpdir = d.getVar('TMPDIR')
920 …status.addresult("Error, TMPDIR has changed location. You need to either move it back to %s or del…
923 # Remove setuid, setgid and sticky bits from TMPDIR
929 bb.warn("Unable to chmod TMPDIR: %s" % exc)
953 tmpdir = sanity_data.getVar('TMPDIR')
969 if line.startswith('TMPDIR'):
993 f.write("TMPDIR %s\n" % tmpdir)