Difference between revisions of "West zephyr project manager"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Starting dedicated wiki page for Zephyr's `west` meta-tool references and notes.)
 
m
Line 2: Line 2:
  
 
   *  https://docs.zephyrproject.org/latest/guides/west/built-in.html#west-update
 
   *  https://docs.zephyrproject.org/latest/guides/west/built-in.html#west-update
 +
 +
Excerpt from [https://docs.zephyrproject.org/latest/guides/west/manifest.html west documentation]:
 +
 +
<pre>
 +
The available self keys and their usage are in the following table.
 +
self keys
 +
 +
Key
 +
 +
 +
Description
 +
 +
path
 +
 +
 +
Optional. The path west init should clone the manifest repository into, relative to the west workspace topdir.
 +
 +
If not given, the basename of the path component in the manifest repository URL will be used by default. For example, if the URL is https://git.example.com/project-repo, the manifest repository would be cloned to the directory project-repo.
 +
 +
west-commands
 +
 +
 +
Optional. This is analogous to the same key in a project sequence element.
 +
 +
import
 +
 +
 +
Optional. This is also analogous to the projects key, but allows importing projects from other files in the manifest repository. See Manifest Imports.
 +
</pre>

Revision as of 06:06, 26 August 2021


 *  https://docs.zephyrproject.org/latest/guides/west/built-in.html#west-update

Excerpt from west documentation:

The available self keys and their usage are in the following table.
self keys

Key
	

Description

path
	

Optional. The path west init should clone the manifest repository into, relative to the west workspace topdir.

If not given, the basename of the path component in the manifest repository URL will be used by default. For example, if the URL is https://git.example.com/project-repo, the manifest repository would be cloned to the directory project-repo.

west-commands
	

Optional. This is analogous to the same key in a project sequence element.

import
	

Optional. This is also analogous to the projects key, but allows importing projects from other files in the manifest repository. See Manifest Imports.