summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2021-08-08 07:49:09 +0300
committerWilly Tu <wltu@google.com>2021-08-09 07:05:22 +0300
commitf0585296e1bf99adbdb4c440a9f6860dc3219389 (patch)
treeb9eaed22960f5757b149865be9dd87a9ef5cb226 /meta-google/conf
parent2e64debc5d1fcb7f41bd5235b4b992cd8c926301 (diff)
downloadopenbmc-f0585296e1bf99adbdb4c440a9f6860dc3219389.tar.xz
meta-google: layer.conf: Revert 45725 and add honister as Yocto release
Reverting the changes in https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/45725 and adding `honister` to LAYERSERIES_COMPAT for the next Yocto release. Change-Id: I32c138127dc3508d6925c990643b9efce2bda0b6 Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google/conf')
-rw-r--r--meta-google/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index 86a965e73..346946b99 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -12,6 +12,6 @@ BBFILES_DYNAMIC += " \
"
BBFILE_COLLECTIONS += "google-layer"
-BBFILE_PATTERN:google-layer := "^${LAYERDIR}/"
-LAYERVERSION:google-layer = "1"
-LAYERSERIES_COMPAT:google-layer = "gatesgarth hardknott"
+BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
+LAYERVERSION_google-layer = "1"
+LAYERSERIES_COMPAT_google-layer = "gatesgarth hardknott honister"