diff --git a/README.md b/README.md index ecff516..0ff1f9e 100644 --- a/README.md +++ b/README.md @@ -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