Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_lsupdates.py13 from orm.models import Layer_Version, Machine, Recipe
22 old_recipes_count = Recipe.objects.count()
30 self.assertTrue(Recipe.objects.count() > old_recipes_count,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_custom_image_page.py14 from orm.models import Layer_Version, Recipe, CustomImageRecipe
44 self.recipe = Recipe.objects.create(
61 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_builddashboard_page.py16 from orm.models import Layer, Layer_Version, Recipe, CustomImageRecipe, Variable
100 self.image_recipe1 = Recipe.objects.create(
106 self.image_recipe2 = Recipe.objects.create(
148 self.non_image_recipe = Recipe.objects.create(
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_most_recent_builds_states.py14 from orm.models import Project, Build, Task, Recipe, Layer, Layer_Version
35 return Recipe.objects.create(name='foo', layer_version=layer_version)
/OK3568_Linux_fs/yocto/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'…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py18 from orm.models import Task_Dependency, Package, Target, Recipe
272 name = Recipe.objects.filter(
274 dep_name = Recipe.objects.filter(
342 recipe_id = Recipe.objects.filter(
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackagedata.bbclass22 …bb.fatal("Recipe %s is trying to create package %s which was already written by recipe %s. This wi…
23 …bb.fatal("Recipe %s is trying to change %s from '%s' to '%s'. This will cause do_package_write_* f…
H A Dmultilib_script.bbclass2 # Recipe needs to set MULTILIB_SCRIPTS in the form <pkgname>:<scriptname>, e.g.
/OK3568_Linux_fs/yocto/poky/
H A DMAINTAINERS.md25 Recipe Maintainers
37 * Recipe upgrade infrastructure: Alex Kanavin
/OK3568_Linux_fs/yocto/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"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py18 from orm.models import Layer_Version, Recipe
43 self.recipe1 = Recipe.objects.get(pk=2)
314 recipes = Recipe.objects.filter(Q(is_image=False))
356 image_recipe = Recipe.objects.get(pk=4)
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/delay/
H A Ddelay.bb1 SUMMARY = "Recipe with a fixed delay task"
/OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/templates/
H A Dexample.bb2 DESCRIPTION = "Recipe created by bitbake-layers"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py349 queryset = Recipe.objects.filter(
357 queryset = Recipe.objects.filter(
628 return Recipe.objects.filter(criteria) \
1308 class Recipe(models.Model): class
1358 recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE)
1368 … recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='r_dependencies_recipe')
1369 …depends_on = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='r_dependencies_depe…
1626 class CustomImageRecipe(Recipe):
1632 … base_recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, related_name='based_on_recipe')
1754 corrected_location = Recipe.objects.filter(
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/lapack/
H A Dlapack_3.10.0.bb6 # Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Ddevtool-reference.rst164 Adding a New Recipe to the Workspace Layer
225 Extracting the Source for an Existing Recipe
239 Synchronizing a Recipe's Extracted Source Tree
254 Modifying an Existing Recipe
278 Edit an Existing Recipe
291 Updating a Recipe
325 Checking on the Upgrade Status of a Recipe
408 Upgrading a Recipe
447 Resetting a Recipe
472 Building Your Recipe
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py29 from orm.models import Build, Task, Recipe, Layer_Version, Layer, Target, LogMessage, HelpText
329 …recipe, created = self._cached_get_or_create(Recipe, layer_version=recipe_information['layer_versi…
338 built_recipe, c = self._cached_get_or_create(Recipe,
608 Recipe,
616 except (Recipe.DoesNotExist,
617 Recipe.MultipleObjectsReturned) as e:
748 recipe = self._cached_get(Recipe,
754 except (Recipe.DoesNotExist, Recipe.MultipleObjectsReturned):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/
H A Dnbench_32bits.patch16 Recipe from old Atmel overlay.
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-thumb.inc19 …bb.warn("Recipe '%s' selects ARM_INSTRUCTION_SET to be '%s', but tune configuration overrides it t…

123