You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: