aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-05 14:36:18 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-06 00:08:14 -0400
commita36812493869f7a2cdbfb73527a0bf6d953a4b9a (patch)
treeaf39df6db579f355340bec6abbbf79b9a08cc78b /meta-oe/recipes-bsp
parent537df702791e342bae05b706f4bca7b8e72921c7 (diff)
downloadmeta-openembedded-a36812493869f7a2cdbfb73527a0bf6d953a4b9a.tar.gz
fwupd: upgrade 1.7.6 -> 1.8.1
Changelog: ========= new features: -------------- Add archive writing support for devices with composite firmware Add a way to read device composite firmware in fwupdtool Allow clients to opt-in to showing updates with user-solvable problems Allow the device to pause polling when writing firmware Export the system and device battery levels on the D-Bus interface Log errors and warnings to the win32 eventlog when required Add X-UsbReceiver as an update category with icon usb-receiver fixes bugs: ------------- Accurately return the last-set status to client tools Allow dumping flashrom firmware using fwupdtool Allow specifying a non-file D-Bus transport Allow to request post actions from fwupdtool Always be arch-explicit when installing OS deps Be more resilient when restarting the Redfish BMC Do not mark all Redfish updates as UPDATABLE Do not use 'dongle' to describe USB receiver hardware Download in-process when using fwupdtool Fix a critical warning on failed modem update Fix regression when probing PS175 devices Hardcode the Redfish filedata name to firmware.bin Set the Bluetooth version if REV has been set Switch the Windows installer from NSIS to MSI Use StartServiceCtrlDispatcherA for the daemon on Windows Use the native certificate store on Windows new support: ------------ Corsair KATAR PRO XT, SABRE PRO and KATAR PRO Wireless HP Thunderbolt Dock G4 Lenovo ThinkPad Universal USB-C Dock More PixArt wireless devices More SunplusIT USB cameras Some UFS devices Steelseries Aerox 3 Wireless and Rival 3 Wireless Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb
index 53f1720b04..7576b846fb 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.8.1.bb
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native"
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://run-ptest"
-SRC_URI[sha256sum] = "7ebe1514acb688d2649cecc392db929094da3f03cfc98a9c0faccabb084912fa"
+SRC_URI[sha256sum] = "5756466442eb9134fb40cdc8a46f9e01003247c8eac82fa5d8b16f6420375b79"
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"