-
Notifications
You must be signed in to change notification settings - Fork 5
feat(genericx86-64): secure-boot support #573
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
base: main
Are you sure you want to change the base?
Conversation
2769c4d
to
5db256b
Compare
5db256b
to
8242a1f
Compare
meta-efi-secure-boot: | ||
meta-secure-core-common: | ||
meta-signing-key: | ||
ext/meta-perl: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be discussed: mv meta-perl to kas/distro/omnect-os.yaml for convenience vs. it's definitely currently only a dependency of meta-secure-core
2c65fbd
to
e067841
Compare
Signed-off-by: Marcel Lilienthal <[email protected]>
Signed-off-by: Marcel Lilienthal <[email protected]>
Signed-off-by: Marcel Lilienthal <[email protected]>
Signed-off-by: Marcel Lilienthal <[email protected]>
2acf945
to
9de8991
Compare
@@ -72,6 +69,27 @@ MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-i915 linux-firmware-ath10k linux-fi | |||
# don't install every available firmware | |||
MACHINE_EXTRA_RRECOMMENDS:remove = "linux-firmware" | |||
|
|||
# TODO: discuss "modsign" ... we have to share key+cert or out-of-tree module build can not happen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vote for signing modules.
if some customer in the future wants to build out-of-tree modules to use in deployments (with active secure boot) we need to be aware that there is a gap and discuss how secure boot keys should be handled in that scenarios.
Signed-off-by: Marcel Lilienthal <[email protected]>
df8b5aa
to
e840e39
Compare
Signed-off-by: Marcel Lilienthal <[email protected]>
No description provided.