Add "license-org" and "license-text" parameters - #298
Conversation
|
@allenh1 Could you please review and comment? |
If "license-org" and license-text" are passing in command line, the default value will be overlayed in generated files. Signed-off-by: Jason Shi <jaxonshi@qq.com>
|
@JasonShigit sorry for the delay! I'm running CI on it now. |
Signed-off-by: Jason Shi <jaxonshi@qq.com>
|
Hi @allenh1 |
|
@JasonShigit it seems there are still a few errors to resolve. The best way to run locally is to install all the requirements (see |
|
Thanks for submitting this. Can you describe the use case for allowing superflore to generate recipes under a difference license? Since the recipes are generated based on metadata, I am skeptical whether they can be copyrighted in the first place. Moreover the default copyright used for bitbake recipes is MIT and this patch would change the default to BSD. If you can describe the reason for this change it will help me better understand why it is needed. I think before I could merge this in, I would need to run it by the OSRA. |
|
I raised the questions in our ROS Infra meeting. The general consensus is that this change should be put on hold for now. They reached out to the ROS PMC for clarification |
If "license-org" and license-text" are passing in command line, the default value will be overlayed in generated files.