summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2023-02-08 11:02:34 +0300
committerBenjamin Fair <benjaminfair@google.com>2023-02-10 05:37:05 +0300
commit2d8c9e13d3e32cb32d889e0fa74b22405f3528d3 (patch)
tree50d773313b7b03fc57565506def1e075e60c298e /meta-google
parent0f4ba6ecf281c89c54282dba035098802fae68c4 (diff)
downloadopenbmc-2d8c9e13d3e32cb32d889e0fa74b22405f3528d3.tar.xz
meta-google: distro: override EXTENDED_VERSION
This variable is set by default based on the latest tag, but this doesn't work in Google's environment. Set it to be the same as DISTRO_VERSION instead, which is based on a version variable passed in from the environment. Tested: Built for kudo and examined os-release Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: Ib9acabae57ed69f4d32f0256f8425923039f4a8a
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/conf/distro/gbmc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 91e3e9ed90..0f2531abab 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -5,6 +5,7 @@ GBMC_VERSION ?= "0.5.0.0"
DISTRO = "gbmc"
DISTRO_NAME = "gBMC (OpenBMC + Google customizations)"
DISTRO_VERSION = "gbmc-release-${GBMC_VERSION}"
+EXTENDED_VERSION = "${DISTRO_VERSION}"
DISTROOVERRIDES .= ":gbmc"
# Possible values: "dev", "prod"