{% extends "base_toplevel.html" %} {% load i18n %} {% comment %} layerindex-web - OE-Classic index page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content_inner %} {% autoescape on %}
{% if branch.name == 'oe-classic' %}

OE-Classic

OpenEmbedded-Classic (OE-Classic) is the name for the old monolithic version of OpenEmbedded. It contained a number of recipes some of which have not yet been migrated on top of OE-Core. To help people to find and migrate these recipes we provide an index here as well as some statistics to get an idea of the migration.

{% else %}

{{ branch.short_description }}

{% endif %} Recipes Unmigrated Recipes Stats
{% endautoescape %} {% endblock %}