![Embedded Linux Development Using Yocto Project Cookbook(Second Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/294/36700294/b_36700294.jpg)
上QQ阅读APP看书,第一时间看更新
Using the Toaster web interface
Toaster is a web application interface to the Yocto Project's build system built on the Django framework with a database backend to store and represent build data. It replaces the Hob user interface, which could be found on releases prior to Yocto 1.8. The welcome page is shown next:
![](https://epubservercos.yuewen.com/782DAF/19470398708912006/epubprivate/OEBPS/Images/0b624a2a-c0a8-4388-84e3-c4e84c5f5fa2.png?sign=1738844593-qX4X5jsA4qtDtTX440bVDGPDuG0GyOSr-0-e71076e6c537907e006f26104d655ea3)
Welcome to Toaster
It allows you to perform the following actions:
- Configure local or remote builds
- Manage layers
- Set configuration variables
- Set build targets
- Start builds either from the command line (analysis mode) or the web UI (managed mode)
- Collect and represent build data
- Browse final images
- List installed packages
- See build variable values
- Explore recipes, packages, and task dependencies
- Examine build warnings, errors, and trace messages
- Provide build performance statistics
- Examine build tasks and use of shared state cache