{% extends "layerindex/classic_base.html" %} {% load i18n %} {% comment %} layerindex-web - OE-Classic recipe search page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block navs %} {% autoescape on %}
  • Recipes
  • Stats
  • {% endautoescape %} {% endblock %} {% block content_inner %} {% autoescape on %}

    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.
    {% for field in search_form.visible_fields %} {% endfor %}
    {{ field.label }} {{ field }}
    {% if recipe_list %} {% if multi_classic_layers %} {% endif %} {% for recipe in recipe_list %} 0 %}class="muted"{% endif %}> {% if multi_classic_layers %} {% endif %} {% endfor %}
    Recipe name Version Description Status CategoriesLayer
    {{ recipe.name }} {{ recipe.pv }} {{ recipe.short_desc }} {{ recipe.get_cover_desc }} {{ recipe.classic_category }}{{ recipe.layerbranch.layer.name }}
    {% if is_paginated %} {% load pagination %} {% pagination page_obj %} {% endif %} {% else %} {% if searched %}

    No matching OE-Classic recipes in database.

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