summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-23 07:08:41 -0300
committerGitHub <noreply@github.com>2026-06-23 07:08:41 -0300
commit9ff9d7de4c3bf881dd3e2d0eac0ac6818329bc84 (patch)
treed3bf3d872f0005784efc790e7f3ed01a1744fb75
parente1c3a13333f59c3953af0c37f93708b1052162a3 (diff)
parentf872d24e69af60ff7597833a45c6a5c64ba49d88 (diff)
downloadmeta-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.bbclass2
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 @@
26inherit use-imx-security-controller-firmware 26inherit 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
29ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" 29ATF_MACHINE_NAME ?= "bl31-${ATF_PLATFORM}.bin"
30ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" 30ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}"
31 31
32OEI_NAME ?= "oei-${OEI_CORE}-*.bin" 32OEI_NAME ?= "oei-${OEI_CORE}-*.bin"