From 7dfc79162c6745a0783e18f59d7f59f61dbb96cf Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 9 Aug 2013 11:04:26 -0400 Subject: iasl: Add Intel ACPI license information 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 Signed-off-by: Bruce Ashfield --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 873ff379..4c1fa19a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,6 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "virtualization-layer" BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_virtualization-layer = "7" + +# Custom licenses used by some packages in this layer +LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" \ No newline at end of file -- cgit v1.2.3-54-g00ecf