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
diff --git a/meta-bytedance/conf/layer.conf b/meta-bytedance/conf/layer.conf
index 1428987..241bc6d 100644
--- a/meta-bytedance/conf/layer.conf
+++ b/meta-bytedance/conf/layer.conf
@@ -7,4 +7,4 @@
 
 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 0d28b4a..4e4f009 100644
--- a/meta-bytedance/meta-g220a/conf/layer.conf
+++ b/meta-bytedance/meta-g220a/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "g220a-layer"
 BBFILE_PATTERN_g220a-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_g220a-layer = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_g220a-layer = "gatesgarth hardknott honister"