summaryrefslogtreecommitdiff
path: root/meta-bytedance
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2021-08-12 07:03:31 +0300
committerLei YU <yulei.sh@bytedance.com>2021-08-13 06:17:58 +0300
commitd8700de00c0aa095c0b3ef0d66a093661a7f93e6 (patch)
treecdee10a5ae3b55ece422e6aff70fa8fff6dac837 /meta-bytedance
parent9359cfff00485b1e028fb7fd532acc1f44886aca (diff)
downloadopenbmc-d8700de00c0aa095c0b3ef0d66a093661a7f93e6.tar.xz
meta-bytedance: Add honister layer compat
Add `honister` to LAYERSERIES_COMPAT for the next Yocto release. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I13918bf18f29e1d4ccb6e4421a94a005abb25c9e
Diffstat (limited to 'meta-bytedance')
-rw-r--r--meta-bytedance/conf/layer.conf2
-rw-r--r--meta-bytedance/meta-g220a/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-bytedance/conf/layer.conf b/meta-bytedance/conf/layer.conf
index 1428987a1..241bc6d45 100644
--- a/meta-bytedance/conf/layer.conf
+++ b/meta-bytedance/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "bytedance-layer"
BBFILE_PATTERN_bytedance-layer = "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_bytedance-layer = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_bytedance-layer = "gatesgarth hardknott honister"
diff --git a/meta-bytedance/meta-g220a/conf/layer.conf b/meta-bytedance/meta-g220a/conf/layer.conf
index 0d28b4a09..4e4f0092a 100644
--- a/meta-bytedance/meta-g220a/conf/layer.conf
+++ b/meta-bytedance/meta-g220a/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "g220a-layer"
BBFILE_PATTERN_g220a-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_g220a-layer = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_g220a-layer = "gatesgarth hardknott honister"