Skip to content
Closed
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
2 changes: 2 additions & 0 deletions conf/machine/x64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ DEFAULTTUNE ?= "core2-64"
require conf/machine/include/x86/tune-core2.inc
require conf/machine/include/x86/x86-base.inc

MACHINE_FEATURES:append = " tpm2"

XSERVER = "\
${XSERVER_X86_BASE} \
${XSERVER_X86_EXT} \
Expand Down
5 changes: 5 additions & 0 deletions recipes-core/ovmf/ovmf_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
do_deploy:class-target:append() {
install --mode 0644 -t ${DEPLOYDIR}/ \
${WORKDIR}/ovmf/ovmf.code.fd \
${WORKDIR}/ovmf/ovmf.vars.fd
}