summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/distro/include
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-04-21 02:02:54 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-27 19:51:54 +0300
commit188d34f967f4d6d62f22ad4a2b862ae8db1ac89c (patch)
treea05c81c05896441973ae624b329ec12bb448c6f1 /meta-phosphor/conf/distro/include
parent5db5c47df5ead59dba8fa340ffd0ca970b14b9b5 (diff)
downloadopenbmc-188d34f967f4d6d62f22ad4a2b862ae8db1ac89c.tar.xz
distro: do not override DISTRO in base inc
This file originally was not written to be included. Once it was moved to an include, should have removed the DISTRO override. The gsj system recently moved to a custom distro that includes this file. Need to ensure DISTRO is not overridden. (From meta-phosphor rev: 15269544861c755661981d99711c120fce5410cd) Change-Id: Iab75967dcaddf0d86b47d4339d82cce43197e73a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/conf/distro/include')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 86cc54ca9..31e669b65 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -74,7 +74,6 @@ ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
-DISTRO = "openbmc-phosphor"
DISTRO_NAME = "Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
DISTRO_VERSION = "0.1.0"
TARGET_VENDOR="-openbmc"