summaryrefslogtreecommitdiff
path: root/meta-google/conf
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2021-08-07 01:38:23 +0300
committerWilly Tu <wltu@google.com>2021-08-07 20:12:38 +0300
commitebe018789614ba63dca316b527d44f4ebaaba70e (patch)
tree4c0d28df789575913c9f0c9624c90b718fb476d7 /meta-google/conf
parentfa1aa4d9bba2b95f28828ad7c473b63cb66037e4 (diff)
downloadopenbmc-ebe018789614ba63dca316b527d44f4ebaaba70e.tar.xz
meta-google: layer.conf: Cleanup for Yocto override syntax change
Update `_google-layer` to `:google-layer`. Change-Id: I3443c265aa3ff3bb711f65c016942bfd53ecf153 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 ed605d1e6..86a965e73 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"