Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py13 def isNative(x): function
57 if isNative(recipename) or isCross(recipename) or isNativeSDK(recipename):
63 if isPackageGroup(mc, fn) and isAllArch(mc, fn) and not isNative(depname):
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass81 a.comment == "isNative" for a in recipe.annotations)
562 recipe.annotations.append(create_annotation(d, "isNative"))