{% extends "base_toplevel.html" %} {% load i18n %} {% load static %} {% comment %} layerindex-web - duplicates page template Copyright (C) 2013-2014 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
Recipes with the same name in different layers:
Recipe name | Version | Description | Layer |
---|---|---|---|
{{ recipe.name }} | {{ recipe.pv }} | {{ recipe.short_desc }} | {{ recipe.layerbranch.layer.name }} |
No matching duplicate recipes in database.
{% endif %}Classes with the same name in different layers:
Class name | Layer |
---|---|
{{ class.name }} | {{ class.layerbranch.layer.name }} |
No matching duplicate classes in database.
{% endif %}Include files with the same name in different layers:
Include file | Layer |
---|---|
{{ incfile.path }} | {{ incfile.layerbranch.layer.name }} |
No matching duplicate include files in database.
{% endif %}