summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* custom-licenses: add NewRelic licenseMark Asselstine2016-08-311-0/+33
| | | | | | | | | | | | | | | | | | The python-newrelic package is licensed under several licenses, including the customer NewRelic license. This has been properly captured in the LICENSE string in the recipe but since there is no copy of the license it isn't copied into the package's build license-destdir which results in the following warning: WARNING: core-image-minimal-1.0-r0 do_rootfs: The license listed NewRelic was not in the licenses collected for recipe python-newrelic Add a copy of the license to the layer's custom-licenses folder to resolve this warning. The license text comes verbatim from the upstream LICENSE file. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iasl: Add Intel ACPI license informationMark Asselstine2013-08-101-0/+104
The iasl package is licensed under the Intel ACPI license. This is a variation of the MIT license but with enough modification that we don't want to mark it as MIT. Previously building this package would warn about the missing license. With this change we are providing a clear text copy of the license and calling this license out in the iasl recipe to make the warning go away and to ensure we are clearly defining this package's license information. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>