From 0ad630d51fb77419f356df69db90cee39b4c88d8 Mon Sep 17 00:00:00 2001 From: Lei YU Date: Wed, 17 Jun 2020 06:48:26 +0000 Subject: 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 Change-Id: I751bc250fe275c4559093a73e354e0ef930b332a Signed-off-by: Brad Bishop --- meta-bytedance/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-bytedance/conf/layer.conf (limited to 'meta-bytedance') 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" -- cgit v1.2.3