Home
last modified time | relevance | path

Searched defs: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.py28 featureSet = [bb.cooker.CookerFeatures.SEND_SANITYEVENTS, bb.cooker.CookerFeatures.BASEDATASTORE_TR… variable
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py132 def __init__(self, featureSet=None, server=None): argument