diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:24:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:30 -0700 |
| commit | 5febf58a8c90f5819fcbe89f491e77a1be1d7cf9 (patch) | |
| tree | 484bc7b090ae2d28b5b918867abb1173c1c782bc | |
| parent | 66147ab327878f649f01aa9f280b2e82a58a67c9 (diff) | |
| download | meta-openembedded-5febf58a8c90f5819fcbe89f491e77a1be1d7cf9.tar.gz | |
fwupd: upgrade 1.9.22 -> 1.9.24
Changelog:
=========
Bugfix:
---------
- Add support for capsule on disk for Dell systems
- Do not re-use the connection cache to fix Redfish BMC restart
- Exclude known recovery partitions when choosing an ESP volume
- Fix the VLI usb3 private flag registration
Add suppoert:
-------------
- More Mediatek scaler devices
- Parade USB hubs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb (renamed from meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb index d9059daa55..8b66084b77 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxmlb json-glib libjcat gcab vala-native python3-jinja2-na | |||
| 6 | 6 | ||
| 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ | 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
| 8 | file://run-ptest" | 8 | file://run-ptest" |
| 9 | SRC_URI[sha256sum] = "13fe8f3c0feb25234bb0013c16440f1e7905ec1f24e89dfebb4d5c6fadaf5ae1" | 9 | SRC_URI[sha256sum] = "12f560b35dbed981fde8cf774c6d1f2e658a157d3a63d6c439bf418dbcc44b4c" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 12 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
