summaryrefslogtreecommitdiff
path: root/meta-bytedance
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2020-06-17 09:48:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-08-17 22:41:28 +0300
commit0ad630d51fb77419f356df69db90cee39b4c88d8 (patch)
tree9b9ae21fbbf6830c3713263f734cc16e697d741e /meta-bytedance
parent30fb83326eeaad6222e8cce7de45997918605747 (diff)
downloadopenbmc-0ad630d51fb77419f356df69db90cee39b4c88d8.tar.xz
Add conf/layer.conf
The layer.conf is a required config file to describe the bytedance-layer. (From meta-bytedance rev: 60fb7f5059aba9e96849c27e8beda2d8c46607ff) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I751bc250fe275c4559093a73e354e0ef930b332a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-bytedance')
-rw-r--r--meta-bytedance/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-bytedance/conf/layer.conf b/meta-bytedance/conf/layer.conf
new file mode 100644
index 000000000..6fa8da720
--- /dev/null
+++ b/meta-bytedance/conf/layer.conf
@@ -0,0 +1,10 @@
+# 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 += "bytedance-layer"
+BBFILE_PATTERN_bytedance-layer = "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_bytedance-layer = "dunfell"