summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-07-15 19:39:43 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-19 23:27:08 +0300
commit700db3cc722d671e8672ad4f623181db4629b918 (patch)
tree7e0984658a59cc6df796f76e111d6acffcdca8ca /meta-phosphor
parentad0bdd2b99aa67151c54497d43742ab5db0be151 (diff)
downloadopenbmc-700db3cc722d671e8672ad4f623181db4629b918.tar.xz
meta-phosphor: ipmi-flash: add config hardware options
Add PACKAGECONFIG options for the various hardware options supported. Although a configuration will require setting specific configuration flags, the use of PACKAGECONFIGs reduces the amount of specific configuration options manually set. By reducing the number of manually set options, the overall configuration can be simpler. (From meta-phosphor rev: 7f113ef43c87d151d758f0f1056f2a8931e0cd85) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idd59a068bb669825c97688600331a129ca5055a8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index 145026490..92ed33746 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -24,6 +24,11 @@ PACKAGECONFIG[cleanup-delete] = "--enable-cleanup-delete, --disable-cleanup-dele
PACKAGECONFIG[reboot-update] = "--enable-reboot-update, --disable-reboot-update"
PACKAGECONFIG[host-bios] = "--enable-host-bios, --disable-host-bios"
+# Hardware options to enable transmitting the data from the host.
+PACKAGECONFIG[aspeed-p2a] = "--enable-aspeed-p2a, --disable-aspeed-p2a"
+PACKAGECONFIG[aspeed-lpc] = "--enable-aspeed-lpc, --disable-aspeed-lpc"
+PACKAGECONFIG[nuvoton-lpc] = "--enable-nuvoton-lpc, --disable-nuvoton-lpc"
+
EXTRA_OECONF = "--disable-tests --disable-build-host-tool"
S = "${WORKDIR}/git"