West manifest files

From Wiki at Neela Nurseries
Revision as of 15:05, 6 December 2025 by Ted (talk | contribs) (Add note about west manifest name-allowlist key)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Zephyr RTOS building blocks   ::   Device Tree Source   ::   Kconfig   ::   cmake   ::   `west` manifest files


To limit the modules which a west orchestrated project pulls in, under a manifest 'projects' section add a name-allowlist key to each project where this can limit downloads to local work dependencies:

 projects:
 - name: <project_name>
   ...
   import:
     name-allowlist:
       - <module_name>
       - <module_name>
       - <module_name>
 - name: <project_name>
   ...
 self: