diff options
Diffstat (limited to 'classes/imx-boot-container.bbclass')
| -rw-r--r-- | classes/imx-boot-container.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 19b433128..a3496e8b4 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
| @@ -33,16 +33,9 @@ do_resolve_and_populate_binaries[depends] += " \ | |||
| 33 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os:do_deploy', '', d)} \ | 33 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os:do_deploy', '', d)} \ |
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | # Append make flags to include ATF load address | ||
| 37 | EXTRA_OEMAKE += "ATF_LOAD_ADDR=${ATF_LOAD_ADDR}" | ||
| 38 | |||
| 39 | # Define an additional task that collects binary output from dependent packages | 36 | # Define an additional task that collects binary output from dependent packages |
| 40 | # and deploys them into the U-Boot build folder | 37 | # and deploys them into the U-Boot build folder |
| 41 | do_resolve_and_populate_binaries() { | 38 | do_resolve_and_populate_binaries() { |
| 42 | if [ ! -n "${ATF_LOAD_ADDR}" ]; then | ||
| 43 | bberror "ATF_LOAD_ADDR is undefined, result binary would be unusable!" | ||
| 44 | fi | ||
| 45 | |||
| 46 | if [ -n "${UBOOT_CONFIG}" ]; then | 39 | if [ -n "${UBOOT_CONFIG}" ]; then |
| 47 | for config in ${UBOOT_MACHINE}; do | 40 | for config in ${UBOOT_MACHINE}; do |
| 48 | i=$(expr $i + 1); | 41 | i=$(expr $i + 1); |
