From 60f9d69e016b11c468c98ea75ba0a60c44afbbc4 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 17 Aug 2016 14:31:25 -0500 Subject: yocto-poky: Move to import-layers subdir We are going to import additional layers, so create a subdir to hold all of the layers that we import with git-subtree. Change-Id: I6f732153a22be8ca663035c518837e3cc5ec0799 Signed-off-by: Patrick Williams --- .../lib/toaster/toastergui/templates/landing.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html (limited to 'import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html') diff --git a/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html b/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html new file mode 100644 index 000000000..a1b5cdce7 --- /dev/null +++ b/import-layers/yocto-poky/bitbake/lib/toaster/toastergui/templates/landing.html @@ -0,0 +1,62 @@ +{% extends "base.html" %} + +{% load static %} +{% load projecttags %} +{% load humanize %} + +{% block title %} Welcome to Toaster {% endblock %} +{% block pagecontent %} +
+
+
+
+ +
+

This is Toaster

+ +

A web interface to OpenEmbedded and BitBake, the Yocto Project build system.

+ + {% if lvs_nos %} +

+ + To start building, create your first Toaster project + +

+ {% else %} +
+ Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can: + +
+ {% endif %} + + +
+ +
+ Yocto Project +
+ +
+
+
+
+{% endblock %} -- cgit v1.2.1