summaryrefslogtreecommitdiff
path: root/meta-fii/conf
diff options
context:
space:
mode:
authorLancelot Kao <lancelot.kao@fii-usa.com>2020-09-15 21:51:43 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-30 19:00:47 +0300
commitb0f233179a0ebabc0c40d4b0eaecdddf74d1a709 (patch)
tree4cccaecb650ede249175413d62ad7c17b47327c9 /meta-fii/conf
parent51b9ac11f580ea23c7b76e09577d206e882aa028 (diff)
downloadopenbmc-b0f233179a0ebabc0c40d4b0eaecdddf74d1a709.tar.xz
meta-fii: Add new meta layer for Fii USA Inc
Create the meta-fii layer for Fii USA Inc. Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I354d0b98ae4617896505e794ab5614dd4eb413c6
Diffstat (limited to 'meta-fii/conf')
-rw-r--r--meta-fii/conf/layer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-fii/conf/layer.conf b/meta-fii/conf/layer.conf
new file mode 100644
index 000000000..8895ad5db
--- /dev/null
+++ b/meta-fii/conf/layer.conf
@@ -0,0 +1,8 @@
+# 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 += "fii-layer"
+BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell"