diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2026-06-23 08:47:49 +0200 |
|---|---|---|
| committer | Alexander Stein <alexander.stein@ew.tq-group.com> | 2026-06-23 08:47:49 +0200 |
| commit | f872d24e69af60ff7597833a45c6a5c64ba49d88 (patch) | |
| tree | d3bf3d872f0005784efc790e7f3ed01a1744fb75 /classes | |
| parent | e1c3a13333f59c3953af0c37f93708b1052162a3 (diff) | |
| download | meta-freescale-f872d24e69af60ff7597833a45c6a5c64ba49d88.tar.gz | |
imx-boot-container: don't overwrite ATF_MACHINE_NAME
If ATF_MACHINE_NAME is set in local.conf this assignment overwrites the
preset. Use a default assignment instead
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/imx-boot-container.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index b4ca06a99..5365e5fd7 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | inherit use-imx-security-controller-firmware | 26 | inherit use-imx-security-controller-firmware |
| 27 | 27 | ||
| 28 | # Define ATF binary file to be deployed to the U-Boot build folder | 28 | # Define ATF binary file to be deployed to the U-Boot build folder |
| 29 | ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" | 29 | ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin" |
| 30 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" | 30 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" |
| 31 | 31 | ||
| 32 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" | 32 | OEI_NAME ?= "oei-${OEI_CORE}-*.bin" |
