Exemplo n.º 1
0
def setUpModule():
    if not oeSDKTest.hasHostPackage("nativesdk-python"):
        skipModule("No python package in the SDK")
Exemplo n.º 2
0
def setUpModule():
    machine = oeSDKTest.tc.d.getVar("MACHINE", True)
    if not oeSDKTest.hasHostPackage("packagegroup-cross-canadian-" + machine):
        skipModule("SDK doesn't contain a cross-canadian toolchain")
Exemplo n.º 3
0
def setUpModule():
    if not oeSDKTest.hasHostPackage("nativesdk-python"):
        skipModule("No python package in the SDK")