Skip to content
Open
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
7 changes: 7 additions & 0 deletions ci/qcom-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ repos:
branch: master
url: https://github.com/uptane/meta-updater

meta-security:
url: https://git.yoctoproject.org/meta-security
branch: master
layers:
.:
meta-tpm:

local_conf_header:
virtualization:
SKIP_META_VIRT_SANITY_CHECK = "1"
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/iq-8275-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require conf/machine/include/qcom-qcs8300.inc

MACHINE_FEATURES += "efi pci"
MACHINE_FEATURES += "efi pci tpm2"

KERNEL_DEVICETREE ?= " \
qcom/monaco-evk.dtb \
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/iq-9075-evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require conf/machine/include/qcom-qcs9100.inc

MACHINE_FEATURES += "efi pci"
MACHINE_FEATURES += "efi pci tpm2"

KERNEL_DEVICETREE ?= " \
qcom/lemans-evk.dtb \
Expand Down
Loading