-
Notifications
You must be signed in to change notification settings - Fork 48
[DNM] manifest: Make ArduinoCore-API a downloadable blob #139
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
Conversation
2b822a5 to
fa24435
Compare
This is something similar to how @kartben was suggesting here zephyrproject-rtos/zephyr#97726 right?
This is something similar to how @kartben was suggesting here zephyrproject-rtos/zephyr#97726 right?
Probably not.
This brings in ArduinoCore-API related files as blobs from outside easily.
This may not be necessary if you are making this an external module.
Rather, this is fit for a case that treats this repo as "Disabled Module."
This mechanism is intended to prevent sources with incompatible licenses from being included in this repository. I believe it qualifies for integration into Zephry, at least from the licensing perspective.
Make the license-incompatible headers and implementations a downloadable blob using `west blobs fetch`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Since ArduinoCore-API has been made into a blob, the CI procedure will be modified. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Make the license-incompatible headers and implementations
a downloadable blob using
west blobs fetch.