summaryrefslogtreecommitdiff
path: root/meta-yadro/conf/layer.conf
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-06-20 19:46:38 +0300
committerGitHub <noreply@github.com>2019-06-20 19:46:38 +0300
commit43a183cc0926da36e3a218efa02ab4838ace316f (patch)
tree9ea192b408585fc2a19b54d196c3d56eaddc4acb /meta-yadro/conf/layer.conf
parent5575b1d27fc222f973d96dc06af0f21ba7656f28 (diff)
parent2c7e8f4ce61f2e0407c37e98e22bbb13e562b414 (diff)
downloadopenbmc-43a183cc0926da36e3a218efa02ab4838ace316f.tar.xz
Merge pull request #12 from Intel-BMC/update
Update
Diffstat (limited to 'meta-yadro/conf/layer.conf')
-rw-r--r--meta-yadro/conf/layer.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yadro/conf/layer.conf b/meta-yadro/conf/layer.conf
new file mode 100644
index 000000000..7feac4c21
--- /dev/null
+++ b/meta-yadro/conf/layer.conf
@@ -0,0 +1,11 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+BBFILE_COLLECTIONS += "yadro-layer"
+BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
+BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
+
+LAYERSERIES_COMPAT_yadro-layer = "thud warrior"
+
+# Provide a variable that points the base of the yadro layer.
+YADROBASE = '${@os.path.normpath("${LAYERDIR}/")}'