From 7991d32487ce99a6a961ed496fa2b147c1e07c3c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 5 Jan 2023 14:29:37 -0800 Subject: [PATCH] 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 --- west.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/west.yml b/west.yml index 0434784..580363c 100644 --- a/west.yml +++ b/west.yml @@ -3,7 +3,6 @@ manifest: self: - path: example-application west-commands: scripts/west-commands.yml remotes: