diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-21 19:37:45 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-21 19:37:45 -0500 |
commit | 0407a9ecbaedd8aae6be96225632dbe534840e44 (patch) | |
tree | b0f191bd65b526c5c77b3916b352a7d193312b5d /conf | |
parent | 44b50b896bc66a9ec3cac46131234c98fdee342b (diff) | |
download | meta-freescale-0407a9ecbaedd8aae6be96225632dbe534840e44.tar.gz |
imx-base.inc: Fix optee boot images
For optee support tee.bin is needed in the image.
The optee image uTee is renamed with an SOC qualifier.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 094b17db..e8605749 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -406,8 +406,8 @@ SOC_DEFAULT_IMAGE_FSTYPES:mxs = "uboot-mxsboot-sdcard wic.bmap wic.gz" | |||
406 | # Do not update fstab file when using wic images | 406 | # Do not update fstab file when using wic images |
407 | WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" | 407 | WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" |
408 | 408 | ||
409 | OPTEE_BOOT_IMAGE = "uTee" | 409 | OPTEE_BOOT_IMAGE = "tee.bin uTee-${OPTEE_BIN_EXT}" |
410 | OPTEE_BOOT_IMAGE:aarch64 = "" | 410 | OPTEE_BOOT_IMAGE:aarch64 = "tee.bin" |
411 | 411 | ||
412 | IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" | 412 | IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" |
413 | 413 | ||