BitBake/GUI
Introduction
Thanks to BitBake's client/server split there are several possibilities for graphical interaction with BitBake. At this time most development effort is being put into the hob GUI, which aims to be a general-purpose graphical tool for interactive BitBake sessions.
Current GUI's
There are currently three GUI's in BitBake, the most recent of which is in the "extremely prototype" phase of development.
depexp - a graphical dependency explorer use-case: view task dependencies in an interactive GUI
run with: bitbake -g -u depexp <some-target>
goggle - a graphical build viewer use-case: watch build progress using a GUI, potentially easier to follow than terminal output
run with: bitbake -u goggle <some-target>
hob - a graphical image creator use-case: create custom images without having to edit files by hand
Note: There're two major known issues that are actively being worked on which exists in the latest M2 release: 1. User have to do a commandline build before able to use hob to generate rootfs 2. In general, deselect packages for customization is broken so don't try to use it
Overall, hob is still under rigorous development and bug fixes, this is just an alpha-release which mainly for people to have a look and feel about it.
run with: bitbake -t xmlrpc -u hob
Ideas?
Ideas for future GUI work are being collected here