Skip to content

Commit

Permalink
docs(yocto): add more cleanup paths `project/yocto/build/{cache,downl…
Browse files Browse the repository at this point in the history
…oads,tmp-*}`
  • Loading branch information
nikAizuddin committed Jun 18, 2023
1 parent 0d1f86a commit 0a339fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/yocto/all-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ To test on specific boards, see the following list:

To clean build:
```
rm -rf project/yocto/build/{sstate-cache,tmp}
rm -rf project/yocto/build/{sstate-cache,tmp,cache,downloads,tmp-*}
```

0 comments on commit 0a339fb

Please sign in to comment.