Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1034 wkspath = tempf.name
1039 return wkspath
1041 def _get_wic_partitions(self, wkspath, native_sysroot=None, ignore_status=False): argument
1042 p = runCmd("wic create %s -e core-image-minimal -o %s" % (wkspath, self.resultdir),
1048 wksname = os.path.splitext(os.path.basename(wkspath))[0]
1075 wkspath = Wic2._make_fixed_size_wks(200)
1076 _, partlns = self._get_wic_partitions(wkspath)
1077 os.remove(wkspath)
1089 wkspath = Wic2._make_fixed_size_wks(1)
1090 p, _ = self._get_wic_partitions(wkspath, ignore_status=True)
[all …]