-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west failed due to empty value in self.path #28925
Comments
self:
path: Can you explain why this is here? The semantics of Do you still see this if you delete this entire |
@tejlmand either way I think we need to avoid a stack trace here. Need to see if it's a zephyr_module.py issue or if west.manifest should reject this manifest completely |
Building fine without the For the:
I don't remember exactly where I got it but I think it was the recommended way in previous (2.0 ?) documentation for T3 forest topology, and it was working fine that way before 2.4 |
This manifest is not well-formed; if you can point to some documentation that recommends doing it that way, I will fix it. I don't see any in master. I think this is therefore not a bug, but a malformed manifest. I've sent a PR to west which rejects this kind of manifest so it doesn't cause confusion in the future: zephyrproject-rtos/west#446 |
Since zephyrproject-rtos/west#446 is merged, I'm going to close this. I think I've answered the questions about best practices around |
Tested with west 0.8.0 on FreeBSD system
If self.path is changed to use manifest-repo, everything is working fine
Error message
Manifest used in T3 configuration. manifest is put in it's own
manifest-repo
directory.west/config
fileThe text was updated successfully, but these errors were encountered: