Home
last modified time | relevance | path

Searched refs:Recipe (Results 1 – 25 of 106) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_lsupdates.py14 from orm.models import Layer_Version, Machine, Recipe
23 old_recipes_count = Recipe.objects.count()
31 self.assertTrue(Recipe.objects.count() > old_recipes_count,
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_custom_image_page.py15 from orm.models import Layer_Version, Recipe, CustomImageRecipe
49 self.recipe = Recipe.objects.create(
70 recipe2 = Recipe.objects.create(
H A Dtest_builddashboard_page_recipes.py13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version
33 recipe = Recipe.objects.create(layer_version=layer_version)
H A Dtest_builddashboard_page_tasks.py13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version
32 recipe = Recipe.objects.create(layer_version=layer_version)
H A Dtest_task_page.py13 from orm.models import Project, Build, Layer, Layer_Version, Recipe, Target
36 recipe = Recipe.objects.create(name=TestTaskPage.RECIPE_NAME,
H A Dtest_builddashboard_page.py17 from orm.models import Layer, Layer_Version, Recipe, CustomImageRecipe, Variable
104 self.image_recipe1 = Recipe.objects.create(
110 self.image_recipe2 = Recipe.objects.create(
152 self.non_image_recipe = Recipe.objects.create(
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.2.rst50 Recipe License changes in |yocto-ver|
58 Recipe Upgrades in |yocto-ver|
/openbmc/openbmc/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt20 {{ 'Recipe'.ljust(maxlen['ptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(…
36 {{ 'Recipe'.ljust(maxlen['ltptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljus…
52 {{ 'Recipe'.ljust(maxlen['ltpposixtest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'…
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py19 from orm.models import Task_Dependency, Package, Target, Recipe
262 name = Recipe.objects.filter(
264 dep_name = Recipe.objects.filter(
332 recipe_id = Recipe.objects.filter(
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackagedata.bbclass28 …bb.fatal("Recipe %s is trying to create package %s which was already written by recipe %s. This wi…
29 …bb.fatal("Recipe %s is trying to change %s from '%s' to '%s'. This will cause do_package_write_* f…
/openbmc/openbmc/meta-arm/scripts/
H A Dreport-details.html.jinja2 {% block title %}Recipe Report for {{ machine }}{% endblock %}
34Recipe is version {{ data.fullversion }}, latest upstream release is <strong>{{ data.upstream }}</…
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-ptest-fast.bb3 SUMMARY = "Recipe to trigger execution of all fast ptest images."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/
H A Dmeta-networking-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-networking ptest images."
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/
H A Dmeta-multimedia-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-multimedia ptest images."
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/
H A Dmeta-python-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-python ptest images."
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/
H A Dmeta-filesystems-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-filesystems ptest images."
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/
H A Dmeta-perl-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-perl ptest images."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/
H A Dmeta-oe-image-ptest-fast.bb3 DESCRIPTION = "Recipe to trigger execution of all fast meta-oe ptest images."
/openbmc/openbmc/poky/meta-selftest/recipes-test/license/
H A Dincompatible-license.bb1 SUMMARY = "Recipe with an SPDX license"
H A Dincompatible-nonspdx-license.bb1 SUMMARY = "Recipe with a non-SPDX license"
H A Dincompatible-licenses.bb1 SUMMARY = "Recipe with multiple SPDX licenses"
H A Dincompatible-license-alias.bb1 SUMMARY = "Recipe with an alias of an SPDX license"
/openbmc/openbmc/poky/
H A DMAINTAINERS.md25 Recipe Maintainers
37 * Recipe upgrade infrastructure: Alex Kanavin
/openbmc/openbmc/poky/meta-selftest/recipes-test/delay/
H A Ddelay.bb1 SUMMARY = "Recipe with a fixed delay task"
/openbmc/openbmc/poky/meta/lib/bblayers/templates/
H A Dexample.bb2 DESCRIPTION = "Recipe created by bitbake-layers"

12345