-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Revisit modules and inclusion in the default manifest #46801
Comments
@mbolivar-nordic to summarize options and see if there's momentum |
To present in the process WG today: https://docs.google.com/presentation/d/1txIGpbDz8tr_86xokgtNisTjzASwWT0f6Eho8zEFfOw/edit?usp=sharing |
Process WG:
Conclusion is to propose using group filters for new "optional" modules and potentially existing modules on a case by case basis. It will be up to whatever pull requests follow from this to determine the details of what is and is not optional. |
In our CI we need only two git repos / "modules". We have a very low-tech and very efficient solution: west init
west update module1 module2 It has been working perfectly. It would be perfect in interactive use too... except for this missing, related and already discussed ... where I think The non-scalable workaround is to never use a bare |
There's nothing to do here anymore from a process perspective as the answer to the initial question are now down to technical details. I'm closing this. If we have additional process questions related to this area, we will need a new issue. |
Problem statement: zephyr/west.yml contains "optional" modules that not everybody needs or wants. As a project, we want to choose a process for adding these optional modules without forcing all users to clone them when they run "west update".
The text was updated successfully, but these errors were encountered: