diff options
Diffstat (limited to 'bitbake/lib/toaster/orm/models.py')
-rw-r--r-- | bitbake/lib/toaster/orm/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 7aaebedc2d..3a7dff8ca6 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
@@ -1658,7 +1658,7 @@ class CustomImageRecipe(Recipe): | |||
1658 | 1658 | ||
1659 | def get_base_recipe_file(self): | 1659 | def get_base_recipe_file(self): |
1660 | """Get the base recipe file path if it exists on the file system""" | 1660 | """Get the base recipe file path if it exists on the file system""" |
1661 | path_schema_one = "%s/%s" % (self.base_recipe.layer_version.dirpath, | 1661 | path_schema_one = "%s/%s" % (self.base_recipe.layer_version.local_path, |
1662 | self.base_recipe.file_path) | 1662 | self.base_recipe.file_path) |
1663 | 1663 | ||
1664 | path_schema_two = self.base_recipe.file_path | 1664 | path_schema_two = self.base_recipe.file_path |