From 2d8c9e13d3e32cb32d889e0fa74b22405f3528d3 Mon Sep 17 00:00:00 2001 From: Benjamin Fair Date: Wed, 8 Feb 2023 08:02:34 +0000 Subject: 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 Change-Id: Ib9acabae57ed69f4d32f0256f8425923039f4a8a --- meta-google/conf/distro/gbmc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-google') 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" -- cgit v1.2.3