Add useful bitbake commands.

This commit is contained in:
giomba 2024-05-17 14:09:53 +02:00
parent 5e715a40a4
commit c560006d7a

View File

@ -1,5 +1,11 @@
# Yocto # Yocto
### build cross-compilation toolchain
```bitbake -c populate_sdk <core-image-recipe>```
### recipe cleanup
```bitbake -c clean <recipe>```
### devshell ### devshell
```bitbake <recipe> -c devshell``` ```bitbake <recipe> -c devshell```