Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcommand.py489 def allProviders(self, command, params): member in CommandsSync
494 return list(bb.providers.allProviders(command.cooker.recipecaches[mc]).items())
495 allProviders.readonly = True
H A Dproviders.py53 def allProviders(dataCache): function