summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJae Hyun Yoo <jae.hyun.yoo@linux.intel.com>2021-08-12 22:03:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-13 12:57:59 +0300
commitc357b0abd8a493f41b4ede51cbdf20388a33b3fc (patch)
treed3acf526e8cb4e52e75baaa624adf422015f334c
parentca633cc623210a789fe85da8207305fb753185b2 (diff)
downloadopenbmc-c357b0abd8a493f41b4ede51cbdf20388a33b3fc.tar.xz
meta-x86: Add layer compatibility for honister
Latest upstream yocto has moved to the 3.4 honister. Add layer compatibility for honister. Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Change-Id: If120519efad98350b07394af16a6ffca65a3bb28
-rw-r--r--meta-x86/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-x86/conf/layer.conf b/meta-x86/conf/layer.conf
index 93bc49738..cd4289954 100644
--- a/meta-x86/conf/layer.conf
+++ b/meta-x86/conf/layer.conf
@@ -3,4 +3,4 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "obmc_machines_x86"
BBFILE_PATTERN_obmc_machines_x86 = ""
-LAYERSERIES_COMPAT_obmc_machines_x86 = "gatesgarth hardknott"
+LAYERSERIES_COMPAT_obmc_machines_x86 = "gatesgarth hardknott honister"