{% extends "basebuildpage.html" %} {% load projecttags %} {% block title %} BitBake variables - {{build.target_set.all|dictsort:"target"|join:", "}} {{build.machine}} - {{build.project.name}} - Toaster {% endblock %} {% block localbreadcrumb %}
  • Configuration
  • {% endblock %} {% block buildinfomain %}
    {% for variable in objects %} {% if variable.vhistory.count %} {% endif %} {% endfor %}
    {% endblock %}