summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Thangavel <thangavel.k@hcl.com>2021-08-18 15:34:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-05-06 15:20:11 +0300
commit18fa3834b3867db18a261270ef791d8ddad2be17 (patch)
tree068ca007a3ae02dc3be2cb5389c0e84c956bb5e5
parente753e14912bb10916992e066b6ea66cb0378bfdd (diff)
downloadopenbmc-18fa3834b3867db18a261270ef791d8ddad2be17.tar.xz
meta-phosphor: Add libgpiod dependency
The phosphor-host-postd uses GPIO lines to display the IPMB based multi-host post code. Hence, add the libgpiod to the phosphor-host-postd repo. Tested: Included <gpiod.hpp> header file and phosphor-host-postd builds successfully. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I4376248cb5ab62c7e7d2526d4e87303c54a55b15
-rw-r--r--meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb b/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
index 60ae56f84e..6c73320eaa 100644
--- a/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
+++ b/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb
@@ -17,6 +17,7 @@ DEPENDS += "sdbusplus"
DEPENDS += "sdeventplus"
DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "systemd"
+DEPENDS += "libgpiod"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-host-postd;branch=master;protocol=https"
@@ -24,6 +25,7 @@ SRCREV = "80be5d8335f31c12edae7edd2fc32a0583d765f9"
SNOOP_DEVICE ?= "aspeed-lpc-snoop0"
POST_CODE_BYTES ?= "1"
+7SEG_GPIO ?= "0"
SERVICE_FILE = "lpcsnoop.service"
SYSTEMD_PACKAGES = "${PN}"