From d4f0b55652a42eec1d2c0360bef0592e2403a42b Mon Sep 17 00:00:00 2001 From: Lei YU Date: Wed, 25 Nov 2020 18:44:29 +0800 Subject: meta-g220a: Support gatesgarth The upstream is updated to support Yocto gatesgarth tag, fix the meta-g220a layer: * Remove meta-x86 which is empty and does not support gatesgarth yet; * Add gatesgarth in meta-g220a layer. Tested: Verify meta-g220a builds fine with upstream code. (From meta-bytedance rev: 5ba67f07bc7d145712d56eaa70d892cb8ba9fc3e) Signed-off-by: Lei YU Change-Id: I98eebe6472dccf88837df23de7b4f8f757d64f19 Signed-off-by: Andrew Geissler --- meta-bytedance/meta-g220a/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-bytedance/meta-g220a/conf/layer.conf') diff --git a/meta-bytedance/meta-g220a/conf/layer.conf b/meta-bytedance/meta-g220a/conf/layer.conf index e6e376cf0..8c075e539 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 = "dunfell" +LAYERSERIES_COMPAT_g220a-layer = "dunfell gatesgarth" -- cgit v1.2.3