diff options
Diffstat (limited to 'recipes-bsp/imx-mkimage')
| -rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index ebbf0d7a3..fcc8f84b3 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb | |||
| @@ -14,15 +14,20 @@ DEPENDS:append:mx95-generic-bsp = " u-boot-mkeficapsule-native" | |||
| 14 | 14 | ||
| 15 | # This package aggregates output deployed by other packages, | 15 | # This package aggregates output deployed by other packages, |
| 16 | # so set the appropriate dependencies | 16 | # so set the appropriate dependencies |
| 17 | do_compile[depends] += " \ | 17 | DEPENDS += " \ |
| 18 | virtual/bootloader:do_deploy \ | 18 | virtual/bootloader \ |
| 19 | ${@' '.join('%s:do_deploy' % r for r in '${IMX_EXTRA_FIRMWARE}'.split() )} \ | 19 | ${IMX_EXTRA_FIRMWARE} \ |
| 20 | imx-atf:do_deploy \ | 20 | imx-atf \ |
| 21 | ${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${CRRM_DEPLOY_DEPENDS}', '', d)} \ | 21 | ${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${CRRM_DEPLOY_DEPENDS}', '', d)} \ |
| 22 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os:do_deploy', '', d)}" | 22 | ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'optee-os', '', d)} \ |
| 23 | " | ||
| 24 | |||
| 25 | do_compile[deptask] = "do_deploy" | ||
| 26 | do_compile[depends] += "${@bb.utils.contains('UBOOT_CONFIG', 'crrm', '${CRRM_INITRAMFS}:do_build', '', d)}" | ||
| 27 | |||
| 23 | CRRM_DEPLOY_DEPENDS ?= " \ | 28 | CRRM_DEPLOY_DEPENDS ?= " \ |
| 24 | virtual/kernel:do_deploy \ | 29 | virtual/kernel \ |
| 25 | ${CRRM_INITRAMFS}:do_build" | 30 | ${CRRM_INITRAMFS}" |
| 26 | CRRM_INITRAMFS ??= "imx-image-crrm-initramfs" | 31 | CRRM_INITRAMFS ??= "imx-image-crrm-initramfs" |
| 27 | 32 | ||
| 28 | inherit use-imx-security-controller-firmware uboot-config | 33 | inherit use-imx-security-controller-firmware uboot-config |
