summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/host
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-02-05 17:15:36 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-10 22:46:04 +0300
commita77fbbadaaa919f36e69f94b615aab3cf294152d (patch)
treedc1d2114ffb1af342d3f8f61a6bd69b4693cb88a /meta-openpower/recipes-phosphor/host
parent1728bf06a59ca8da59f65496bd47ea9f78befd68 (diff)
downloadopenbmc-a77fbbadaaa919f36e69f94b615aab3cf294152d.tar.xz
cfam-reset: libgpiod dependency for gpio access
Some new software will be added to openpower-proc-control which requires gpio access. libgpiod provides interfaces to make gpio access using the new chardev kernel interfaces easier. (From meta-openpower rev: e17157587e97826413195e46714296ff7c025791) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idc738fb32dccc57093ca9438c00da05af0ad1fa7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor/host')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 2fb7fa422..20f67b1b5 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -18,6 +18,7 @@ DEPENDS += " \
phosphor-logging \
phosphor-dbus-interfaces \
openpower-dbus-interfaces \
+ libgpiod \
"
# For libpdbg, provided by the pdbg package