| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/commands/ |
| H A D | test_lsupdates.py | 13 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 D | test_new_custom_image_page.py | 14 from orm.models import Layer_Version, Recipe, CustomImageRecipe 44 self.recipe = Recipe.objects.create( 61 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_builddashboard_page.py | 16 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 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_most_recent_builds_states.py | 14 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 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'…
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | test_core_image_min.py | 18 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 D | packagedata.bbclass | 22 …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 D | multilib_script.bbclass | 2 # Recipe needs to set MULTILIB_SCRIPTS in the form <pkgname>:<scriptname>, e.g.
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | MAINTAINERS.md | 25 Recipe Maintainers 37 * Recipe upgrade infrastructure: Alex Kanavin
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/views/ |
| H A D | test_views.py | 18 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 D | delay.bb | 1 SUMMARY = "Recipe with a fixed delay task"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/templates/ |
| H A D | example.bb | 2 DESCRIPTION = "Recipe created by bitbake-layers"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 349 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 D | lapack_3.10.0.bb | 6 # Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | devtool-reference.rst | 164 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 D | buildinfohelper.py | 29 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 D | nbench_32bits.patch | 16 Recipe from old Atmel overlay.
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | feature-arm-thumb.inc | 19 …bb.warn("Recipe '%s' selects ARM_INSTRUCTION_SET to be '%s', but tune configuration overrides it t…
|