Skip to content

Commit

Permalink
metainfo: fix ABL B partition GUID
Browse files Browse the repository at this point in the history
GUID of the ABL B partition is wrong which causes fwupd to not offer the upgrade for bootslot B

Signed-off-by: Dylan Van Assche <[email protected]>
  • Loading branch information
DylanVanAssche committed Oct 1, 2022
1 parent 3b2c0b5 commit 159583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- ABL A -->
<firmware type="flashed">a1ea18c7-9f12-5ff0-8887-7d81f92ec261</firmware>
<!-- ABL B -->
<firmware type="flashed">f7d6bfca-1640-5666-977c-84231b74f18f</firmware>
<firmware type="flashed">9adc34d6-c729-51de-98ca-9066fcf85630</firmware>
</provides>
<url type="homepage">https://shift.eco/</url>
<metadata_license>CC0-1.0</metadata_license>
Expand Down

0 comments on commit 159583a

Please sign in to comment.