summaryrefslogtreecommitdiff
path: root/meta-yadro
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2021-07-21 11:39:41 +0300
committerAlexander Amelkin <a.amelkin@yadro.com>2021-07-28 16:44:28 +0300
commit9f9747835f40e60af63c66a44be765b3bfa0edcc (patch)
treeacf23e5b8caef8fb9178bad6095186acef537fae /meta-yadro
parente3ffaae9fd1cd8f5feb78a4e0a6adbdbbdfce7ef (diff)
downloadopenbmc-9f9747835f40e60af63c66a44be765b3bfa0edcc.tar.xz
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>
Diffstat (limited to 'meta-yadro')
-rw-r--r--meta-yadro/recipes-phosphor/cli/obmc-yadro-fwupdate_git.bb3
1 files changed, 1 insertions, 2 deletions
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 90f377bbe..dd7f39716 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 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit meson
-inherit pkgconfig
DEPENDS += " \
sdbusplus \
@@ -23,5 +22,5 @@ PACKAGECONFIG ??= " obmc-phosphor-image reboot-guard-support "
PACKAGECONFIG_append_df-openpower = "openpower-support"
SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-fwupdate"
-SRCREV = "f141bdf92f92971caa4e8e5eb0727821241416e8"
+SRCREV = "0e3c0714f344a2f7f289c851434955360e6f075b"
S = "${WORKDIR}/git"