gists/yocto.md

13 lines
200 B
Markdown

# Yocto
### build cross-compilation toolchain
```bitbake -c populate_sdk <core-image-recipe>```
### recipe cleanup
```bitbake -c clean <recipe>```
### devshell
```bitbake -c devshell <recipe>```