diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-23 07:08:41 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 07:08:41 -0300 |
| commit | 9ff9d7de4c3bf881dd3e2d0eac0ac6818329bc84 (patch) | |
| tree | d3bf3d872f0005784efc790e7f3ed01a1744fb75 | |
| parent | e1c3a13333f59c3953af0c37f93708b1052162a3 (diff) | |
| parent | f872d24e69af60ff7597833a45c6a5c64ba49d88 (diff) | |
| download | meta-freescale-9ff9d7de4c3bf881dd3e2d0eac0ac6818329bc84.tar.gz | |
Merge pull request #2536 from tq-steina/imx-boot-container
imx-boot-container: don't overwrite ATF_MACHINE_NAME
| -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" |
