{% extends "layerindex/classic_base.html" %} {% load i18n %} {% load static %} {% comment %} layerindex-web - comparison recipe search page template Copyright (C) 2013, 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block navs %} {% autoescape on %}
  • {% if branch.name == 'oe-classic' %}Recipes{% else %}Packages{% endif %}
  • Stats
  • {% endautoescape %} {% endblock %} {% block navs_extra %} {% autoescape on %} {% if updateable %}
    Update
    {% endif %} {% endautoescape %} {% endblock %} {% block content_inner %} {% autoescape on %}
    {% block page_heading %} {% if branch.name == 'oe-classic' %}

    OE-Classic recipes

    NOTE: This is the recipe search for OE-Classic, the older monolithic version of OpenEmbedded which is no longer actively developed. Click here to search current recipes.
    {% else %}

    {{ branch.short_description }} packages

    {% endif %} {% endblock %}
    {% for field in search_form.visible_fields %} {% if field.name == 'oe_layer' %} {% else %} {% endif %} {% endfor %} {% if branch.comparison %} {% endif %}
    {{ field.label }}
    ...
    {{ field.label }} {{ field }}
    Exclude classes
    ...
    {% block export_button %} {% endblock %}
    {% if recipe_list %} {% if not branch.comparison %} {% elif reversed %} {% if branch.name == 'oe-classic' %} {% else %} {% endif %} {% elif compare %} {% if branch.name == 'oe-classic' %} {% else %} {% endif %} {% else %} {% if branch.name == 'oe-classic' %} {% else %} {% endif %} {% endif %} {% block table_head_extra %}{% endblock %} {% for recipe in recipe_list %} 0 %}class="text-muted"{% endif %}> {% if not branch.comparison %} {% elif reversed %} {% elif compare %} {% if recipe.cover_pn %} {% else %} {% endif %} {% else %} {% endif %} {% block table_row_extra %}{% endblock %} {% endfor %}
    Recipe name Layer Version Description SectionRecipe name OE Layer Version Description Section StatusCovering recipeCovering packageRecipe namePackage nameVersion Patches Status OE Layer OE Recipe OE Version OE PatchesRecipe namePackage nameVersion Description Status Covering recipe Categories
    {{ recipe.name }} {{ recipe.layerbranch.layer.name }} {{ recipe.pv }} {{ recipe.short_desc }} {{ recipe.section }}{{ recipe.name }}{% if recipe.needs_attention %} {% endif %} {{ recipe.layerbranch.layer.name }} {{ recipe.pv }} {{ recipe.short_desc }} {{ recipe.section }} {% if recipe.cover_recipe %}{{ recipe.cover_recipe.get_cover_status_display }}{% endif %} {% if recipe.cover_recipe %}{% endif %}{{ recipe.cover_recipe.pn }}{% if recipe.cover_recipe %}{% endif %}{{ recipe.name }}{% if recipe.needs_attention %} {% endif %} {{ recipe.pv|truncatechars:10 }} {% if recipe.patch_set.exists %}{{ recipe.patch_set.count }}{% endif %} {{ recipe.get_cover_status_display }}{% if recipe.cover_comment %} {% endif %} {% if recipe.cover_layerbranch %}{{ recipe.cover_layerbranch.layer.name }}{% endif %}{% if recipe.cover_recipe %}{% endif %}{{ recipe.cover_pn }}{% if recipe.cover_recipe %}{% endif %} {% if recipe.cover_recipe %}{{ recipe.cover_recipe.pv|truncatechars:10 }}{% endif %} {% if recipe.cover_recipe and recipe.cover_recipe.patch_set.exists %}{{ recipe.cover_recipe.patch_set.count }}{% endif %} {{ recipe.name }}{% if recipe.needs_attention %} {% endif %} {{ recipe.pv }} {{ recipe.short_desc }} {{ recipe.get_cover_desc }} {% if recipe.cover_pn %}{% if recipe.cover_recipe %}{% endif %}{{ recipe.cover_pn }}{% if recipe.cover_recipe %}{% endif %}{% endif %} {{ recipe.classic_category }}
    {% if is_paginated %} {% comment %} {% load bootstrap_pagination %}
    {% bootstrap_paginate page_obj range=10 show_prev_next="false" show_first_last="true" %}
    {% endcomment %} {% endif %} {% else %} {% if searched %} {% if branch.name == 'oe-classic' %}

    No matching OE-Classic recipes in database.

    {% elif not branch.comparison %}

    No matching recipes in {{ branch }} branch.

    {% else %}

    No matching {{ branch }} packages in database.

    {% endif %} {% endif %} {% endif %}
    {% endautoescape %} {% endblock %} {% block scripts %} {% endblock %}