Skip to content

Commit 7991d32

Browse files
west.yml: remove 'self: path:'
This makes it easier to rename this repository and use it under its new name. For example, with this patch, if you push the repository to GitHub user 'foo' as repository 'bar', you can do: west init -m https://github.com/foo/bar my-workspace And you will get: - my-workspace/.west/config says manifest.path is 'bar' - my-workspace/bar exists as a git repository By contrast, with the current 'self: path:' setting, you will instead get: - my-workspace/.west/config says manifest.path is 'example-application' - my-workspace/example-application exists as a git repository Let's let people name this repository whatever they want, and get the expected results, instead of forcing the name example-application Signed-off-by: Marti Bolivar <[email protected]>
1 parent acf2df5 commit 7991d32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

west.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
manifest:
55
self:
6-
path: example-application
76
west-commands: scripts/west-commands.yml
87

98
remotes:

0 commit comments

Comments
 (0)