summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2021-03-17 04:29:47 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-03-23 19:41:16 +0300
commit04f3ad5e02678b84dda7e2945b5ed1627375cdc6 (patch)
tree82a3e4fa1084a58a551c7ddb457937b4e09e42d5 /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
parent3a7d7cb243631c9cbfd3bd884f2a362c4dfda655 (diff)
downloadopenbmc-04f3ad5e02678b84dda7e2945b5ed1627375cdc6.tar.xz
phosphor-ipmi-flash: add Nuvoton P2A PACKAGECONFIGs
Add options to PACKAGECONFIG to enable the VGA or MBOX P2A bridge on Nuvoton as a hardware interface. Change-Id: I0a7a9e358988322d370f8ce55a7957b9398d17b2 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb2
1 files changed, 2 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 e487233e3..c9f2fbae3 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -36,6 +36,8 @@ PACKAGECONFIG[host-bios] = "--enable-host-bios, --disable-host-bios"
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"
+PACKAGECONFIG[nuvoton-p2a-vga] = "--enable-nuvoton-p2a-vga, --disable-nuvoton-p2a-vga"
+PACKAGECONFIG[nuvoton-p2a-mbox] = "--enable-nuvoton-p2a-mbox, --disable-nuvoton-p2a-mbox"
PACKAGECONFIG[net-bridge] = "--enable-net-bridge, --disable-net-bridge"
EXTRA_OECONF = "--disable-tests --disable-build-host-tool"