Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py58 …ion(self, targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True, shoul… argument
59 self.config_sstate(temp_sstate_location, [self.sstate_path])
61 if self.temp_sstate_location:
83 …rch, 'binutils-native'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True)
86 …inutils-native'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True, shoul…
89 …(['linux-libc-headers'], distro_specific=False, distro_nonspecific=True, temp_sstate_location=True)
92 …x-libc-headers'], distro_specific=True, distro_nonspecific=False, temp_sstate_location=True, shoul…
95 …tate_task(self, targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True): argument
96 self.config_sstate(temp_sstate_location, [self.sstate_path])
114 …cleansstate_task(targets, distro_specific=True, distro_nonspecific=True, temp_sstate_location=True)
[all …]
H A Dsstate.py17 self.temp_sstate_location = None
31 def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]): argument
32 self.temp_sstate_location = temp_sstate_location
34 if self.temp_sstate_location: