[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/cap/zx297520v3/sources/meta-openembedded/meta-python/conf/layer.conf b/cap/zx297520v3/sources/meta-openembedded/meta-python/conf/layer.conf
new file mode 100644
index 0000000..0dbc429
--- /dev/null
+++ b/cap/zx297520v3/sources/meta-openembedded/meta-python/conf/layer.conf
@@ -0,0 +1,19 @@
+# We might have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-python"
+BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-python = "7"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_meta-python = "1"
+
+LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
+
+LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
+
+LICENSE_PATH += "${LAYERDIR}/licenses"