summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2020-11-25 13:44:29 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-30 17:36:56 +0300
commitd4f0b55652a42eec1d2c0360bef0592e2403a42b (patch)
treef3bb6bc83fec3e2105c086e2903389a245f01504
parent0a4cc0f62937e75db56d18e4f0be773dbb4f7cb7 (diff)
downloadopenbmc-d4f0b55652a42eec1d2c0360bef0592e2403a42b.tar.xz
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 <yulei.sh@bytedance.com> Change-Id: I98eebe6472dccf88837df23de7b4f8f757d64f19 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-bytedance/meta-g220a/conf/bblayers.conf.sample2
-rw-r--r--meta-bytedance/meta-g220a/conf/layer.conf2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-bytedance/meta-g220a/conf/bblayers.conf.sample b/meta-bytedance/meta-g220a/conf/bblayers.conf.sample
index 9a34c79f0..f00148158 100644
--- a/meta-bytedance/meta-g220a/conf/bblayers.conf.sample
+++ b/meta-bytedance/meta-g220a/conf/bblayers.conf.sample
@@ -13,7 +13,6 @@ BBLAYERS ?= " \
##OEROOT##/meta-openembedded/meta-python \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-aspeed \
- ##OEROOT##/meta-x86 \
##OEROOT##/meta-bytedance \
##OEROOT##/meta-bytedance/meta-g220a \
"
@@ -25,7 +24,6 @@ BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta-openembedded/meta-python \
##OEROOT##/meta-phosphor \
##OEROOT##/meta-aspeed \
- ##OEROOT##/meta-x86 \
##OEROOT##/meta-bytedance \
##OEROOT##/meta-bytedance/meta-g220a \
"
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"