Toaster: Difference between revisions
From Yocto Project
Jump to navigationJump to search
No edit summary |
|||
Line 19: | Line 19: | ||
* [[Toaster 1.7 design | Scope and design]] | * [[Toaster 1.7 design | Scope and design]] | ||
* [[Toaster archive | Archive]] | * [[Toaster archive | Archive]] | ||
=== In progress documentation === | |||
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: | |||
*[[Using virtualenv]] | |||
*[[Toaster configuration]] - explain releases, layer sources, BitBake versions and default project configurations | |||
*[[Set up Toaster locally]] - explain the set up process and the local version of the localconf.json file | |||
*[[Set up production instance]] - explain the Django admin interface and the remove version of the localconf.json file | |||
*[[manage.py commands]] - this should include an explanation of lsupdates | |||
*[[Custom layer index]] - explain how to create your own layer index |
Revision as of 15:56, 27 October 2014
Toaster is a web-based interface to OpenEmbedded and BitBake. You might have heard it is a replacement for Hob. The answer is "it will be at some point, but not yet".
General discussion about Toaster happens on a dedicated mailing list: https://lists.yoctoproject.org/listinfo/toaster
Using Toaster
- Setting up a local instance of Toaster
- Setting up a production instance of Toaster
- How to use the Toaster web interface
- How to delete information from the Toaster database
About Toaster
- Contribute to Toaster
- Bug list
- Toaster architecture design
- Toaster testing plan
- Scope and design
- Archive
In progress documentation
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:
- Using virtualenv
- Toaster configuration - explain releases, layer sources, BitBake versions and default project configurations
- Set up Toaster locally - explain the set up process and the local version of the localconf.json file
- Set up production instance - explain the Django admin interface and the remove version of the localconf.json file
- manage.py commands - this should include an explanation of lsupdates
- Custom layer index - explain how to create your own layer index