Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmaturin.py20 self.tc.hasHostPackage("nativesdk-python3-maturin")
21 or self.tc.hasHostPackage("python3-maturin-native")
53 self.tc.hasHostPackage("nativesdk-python3-maturin")
54 or self.tc.hasHostPackage("python3-maturin-native")
58 self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine)
H A Dperl.py15 if not (self.tc.hasHostPackage("nativesdk-perl") or
16 self.tc.hasHostPackage("perl-native")):
H A Dpython.py15 if not (self.tc.hasHostPackage("nativesdk-python3-core") or
16 self.tc.hasHostPackage("python3-core-native")):
H A Dmeson.py25 if not (self.tc.hasHostPackage("nativesdk-meson") or
26 self.tc.hasHostPackage("meson-native")):
H A Dcmake.py26 if not (self.tc.hasHostPackage("nativesdk-cmake") or
27 self.tc.hasHostPackage("cmake-native")):
H A Dgtk3.py28 if not (self.tc.hasHostPackage("nativesdk-gettext-dev") or
29 self.tc.hasHostPackage("gettext-native")):
H A Dgcc.py34 if not (self.tc.hasHostPackage("packagegroup-cross-canadian-%s" % machine) or
35 self.tc.hasHostPackage("^gcc-", regex=True)):
H A Drust.py30 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):
51 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/
H A Dcontext.py15 def hasHostPackage(self, pkg): member in OESDKExtTestContext
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py46 def hasHostPackage(self, pkg, regex=False): member in OESDKTestContext
/openbmc/openbmc/poky/documentation/test-manual/
H A Dintro.rst468 if not (self.tc.hasHostPackage("nativesdk-python3-core") or
469 self.tc.hasHostPackage("python3-core-native")):