Toaster: Difference between revisions
From Yocto Project
Jump to navigationJump to search
m (→Using Toaster) |
|||
Line 31: | Line 31: | ||
*[[manage.py commands]] - this should include an explanation of lsupdates | *[[manage.py commands]] - this should include an explanation of lsupdates | ||
*[[Custom layer index]] - explain how to create your own layer index | *[[Custom layer index]] - explain how to create your own layer index | ||
*[[Start Toaster in managed mode]] |
Revision as of 11:49, 3 November 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
- Start Toaster in managed mode
- 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
- Start Toaster in managed mode