Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{% extends "base.html" %}
|
||||
{% load project_url_tag %}
|
||||
{% load humanize %}
|
||||
{% block pagecontent %}
|
||||
|
||||
<div class="row">
|
||||
<!-- Breadcrumbs -->
|
||||
<div class="col-md-12">
|
||||
<ul class="breadcrumb" id="breadcrumb">
|
||||
<li><a href="{% project_url build.project %}">{{build.project.name}}</a></li>
|
||||
{% if not build.project.is_default %}
|
||||
<li><a href="{% url 'projectbuilds' build.project.id %}">Builds</a></li>
|
||||
{% endif %}
|
||||
<li><a href="{%url 'builddashboard' build.pk%}">{{build.get_sorted_target_list.0.target}} {%if build.target_set.all.count > 1%}(+{{build.target_set.all.count|add:"-1"}}){%endif%} {{build.machine}} ({{build.completed_on|date:"d/m/y H:i"}})</a></li>
|
||||
{% block localbreadcrumb %}{% endblock %}
|
||||
</ul>
|
||||
<script>
|
||||
$( function () {
|
||||
$('#breadcrumb > li').append('<span class="divider">→</span>');
|
||||
$('#breadcrumb > li:last').addClass("active");
|
||||
$('#breadcrumb > li:last > span').remove();
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Begin container -->
|
||||
{% block pagedetailinfomain %}{% endblock %}
|
||||
<!-- End container -->
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user