-
Notifications
You must be signed in to change notification settings - Fork 7
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
DTS fix UEFI SB build #179
Conversation
Signed-off-by: Michał Iwanicki <[email protected]>
List of warnings:
|
💀 |
Some might be related to: #167 |
If we exclude do_fetch failures then all of them are due to the same problem, build path is included in image. |
@m-iwanicki IIUC I need a binary with those changes for Odroid-H4+ recovery; where can I find it? |
@pietrushnic for recovery any binary in release tab should work (2.0.0-rcx). 1.2.x also should work. |
@m-iwanicki I verified it works using v2.0.0-rc7 |
@macpijan, shouldn't Dasharo (coreboot+UEFI) be shipped with our CA, which verifies the signature of DTS? That would mean that devices with Dasharo boot DTS with UEFI Secure Boot enabled. |
@artur-rs @m-iwanicki @PLangowski, it looks like it might work in OVMF (TBH, I wonder why since the kernel doesn't seem to be signed), but it doesn't work with Dasharo (coreboot+UEFI) v0.9.0-rc2 on Odroid-H4. I see that Dasharo is shipped with Dasharo PK. @macpijan @miczyg1. I don't know where that is handled and how. My key question is whether any fixes would improve the situation in the upcoming 2-3 days. Unfortunately, I cannot wait any longer. |
@pietrushnic I'm not sure what exactly are you asking about? You can read more about
I don't think we can quickly (and securely) implement signing |
Before changes:
Using the same refspec as
common.yml
:Results in:
After updating
meta-secure-core
After adding preferred version:
And ends with the same error as earlier.
With version
1.1.0
used:That's a lot of warnings