docs: migration-guide-3.6: add a note about optional modules
Add a note about modules moved to optional and how to enable them again. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
0bc239f23d
commit
ec75b7704f
1 changed files with 12 additions and 0 deletions
|
|
@ -20,6 +20,18 @@ Kernel
|
|||
C Library
|
||||
=========
|
||||
|
||||
Optional Modules
|
||||
================
|
||||
|
||||
The following modules have been made optional and are not downloaded with `west update` by default
|
||||
anymore:
|
||||
|
||||
* ``canopennode``
|
||||
|
||||
To enable them again use the ``west config manifest.project-filter -- +<module
|
||||
name>`` command, or ``west config manifest.group-filter -- +optional`` to
|
||||
enable all optional modules, and then run ``west update`` again.
|
||||
|
||||
Device Drivers and Device Tree
|
||||
==============================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue