Skip to content
Snippets Groups Projects
Commit e3a5a13c authored by Santeri Salko's avatar Santeri Salko Committed by Stefan Schmidt
Browse files

allscenarios-image-common.inc: Add tee-supplicant to image


tee-supplicant (Linux user-space daemon) is needed to
use OP-TEE secure OS apps. Add it into the image when
OP-TEE is enabled.

Signed-off-by: default avatarSanteri Salko <santeri.salko@huawei.com>
parent 3f453170
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,5 @@ IMAGE_INSTALL_append = "\ ...@@ -12,3 +12,5 @@ IMAGE_INSTALL_append = "\
packagegroup-ble-essentials \ packagegroup-ble-essentials \
gdbserver \ gdbserver \
" "
IMAGE_INSTALL_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-client', '', d)} "
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