summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2019-10-18 02:55:54 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-12 17:08:37 +0300
commit264dcc04d6affbb78098d01fa83200a7a058a26d (patch)
tree0cb27824cd98ae4e6d344f410ff97c05a3af1f72 /meta-phosphor/recipes-phosphor
parent4e9150039c2060abdc8347dcc4565f721025bc4d (diff)
downloadopenbmc-264dcc04d6affbb78098d01fa83200a7a058a26d.tar.xz
meta-phosphor: phosphor-ipmi-flash: add net bridge option
Add a new PACKAGECONFIG option for enabling the network bridge data transfer backend. (From meta-phosphor rev: 23bb90e4e655008366d4aeb9918743de143b2457) Change-Id: I1ea955129e757431cd1aea059a25dfd0d051477c Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb1
1 files changed, 1 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 3c11d85e6..534e4ec7e 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -35,6 +35,7 @@ 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[net-bridge] = "--enable-net-bridge, --disable-net-bridge"
EXTRA_OECONF = "--disable-tests --disable-build-host-tool"