From c0323d67aec4605ee2136bd0b0f42442bed47d3c Mon Sep 17 00:00:00 2001 From: Brandon Kim Date: Tue, 17 Sep 2019 17:14:48 -0700 Subject: phosphor-ipmi-flash: add update-status PACKAGECONFIG update-status PACKAGECONFIG can be used for --enable-update-status (From meta-phosphor rev: 6fc6358a14935856ef9ad1410f006ab9a139334e) Change-Id: Ib2b08ac764ab15cb9dd7e26d713038ed3ca91cbf Signed-off-by: Brandon Kim Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-phosphor') 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 144a598a7..cc4e61855 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb @@ -21,7 +21,10 @@ 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. +# To be able to track the update status, update-status option can be used. +# Note that both reboot-update and update-status cannot be enabled at the same time. PACKAGECONFIG[reboot-update] = "--enable-reboot-update, --disable-reboot-update" +PACKAGECONFIG[update-status] = "--enable-update-status, --disable-update-status" # Default options for supporting various flash types: PACKAGECONFIG[static-bmc] = "--enable-static-layout, --disable-static-layout" -- cgit v1.2.3