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

DTS fix UEFI SB build #179

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
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
9 changes: 2 additions & 7 deletions kas-uefi-sb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ target:
repos:
meta-secure-core:
url: https://github.com/Wind-River/meta-secure-core
refspec: fa438247c3e61d7f746687d85ef3b0dd66dc6b3f
refspec: 0aa7452355abc39b700f8787eab1b655f6099407
layers:
meta-efi-secure-boot:
meta:
meta-secure-core-common:
meta-signing-key:
meta-tpm2:

meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
refspec: 0b78362654262145415df8211052442823b9ec9b
layers:
meta-oe:
meta-networking:
meta-python:
meta-perl:
2 changes: 2 additions & 0 deletions meta-dts-distro/conf/distro/dts-sb-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ MACHINE_FEATURES:append = " efi"

DEBUG_FLAGS:forcevariable = ""
IMAGE_INSTALL:append = " kernel-image-bzimage"

PREFERRED_VERSION_tpm2-tss-engine = "1.1.0"