summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-10-11 16:19:08 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-12 08:41:50 -0500
commitf521abf424beb841fed85107e79f37b618c3e833 (patch)
tree3df6fd796414633cb8fd9eb6bfb927b658b60b4d /conf
parent5b74576add29e30777432bd593bf71a986239665 (diff)
downloadmeta-intel-f521abf424beb841fed85107e79f37b618c3e833.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
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 \
8BBFILE_COLLECTIONS += "intel" 8BBFILE_COLLECTIONS += "intel"
9BBFILE_PATTERN_intel := "^${LAYERDIR}/" 9BBFILE_PATTERN_intel := "^${LAYERDIR}/"
10BBFILE_PRIORITY_intel = "5" 10BBFILE_PRIORITY_intel = "5"
11
12# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"