summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-06-29 05:28:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-09 05:23:50 +0300
commite4c640738d739a3002acba60aca8d350f0f11182 (patch)
tree64532f5034d32c415ab63b8a3f154a0c0b0b62b3 /meta-phosphor/recipes-phosphor/ipmi
parent24d981dcdba716f70eeec8c2d7d60d23140f7633 (diff)
downloadopenbmc-e4c640738d739a3002acba60aca8d350f0f11182.tar.xz
meta-phosphor: ipmi-flash: add reboot-update config
Add reboot-update PACKAGECONFIG option. (From meta-phosphor rev: 1e8155ce4422c41fc0c0a5e4766f259729dd9072) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I874c7ea7d91a2fd60a129b2bbd5633a451e95657 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-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 d1fc56508..2acccbb8a 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -18,6 +18,8 @@ DEPENDS += "pciutils"
PACKAGECONFIG ?= "cleanup-delete"
PACKAGECONFIG[cleanup-delete] = "--enable-cleanup-delete, --disable-cleanup-delete"
+# If using static-layout, reboot-update is a good option to handle updating.
+PACKAGECONFIG[reboot-update] = "--enable-reboot-update, --disable-reboot-update"
EXTRA_OECONF = "--disable-tests --disable-build-host-tool"