summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
diff options
context:
space:
mode:
authorJosh Lehan <krellan@google.com>2024-01-28 09:49:50 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-02-23 18:23:33 +0300
commit6f6c4bd3a71bf0f49317e89c53ade6dd67b7c043 (patch)
treec3366007a6e412744c53ed894dc3e54e87c3c53d /meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
parent3e115fb9d5ae41605598fac70585ec9ee3ca05eb (diff)
downloadopenbmc-6f6c4bd3a71bf0f49317e89c53ade6dd67b7c043.tar.xz
smbios-mdr: Adding PACKAGECONFIG assoc-trim-path
Adding a PACKAGECONFIG line for this new option, to pass it through correctly, from the Bitbake recipe to the Meson option when compiling. Change-Id: I67f322a2ec27130b79441f57add5e08ebc4e0817 Signed-off-by: Josh Lehan <krellan@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb b/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
index 231a4d9472..f6cea891d0 100644
--- a/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
+++ b/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb
@@ -15,6 +15,7 @@ PACKAGECONFIG ?= "cpuinfo"
PACKAGECONFIG[smbios-no-dimm] = "-Ddimm-dbus=disabled,-Ddimm-dbus=enabled"
PACKAGECONFIG[cpuinfo] = "-Dcpuinfo=enabled,-Dcpuinfo=disabled,libpeci i2c-tools"
PACKAGECONFIG[smbios-ipmi-blob] = "-Dsmbios-ipmi-blob=enabled,-Dsmbios-ipmi-blob=disabled,phosphor-ipmi-blobs"
+PACKAGECONFIG[assoc-trim-path] = "-Dassoc-trim-path=enabled,-Dassoc-trim-path=disabled"
PV = "1.0+git${SRCPV}"
PR = "r1"