Home
last modified time | relevance | path

Searched defs:dep_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py36 def __init__(self, model, dep_type, label): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1293 dep_type = models.IntegerField(choices=DEPENDS_TYPE) variable in Package_Dependency
1371 dep_type = models.IntegerField(choices=DEPENDS_TYPE) variable in Recipe_Dependency