fix readme

This commit is contained in:
Simon From Jakosen 2024-08-07 12:20:08 +02:00
parent dc9a4d3f7c
commit ba238692a4

View File

@ -1,6 +1,8 @@
# example-projects
## Yocto
### Add layer in a Yocto project
```
@ -14,7 +16,7 @@ IMAGE_INSTALL:append = " helloworld-cpp-cmake"
IMAGE_INSTALL:append = " helloworld-rs"
```
### Add/create recipes in a Yocto projectV
### Add/create recipes in a Yocto project
```
devtool add helloworld-c-make git@bitbucket.org:dol-sensors/example-projects.git --srcbranch main --src-subdir helloworld-c-make