obmc-yadro-fwupdate: srcrev bump f141bdf92f..0e3c0714f3
Alexander Filippov (11):
reboot-guard: Fix misspelling
Share the chassis power state checking
meson.build: make dependencies
Add BIOS updater implementation
intel: Skip reboot if not BMC update was done.
Fix misspelling
skip unusable updaters
vegman/bios: hack for PCA9698 on Vegman rev-E.
image_intel: suppress warning on reset
Hide tool from unprivileged user
split machine type and signature checks
Andrei Kartashev (1):
make util paths configurable in compile time
Artem Senichev (4):
Preserve BIOS settings during update
Preserve 10GBE region during BIOS update
Add handlers for NVRAM and 10GBE partitions
bios: Never overwrite 10GBE region
Igor Kononenko (1):
bios-update:after-install: Reset bios_active to NA
Change-Id: Ie6eac6f3b0a9d2f32192413983f5218804865697
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
diff --git a/meta-yadro/recipes-phosphor/cli/obmc-yadro-fwupdate_git.bb b/meta-yadro/recipes-phosphor/cli/obmc-yadro-fwupdate_git.bb
index 90f377b..dd7f397 100644
--- a/meta-yadro/recipes-phosphor/cli/obmc-yadro-fwupdate_git.bb
+++ b/meta-yadro/recipes-phosphor/cli/obmc-yadro-fwupdate_git.bb
@@ -7,7 +7,6 @@
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit meson
-inherit pkgconfig
DEPENDS += " \
sdbusplus \
@@ -23,5 +22,5 @@
PACKAGECONFIG_append_df-openpower = "openpower-support"
SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
-SRCREV = "f141bdf92f92971caa4e8e5eb0727821241416e8"
+SRCREV = "0e3c0714f344a2f7f289c851434955360e6f075b"
S = "${WORKDIR}/git"