Lines Matching full:sstate_dir
600 def check_sanity_sstate_dir_change(sstate_dir, data):
601 # Sanity checks to be done when the value of SSTATE_DIR changes
603 # Check that SSTATE_DIR isn't on a filesystem with limited filename length (eg. eCryptFS)
605 if sstate_dir != "":
606 testmsg = check_create_long_filename(sstate_dir, "SSTATE_DIR")
607 # If we don't have permissions to SSTATE_DIR, suggest the user set it as an SSTATE_MIRRORS
611 …stmsg + "You could try using %s in SSTATE_MIRRORS rather than as an SSTATE_CACHE.\n" % (sstate_dir)
793 for v in ("TMPDIR", "DL_DIR", "SSTATE_DIR"):
954 sstate_dir = sanity_data.getVar('SSTATE_DIR')
956 check_symlink(sstate_dir, sanity_data)
971 if line.startswith('SSTATE_DIR'):
985 status.addresult(check_sanity_sstate_dir_change(sstate_dir, sanity_data))
987 if last_sstate_dir != sstate_dir:
988 status.addresult(check_sanity_sstate_dir_change(sstate_dir, sanity_data))
994 f.write("SSTATE_DIR %s\n" % sstate_dir)