Home
last modified time | relevance | path

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

/openbmc/openbmc/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.py34 featureSet = [bb.cooker.CookerFeatures.SEND_SANITYEVENTS, bb.cooker.CookerFeatures.BASEDATASTORE_TR… variable
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py131 def __init__(self, featureSet=None, server=None): argument
139 if featureSet:
140 for f in featureSet: