/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
H A D | test_lsupdates.py | 14 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 D | test_new_custom_image_page.py | 15 from orm.models import Layer_Version, Recipe, CustomImageRecipe 49 self.recipe = Recipe.objects.create( 70 recipe2 = Recipe.objects.create(
|
H A D | test_builddashboard_page_recipes.py | 13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version 33 recipe = Recipe.objects.create(layer_version=layer_version)
|
H A D | test_builddashboard_page_tasks.py | 13 from orm.models import Project, Build, Recipe, Task, Layer, Layer_Version 32 recipe = Recipe.objects.create(layer_version=layer_version)
|
H A D | test_task_page.py | 13 from orm.models import Project, Build, Layer, Layer_Version, Recipe, Target 36 recipe = Recipe.objects.create(name=TestTaskPage.RECIPE_NAME,
|
H A D | test_builddashboard_page.py | 17 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 D | release-notes-5.2.rst | 50 Recipe License changes in |yocto-ver| 58 Recipe Upgrades in |yocto-ver|
|
/openbmc/openbmc/poky/scripts/lib/resulttool/template/ |
H A D | test_report_full_text.txt | 20 {{ '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 D | test_core_image_min.py | 19 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 D | packagedata.bbclass | 28 …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 D | report-details.html.jinja | 2 {% block title %}Recipe Report for {{ machine }}{% endblock %} 34 …Recipe is version {{ data.fullversion }}, latest upstream release is <strong>{{ data.upstream }}</…
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-ptest-fast.bb | 3 SUMMARY = "Recipe to trigger execution of all fast ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/ |
H A D | meta-networking-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-networking ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/ |
H A D | meta-multimedia-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-multimedia ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/ |
H A D | meta-python-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-python ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/ |
H A D | meta-filesystems-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-filesystems ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/ |
H A D | meta-perl-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-perl ptest images."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/ |
H A D | meta-oe-image-ptest-fast.bb | 3 DESCRIPTION = "Recipe to trigger execution of all fast meta-oe ptest images."
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/license/ |
H A D | incompatible-license.bb | 1 SUMMARY = "Recipe with an SPDX license"
|
H A D | incompatible-nonspdx-license.bb | 1 SUMMARY = "Recipe with a non-SPDX license"
|
H A D | incompatible-licenses.bb | 1 SUMMARY = "Recipe with multiple SPDX licenses"
|
H A D | incompatible-license-alias.bb | 1 SUMMARY = "Recipe with an alias of an SPDX license"
|
/openbmc/openbmc/poky/ |
H A D | MAINTAINERS.md | 25 Recipe Maintainers 37 * Recipe upgrade infrastructure: Alex Kanavin
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/delay/ |
H A D | delay.bb | 1 SUMMARY = "Recipe with a fixed delay task"
|
/openbmc/openbmc/poky/meta/lib/bblayers/templates/ |
H A D | example.bb | 2 DESCRIPTION = "Recipe created by bitbake-layers"
|