summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-05-05 13:20:20 +0100
committerSaul Wold <sgw@linux.intel.com>2017-05-06 16:56:03 +0800
commit6cbb6f96b6d38b6cfdd5435a415b5ba32df22621 (patch)
treec45a34d1e7beb35c9dd7306768cbd9f81690f306 /conf
parent0f421692f14f432b6c2ac5bb08e5ff79b1156d27 (diff)
downloadmeta-intel-6cbb6f96b6d38b6cfdd5435a415b5ba32df22621.tar.gz
conf: set recipe maintainers
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/include/maintainers.inc3
-rw-r--r--conf/layer.conf1
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc
new file mode 100644
index 00000000..7fc7ef60
--- /dev/null
+++ b/conf/include/maintainers.inc
@@ -0,0 +1,3 @@
1# This file contains a list of recipe maintainers for meta-intel
2
3RECIPE_MAINTAINER_pn-libva-intel-driver = "Wei Tee Ng <wei.tee.ng@intel.com>"
diff --git a/conf/layer.conf b/conf/layer.conf
index abf6ffd6..581f9af5 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,3 +16,4 @@ LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
16# cause compatibility issues with other layers 16# cause compatibility issues with other layers
17LAYERVERSION_intel = "3" 17LAYERVERSION_intel = "3"
18 18
19require ${LAYERDIR}/conf/include/maintainers.inc