<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Laszlo+Papp</id>
	<title>Yocto Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.yoctoproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Laszlo+Papp"/>
	<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/Special:Contributions/Laszlo_Papp"/>
	<updated>2026-04-17T00:57:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.yoctoproject.org/wiki/index.php?title=Toaster&amp;diff=14930</id>
		<title>Toaster</title>
		<link rel="alternate" type="text/html" href="https://wiki.yoctoproject.org/wiki/index.php?title=Toaster&amp;diff=14930"/>
		<updated>2015-06-26T11:25:31Z</updated>

		<summary type="html">&lt;p&gt;Laszlo Papp: Fix a minor typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Toaster]]&lt;br /&gt;
[[Toaster]] is a web-based interface to OpenEmbedded and BitBake. You might have heard it is a replacement for [https://www.yoctoproject.org/documentation/hob-manual Hob]. The answer is &amp;quot;it will be at some point, but not yet&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
General discussion about &#039;&#039;&#039;Toaster&#039;&#039;&#039; happens on a dedicated mailing list: [https://lists.yoctoproject.org/listinfo/toaster https://lists.yoctoproject.org/listinfo/toaster]&lt;br /&gt;
&lt;br /&gt;
=== Using Toaster ===&lt;br /&gt;
&lt;br /&gt;
Toaster can run in various modes and setups. To ease out the understanding of documentation, we review here the terminology used throughout the documentation.&lt;br /&gt;
&lt;br /&gt;
* Interactive mode - this is the mode released with Yocto Project Release 1.6. Functional components consist of a build recording component, &#039;toasterui&#039;, and a build stats and inspection user interface, the &#039;toastergui&#039;. It is started with the command sequence listed below, and the builds are started using normal bitbake command line&lt;br /&gt;
&lt;br /&gt;
 $ source oe-init-build-env&lt;br /&gt;
 $ source toaster start&lt;br /&gt;
&lt;br /&gt;
* Managed  mode - in this mode Toaster handles the build configuration GUI (through Project pages), and build scheduling and execution, in addition to the features launched with Yocto Project Release 1.6. The builds are triggered through the web interface, &lt;br /&gt;
the user as no direct access to the bitbake command line.&lt;br /&gt;
&lt;br /&gt;
** Local managed mode, in short _local_, is the out-of-box mode available after a poky/ checkout. It allows the user to perform build on his local machine source code, with a local build directory, and is intended to help the user discover the interface, and configure and run local builds. You can launch it with&lt;br /&gt;
&lt;br /&gt;
 $ ./bitbake/bin/toaster&lt;br /&gt;
&lt;br /&gt;
** Remote managed mode, or [[hosted Toaster]], is intended to be the production setup for running Toaster in organizations supporting multiple users and using customized Toaster installations.&lt;br /&gt;
&lt;br /&gt;
=== Toaster How-to&#039;s ===&lt;br /&gt;
&lt;br /&gt;
Specific pages with Toaster how-tos are available below.&lt;br /&gt;
&lt;br /&gt;
* [[Setting up a local instance of Toaster]]&lt;br /&gt;
* [[Setting up a production instance of Toaster]] - documentation for Interactive mode&lt;br /&gt;
* [[Setting up a hosted managed mode for Toaster]] - configure and run build through Toaster itself, providing a service for your users&lt;br /&gt;
* [https://www.yoctoproject.org/documentation/toaster-manual-17 How to use the Toaster web interface]&lt;br /&gt;
* [[How to delete information from the Toaster database]]&lt;br /&gt;
&lt;br /&gt;
=== About Toaster ===&lt;br /&gt;
&lt;br /&gt;
* [[Contribute to Toaster]]&lt;br /&gt;
* [https://bugzilla.yoctoproject.org/buglist.cgi?list_id=213820&amp;amp;columnlist=status_whiteboard%2Cassigned_to%2Ctarget_milestone%2Cbug_status%2Cshort_desc%2Cbug_severity%2Cpriority&amp;amp;classification=Build%20System%20%26%20Metadata&amp;amp;query_based_on=Toaster-Opens&amp;amp;query_format=advanced&amp;amp;bug_status=NEW&amp;amp;bug_status=ACCEPTED&amp;amp;bug_status=IN%20PROGRESS%20DESIGN&amp;amp;bug_status=IN%20PROGRESS%20DESIGN%20COMPLETE&amp;amp;bug_status=IN%20PROGRESS%20IMPLEMENTATION&amp;amp;bug_status=REOPENED&amp;amp;bug_status=NEEDINFO&amp;amp;bug_status=WaitForUpstream&amp;amp;component=toaster&amp;amp;product=Toaster&amp;amp;known_name=Toaster-Opens Bug list]&lt;br /&gt;
* [[Toaster architecture design]]&lt;br /&gt;
* [[Toaster testing plan]]&lt;br /&gt;
* [[Toaster 1.9 design | Scope and design (1.9)]]&lt;br /&gt;
* [[Toaster 1.7 design | Scope and design (1.7 - 1.8)]]&lt;br /&gt;
* [[Toaster archive | Archive]]&lt;br /&gt;
&lt;br /&gt;
=== In progress documentation ===&lt;br /&gt;
&lt;br /&gt;
We are currently preparing the documentation for the Toaster build functionality. The content here is just a brain dump of what we need to cover (in no particular order). Feel free to add and create content as you see fit:&lt;br /&gt;
&lt;br /&gt;
*[[Using virtualenv]]&lt;br /&gt;
*[[Toaster configuration]] - explain releases, layer sources, BitBake versions and default project configurations &lt;br /&gt;
*[[Set up Toaster locally]] - explain the set up process and the local version of the localconf.json file&lt;br /&gt;
*[[Set up production instance]] - explain the Django admin interface and the remove version of the localconf.json file&lt;br /&gt;
*[[manage.py commands]] - this should include an explanation of lsupdates&lt;br /&gt;
*[[Custom layer index]] - explain how to create your own layer index&lt;br /&gt;
*[[Start Toaster in managed mode]]&lt;/div&gt;</summary>
		<author><name>Laszlo Papp</name></author>
	</entry>
</feed>