Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py32 featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES, bb.cooker.CookerFeatures.BASEDATASTORE_TRA… variable
H A Dknotty.py28 featureSet = [bb.cooker.CookerFeatures.SEND_SANITYEVENTS, bb.cooker.CookerFeatures.BASEDATASTORE_TR… variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py152 def __init__(self, featureSet=None, idleCallBackRegister=None): argument
157 if featureSet:
158 for f in featureSet: