Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move efitools & sbsigntool recipes from meta-secure-core #883

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. sbsigntool: Add recipe

    sbsigntool is used for signing UEFI binaries for use with secure boot.
    It's part of efitools, which is coming from meta-secure-code. There are
    many cases where meta-secure-code is added just to use efitools. 
    
    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2d06225 View commit details
    Browse the repository at this point in the history
  2. efitools: Add recipe

    Tools to support reading and manipulating the UEFI signature database.
    
    efitools is coming from meta-secure-code. There are many cases where
    meta-secure-code is added just to use efitools.
    
    Signed-off-by: Javier Tia <javier.tia@linaro.org>
    jetm committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0c657ef View commit details
    Browse the repository at this point in the history