Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions recipes-bsp/fwupd/fwupd_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Enable UEFI capsule update support for NI Linux RT x64 targets

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you verify that the capsule update (and the other issue reported in the bug) works as expected after the changes? If you have already verified it, then please mention in the testing section, otherwise I would suggest to verify that first.

PACKAGECONFIG:append:x64 = " plugin_uefi_capsule plugin_uefi_pk"

# ESP mounting support for fwupdtool when polkit is enabled
RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'udisks2', '', d)}"
Comment thread
AshwinUjjwal marked this conversation as resolved.