Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py730 recipe_id = prj.get_all_compatible_recipes().get(name="xen-image-minimal").pk
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py369 self.queryset = prj.get_all_compatible_recipes()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py354 def get_all_compatible_recipes(self): member in Project