2024-08-02 15:13:57 +01:00
|
|
|
|
|
|
|
# example-projects
|
|
|
|
|
2024-08-02 15:33:53 +01:00
|
|
|
Add projects to Yocto project:
|
2024-08-02 15:13:57 +01:00
|
|
|
|
|
|
|
```
|
2024-08-02 15:33:53 +01:00
|
|
|
devtool add helloworld-c-make git@bitbucket.org:dol-sensors/example-projects.git --srcbranch main --src-subdir helloworld-c-make
|
|
|
|
|
|
|
|
devtool add helloworld-cpp-cmake git@bitbucket.org:dol-sensors/example-projects.git --srcbranch main --src-subdir helloworld-cpp-cmake
|
|
|
|
|
|
|
|
devtool add helloworld-rs git@bitbucket.org:dol-sensors/example-projects.git --srcbranch main --src-subdir helloworld-rs
|
2024-08-02 15:13:57 +01:00
|
|
|
```
|
|
|
|
|