summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-05-02 05:29:53 +0300
committerJoel Stanley <joel@jms.id.au>2022-05-02 15:54:02 +0300
commit70d6c5ef7ec7427bfe1ca117ed50f4639ed04790 (patch)
treef9b2ee8d323b96083b12545e3b8d30caa3cf0dd0
parent707c38c02777388cad53a37306361c72855446ce (diff)
downloadopenbmc-70d6c5ef7ec7427bfe1ca117ed50f4639ed04790.tar.xz
meta-phosphor: Allow overriding of DISTRO_NAME
Some systems wish to override the distro name. Allow this by not forcefully setting the variable in phosphor-base. Change-Id: Ie6fc72e92d7bd215dfa6a2835a8022ae8daf51b2 Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 3c90538755..2af46f9d53 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -68,7 +68,7 @@ ERROR_QA:append = " ${WARN_TO_ERROR_QA}"
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
-DISTRO_NAME = "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
+DISTRO_NAME ?= "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
TARGET_VENDOR="-openbmc"
VIRTUAL-RUNTIME_keymaps = ""