siemens / meta-efibootguard

Yocto layer for EFI Boot Guard
GNU General Public License v2.0
7 stars 10 forks source link

Update to efibootguard 0.9 #7

Closed afreof closed 2 years ago

afreof commented 2 years ago

Currently both static and dynamic libraries are created for the tools. If I understand it correctly, using dynamic libraries would not work (with version 0.9) because of some implementation details in the bg_ tools. Therefore, this PR only deletes the .so files for now. (The dynamic libraries also break something in our current implementation.)

However, from my point of view it would make sense to switch to dynamic linking. At least in our case, bg_setenv is not the only binary that is linked against libebgenv. What is planned for the future in this regard?

jan-kiszka commented 2 years ago

Architectural discussions are better directed to the mailing list.

hoinmic commented 2 years ago

I cherry-picked your dunfell commit and updated directly to efibootguard v0.10. Commits are now on the next branch. Thanks