diff options
Diffstat (limited to 'classes/imx-boot-container.bbclass')
-rw-r--r-- | classes/imx-boot-container.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 41fe9cca..33de45c5 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | # Define ATF binary file to be deployed to the U-Boot build folder | 24 | # Define ATF binary file to be deployed to the U-Boot build folder |
25 | ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" | 25 | ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" |
26 | ATF_MACHINE_NAME_append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" | 26 | ATF_MACHINE_NAME:append = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', '-optee', '', d)}" |
27 | 27 | ||
28 | # This package aggregates output deployed by other packages, so set the | 28 | # This package aggregates output deployed by other packages, so set the |
29 | # appropriate dependencies for populate binaries task | 29 | # appropriate dependencies for populate binaries task |
@@ -76,7 +76,7 @@ addtask do_resolve_and_populate_binaries before do_compile after do_configure | |||
76 | # This effectively would allow the usage of the same WKS file for those | 76 | # This effectively would allow the usage of the same WKS file for those |
77 | # derivatives that are using the boot container from U-Boot and those | 77 | # derivatives that are using the boot container from U-Boot and those |
78 | # that are not yet have support for it enabled. | 78 | # that are not yet have support for it enabled. |
79 | do_deploy_append() { | 79 | do_deploy:append() { |
80 | # Deploy the resulted flash.bin for WIC to pick it up | 80 | # Deploy the resulted flash.bin for WIC to pick it up |
81 | if [ -n "${UBOOT_CONFIG}" ]; then | 81 | if [ -n "${UBOOT_CONFIG}" ]; then |
82 | for config in ${UBOOT_MACHINE}; do | 82 | for config in ${UBOOT_MACHINE}; do |