gists/yocto.md

13 lines
200 B
Markdown
Raw Normal View History

2021-11-30 14:48:48 +00:00
# Yocto
2024-05-17 12:09:53 +00:00
### build cross-compilation toolchain
```bitbake -c populate_sdk <core-image-recipe>```
### recipe cleanup
```bitbake -c clean <recipe>```
2021-11-30 14:48:48 +00:00
### devshell
2021-11-30 14:52:50 +00:00
```bitbake <recipe> -c devshell```
2021-11-30 14:48:48 +00:00