Searched refs:temp_sstate_location (Results 1 – 1 of 1) sorted by relevance
29 self.temp_sstate_location = None47 def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]): argument48 self.temp_sstate_location = temp_sstate_location50 if self.temp_sstate_location:84 self.config_sstate(temp_sstate_location, [self.sstate_path])86 if self.temp_sstate_location:135 self.config_sstate(temp_sstate_location, [self.sstate_path])151 def run_test_rebuild_distro_specific_sstate(self, targets, temp_sstate_location=True): argument152 self.config_sstate(temp_sstate_location, [self.sstate_path])288 self.run_test_rebuild_distro_specific_sstate(['binutils-native'], temp_sstate_location=True)[all …]