To actually perform the build, you need to run BitBake, telling it which root filesystem image you want to create. Some common images are as follows:
- core-image-minimal: This is a small console-based system which is useful for tests and as the basis for custom images.
- core-image-minimal-initramfs: This is similar to core-image-minimal, but built as a ramdisk.
- core-image-x11: This is a basic image with support for graphics through an X11 server and the xterminal terminal app.
- core-image-sato: This is a full graphical system based on Sato, which is a mobile graphical environment built on X11, and GNOME. The image includes several apps including a Terminal, an editor, and a file manager.
By giving BitBake the final target, it will ...