From ba238692a4a3ca16529d9512fcca5a4f547ce5d3 Mon Sep 17 00:00:00 2001 From: Simon From Jakosen Date: Wed, 7 Aug 2024 12:20:08 +0200 Subject: [PATCH] fix readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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