mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
optee: update recipes for L4T R36.4.0
- base OP-TEE version now 4.2 - refresh makefile patch - add openssl as dependency to optee-test Signed-off-by: Ilies CHERGUI <ichergui@nvidia.com>
This commit is contained in:
committed by
Matt Madison
parent
aa7546af8b
commit
7f01265d37
@@ -55,7 +55,7 @@ PREFERRED_RPROVIDER_optee-nvsamples ?= "${@'nvidia-l4t-optee-nvsamples' if oe.ty
|
||||
PREFERRED_RPROVIDER_optee-nvsamples-hwkey-agent ?= "${@'nvidia-l4t-optee-nvsamples-hwkey-agent' if oe.types.boolean(d.getVar('USE_PREBUILT_OPTEE')) else 'optee-nvsamples-hwkey-agent'}"
|
||||
PREFERRED_RPROVIDER_optee-nvsamples-luks-srv ?= "${@'nvidia-l4t-optee-nvsamples-luks-srv' if oe.types.boolean(d.getVar('USE_PREBUILT_OPTEE')) else 'optee-nvsamples-luks-srv'}"
|
||||
|
||||
TEGRA_OPTEE_VERSION ?= "${@'' if oe.types.boolean(d.getVar('USE_PREBUILT_OPTEE')) else '3.22.0-l4t%'}"
|
||||
TEGRA_OPTEE_VERSION ?= "${@'' if oe.types.boolean(d.getVar('USE_PREBUILT_OPTEE')) else '4.2-l4t%'}"
|
||||
PREFERRED_VERSION_optee-os = "${TEGRA_OPTEE_VERSION}"
|
||||
PREFERRED_VERSION_optee-os-tadevkit = "${TEGRA_OPTEE_VERSION}"
|
||||
PREFERRED_VERSION_optee-client = "${TEGRA_OPTEE_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user