summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-08-06 20:10:18 +0930
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-07 20:45:17 +0000
commitf5d02fe9cb92b649ddf88b898126d1070808d52d (patch)
treeeff128e24d5a480660b2d19ea9db896b74e7a6d4 /meta-phosphor
parentd5a0b8dee637eb1686e232cb8aea1603c77a58b3 (diff)
downloadtalos-openbmc-f5d02fe9cb92b649ddf88b898126d1070808d52d.tar.gz
talos-openbmc-f5d02fe9cb92b649ddf88b898126d1070808d52d.zip
cf-fsi-firmware: Update to v4
The latest version uses a unified firmware binary, so we can use the one binary on all machines. Change-Id: I59525c9203a491ac786a5199e457c1847a4ae0e0 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb b/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb
index 5e864e695..d11430963 100644
--- a/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb
+++ b/meta-phosphor/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware.bb
@@ -4,7 +4,7 @@ SECTION = "kenrel"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-SRCREV = "0573025f0147171297c770f31619bd19afe971cf"
+SRCREV = "bae32e353a3641b5164211f6bf06c5620f6e384d"
SRC_URI = "git://github.com/ozbenh/cf-fsi.git"
S = "${WORKDIR}/git"
@@ -19,7 +19,7 @@ firmware_dir="${nonarch_base_libdir}/firmware/"
do_install() {
install -d ${D}${firmware_dir}
- install -m 0644 ${S}/dist-bin/cf-fsi-${MACHINE}.bin ${D}${firmware_dir}
+ install -m 0644 ${S}/dist-bin/cf-fsi-fw.bin ${D}${firmware_dir}
}
FILES_${PN} = "${firmware_dir}"
OpenPOWER on IntegriCloud