mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
bitbake: toaster: drop landing_not_managed template
This template is not referenced anywhere and therefore not used. It also refers to the obsolete "build mode" in the old docs. (Bitbake rev: f89a35155e3b8d12ac609a165c63ed206751b8da) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
377c744340
commit
5d11e2028e
@@ -1,34 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load static %}
|
||||
{% load projecttags %}
|
||||
{% load humanize %}
|
||||
|
||||
{% block title %} Welcome to Toaster {% endblock %}
|
||||
|
||||
{% block pagecontent %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- Empty - no build module -->
|
||||
<div class="page-header top-air">
|
||||
<h1>
|
||||
This page only works with Toaster in 'Build' mode
|
||||
</h1>
|
||||
</div>
|
||||
<div class="alert alert-info lead">
|
||||
<p">
|
||||
The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster.
|
||||
<ul>
|
||||
<li><a href="https://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#intro-modes">
|
||||
Read about the 'Build' mode
|
||||
</a></li>
|
||||
<li><a href="/">
|
||||
View your builds
|
||||
</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user