...
Code Block | ||
---|---|---|
| ||
bitbake <Image Name> |
build sdk with:
Code Block |
---|
bitbake -c populate_sdk <Image Name> |
Image Name | Target | Provided By Layer |
---|---|---|
| A small image that only allows a device to boot | Poky |
| A console-only image that fully supports the target device hardware | Poky |
| An image with Sato, a mobile environment and visual style for mobile devices. The image supports X11 with a Sato theme, Pimlico applications. It contains a terminal, an editor and a file manager | Poky |
| It build a base image for SECO boards with custom features packages for test and debug | SECO |
| It builds an image for SECO boards with QT5 custom features packages for GUI development | SECO |
| It builds an image for SECO boards with testing packages for multimedia application. | SECO |
...