From ebe018789614ba63dca316b527d44f4ebaaba70e Mon Sep 17 00:00:00 2001 From: Willy Tu Date: Fri, 6 Aug 2021 15:38:23 -0700 Subject: meta-google: layer.conf: Cleanup for Yocto override syntax change Update `_google-layer` to `:google-layer`. Change-Id: I3443c265aa3ff3bb711f65c016942bfd53ecf153 Signed-off-by: Willy Tu --- meta-google/conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-google/conf/layer.conf') 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" -- cgit v1.2.3