Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py10 def isNative(x): function
63 if isNative(recipename) or isCross(recipename) or isNativeSDK(recipename):
69 if isPackageGroup(mc, fn) and isAllArch(mc, fn) and not isNative(depname):
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcreate-spdx.bbclass74 a.comment == "isNative" for a in recipe.annotations)
454 recipe.annotations.append(create_annotation(d, "isNative"))