summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThang Tran <thuutran@amperecomputing.com>2023-08-07 06:59:46 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-08-10 05:58:58 +0300
commita428bfb743e6a933a72cb9f12228becd53fb335c (patch)
tree6d7002b6964dd4ffe90716391c26f7754ffde430
parent8512c81785f5be0d3b72445501c8b507693fe150 (diff)
downloadopenbmc-a428bfb743e6a933a72cb9f12228becd53fb335c.tar.xz
phosphor-host-ipmid: add dynamic-storages-only build option
In the 292c917 commit of phosphor-host-ipmid repo, it provides new feature dynamic-storages-only. This commit add a PACKAGECONFIG for this feature. This feature is disabled by default. Change-Id: I3cabd6394e8f1946b34ce11fa1c3f61a240b6cc6 Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
index 1935b5489a..a127eeef22 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb
@@ -34,7 +34,7 @@ PACKAGECONFIG[update-functional-on-fail] = "-Dupdate-functional-on-fail=enabled,
PACKAGECONFIG[libuserlayer] = "-Dlibuserlayer=enabled,-Dlibuserlayer=disabled"
PACKAGECONFIG[sensors-cache] = "-Dsensors-cache=enabled,-Dsensors-cache=disabled"
PACKAGECONFIG[entity-manager-decorators] = "-Dentity-manager-decorators=enabled,-Dentity-manager-decorators=disabled"
-
+PACKAGECONFIG[dynamic-storages-only] = "-Ddynamic-storages-only=enabled,-Ddynamic-storages-only=disabled"
DEPENDS += "nlohmann-json"
DEPENDS += "openssl"