Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py29 self.temp_sstate_location = None
47 def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]): argument
48 self.temp_sstate_location = temp_sstate_location
50 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): argument
152 self.config_sstate(temp_sstate_location, [self.sstate_path])
288 self.run_test_rebuild_distro_specific_sstate(['binutils-native'], temp_sstate_location=True)
[all …]