From f521abf424beb841fed85107e79f37b618c3e833 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 11 Oct 2012 16:19:08 -0700 Subject: emgd-driver-bin: add custom-licenses dir for emgd recipe Licenses Add a directory common/custom-licenses to store license texts of recipes in meta-intel layer using custom licenses. Adding these licenses text for emgd-driver-bin recipe: - Intel-software-license-emgd-1.14 - Intel-user-space-graphics-driver-binary-license-emgd-1.14 This takes care of this build warning: WARNING: emgd-driver-bin: No generic license file exists for: Intel-binary-only in any provider This addresses one of the issue reported in the bug: [YOCTO #3238] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 190d0b2b..e9c2b10a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,6 @@ BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "intel" BBFILE_PATTERN_intel := "^${LAYERDIR}/" BBFILE_PRIORITY_intel = "5" + +# Additional license directories. +LICENSE_PATH += "${LAYERDIR}/common/custom-licenses" -- cgit v1.2.3-54-g00ecf