From 70d6c5ef7ec7427bfe1ca117ed50f4639ed04790 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Mon, 2 May 2022 11:59:53 +0930 Subject: 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 --- meta-phosphor/conf/distro/include/phosphor-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" -- cgit v1.2.3