Skip to content
Snippets Groups Projects
Commit c49aafdb authored by Marta Rybczynska's avatar Marta Rybczynska Committed by Pavel Zhukov
Browse files

meta-oniro-core: enable tpm as a distro feature


Enable TPM-related distro features. We're interested in TPM2, so
we need to enable both tpm and tpm2.

Also enable security dependencies. The dependency on meta-security
we have already had before, now add also tpm and tpm2 as we enable
the feature.

As a next step we need to enable related MACHINE_FEATURES for the
machines TPM (or software TPM) is available.

Signed-off-by: default avatarMarta Rybczynska <marta.rybczynska@huawei.com>
parent 7e636ac0
No related branches found
No related tags found
1 merge request!174add LEDGE
...@@ -18,7 +18,7 @@ DISTRO_VERSION[vardepsexclude] = "DATE" ...@@ -18,7 +18,7 @@ DISTRO_VERSION[vardepsexclude] = "DATE"
SDK_VERSION[vardepsexclude] = "DATE" SDK_VERSION[vardepsexclude] = "DATE"
# Override these in oniro based distros # Override these in oniro based distros
ONIRO_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch pam rauc security wayland vulkan virtualization" ONIRO_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch pam rauc security tpm tpm2 wayland vulkan virtualization"
ONIRO_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" ONIRO_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
ONIRO_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" ONIRO_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
......
...@@ -20,6 +20,9 @@ LAYERDEPENDS_oniro-core = " \ ...@@ -20,6 +20,9 @@ LAYERDEPENDS_oniro-core = " \
networking-layer \ networking-layer \
raspberrypi \ raspberrypi \
rauc \ rauc \
security \
tpm-layer \
tpm2 \
" "
LAYERSERIES_COMPAT_oniro-core = "kirkstone" LAYERSERIES_COMPAT_oniro-core = "kirkstone"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment