summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-12-16 17:22:11 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-12-21 00:59:40 +0300
commit7e6220e07eda30dccdd2e48ef0554a349dae8b50 (patch)
treeea235ee8745e431749695dcc5a26b82c891acbcf /meta-phosphor/conf
parentfa8c5cabcde8cfc968acda4e71bd0d8a853f9b0e (diff)
downloadopenbmc-7e6220e07eda30dccdd2e48ef0554a349dae8b50.tar.xz
meta-phosphor: set DISTRO_CODENAME
Back in 2018 we stopped including poky.conf by default and treated phosphor as a separate distro. One minor side-effect of this is that the DISTRO_CODENAME is no longer defined, which is used in some misc. locations such as os-release. Mirror the current Poky codename with the intention that we will keep this in sync as upstream moves along. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iabbdd3f6046f2c7b8ffc81536ab4b47f8471ee20
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 13e30657e3..642b19e79e 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -1,5 +1,8 @@
require conf/distro/include/phosphor-defaults.inc
+# Match the distro codename from upstream poky.
+DISTRO_CODENAME ?= "langdale"
+
# Override these in poky based distros
POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland vulkan"
POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"