aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/about.html
blob: 3ecee75b7b8baccd30e363668b6c3628a1bb1a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %}
{% load i18n %}

<!--
{% block title %}OpenEmbedded metadata index - About{% endblock %}
-->

{% block content %}
<p>This website indexes layers for the <a href="http://www.openembedded.org">OpenEmbedded</a> build system, suitable for use on top of OpenEmbedded-Core and distributions based upon it, providing additional recipes, machine support and/or distro policy configuration.</p>

<p>If you have a layer for use with OpenEmbedded that you wish to share with others, please <a href="{% url submit_layer %}">submit it</a>!</p>

<p>The code is Open Source and can be found on <a href="http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/">git.yoctoproject.org</a>.</p>
{% endblock %}

{% block footer %}
{% endblock %}