From 86f982c3df5dbac292ae3110ba2e8e73a9416575 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 31 Mar 2015 15:59:17 +0100 Subject: [PATCH] bitbake: toasterui: correct terminology in landing page Change the introductory description of Toaster we provide on first use, to make sure it mentions all the bits that make up the build system, and not just BitBake. (Bitbake rev: ed741d022e9bd13cbef5c71e33b1e68cb2e42d9b) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html index 5bbe694f894..4af849c2b39 100644 --- a/bitbake/lib/toaster/toastergui/templates/landing.html +++ b/bitbake/lib/toaster/toastergui/templates/landing.html @@ -15,7 +15,7 @@

This is Toaster

-

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

+

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

{% if MANAGED %} -- 2.47.3