Skip to content
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

For which situation LICENSE changes in gpu arm utgard build fix patch is allowed #107

Open
rkalkani opened this issue Jan 13, 2017 · 2 comments

Comments

@rkalkani
Copy link

https://github.com/96boards/meta-96boards/blob/master/recipes-kernel/linux/linux-96boards/0005-drivers-gpu-arm-utgard-Fix-build-issue.patch#L14

I am using OdroidC1plus board. I am facing same licensing issue in build.
Can anyone explain in which cases this change is allowed ? I don't want to trap in licensing issue for production build.

@fboudra
Copy link
Member

fboudra commented Jan 13, 2017

See the following commit: 96boards-hikey/linux@102339c

The following statement doesn't have consistent behaviour on all machines: $(wildcard $(src)/linux/license/gpl/*)

On some, it actually returns the name of the GPL header file, on others it is a blank string.
Since the driver is in-tree, we can assume GPL compliance.

@rkalkani
Copy link
Author

Since it is in Linux divers tree. It is GPL compliance.
Am I right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants