meta-qualcomm: add initial layer config of Qualcomm

Add layer configuration, license and owner files for meta-qualcomm.

Change-Id: Iaddfe3c38051d689bae175d3b578c83de57a0430
Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com>
Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
diff --git a/meta-qualcomm/conf/layer.conf b/meta-qualcomm/conf/layer.conf
new file mode 100644
index 0000000..3dcb65c
--- /dev/null
+++ b/meta-qualcomm/conf/layer.conf
@@ -0,0 +1,13 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH =. "${LAYERDIR}:"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+            ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "qualcomm-layer"
+BBFILE_PATTERN_qualcomm-layer := "^${LAYERDIR}/"
+
+LAYERSERIES_COMPAT_qualcomm-layer = "honister kirkstone"
+
+QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'