File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,16 @@ Clone all of Zephyr's repositories in a new :file:`zephyrproject` directory:
9696 You can replace :file: `zephyrproject ` with another directory name. West creates
9797the directory if it doesn't exist. See :ref: `west-multi-repo ` for more details.
9898
99+ .. important ::
100+
101+ You need to run ``west update `` any time :file: `zephyr/west.yml ` changes.
102+ This command keeps :ref: `modules ` in the :file: `zephyrproject ` folder in sync
103+ with the code in the zephyr repository, so they work correctly together.
104+
105+ Some examples when ``west update `` is needed are: whenever you
106+ pull the :file: `zephyr ` repository, switch branches in it, or perform a ``git
107+ bisect `` inside of it.
108+
99109.. warning ::
100110
101111 Don't clone into a directory with spaces anywhere in the path.
You can’t perform that action at this time.
0 commit comments