diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-03 11:21:46 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-03 11:21:46 -0300 |
| commit | d92b31a1a177181db488ce0b6f12041ac391e941 (patch) | |
| tree | bf7907e5486c8d6ba5d78ee2dfc11ebfa392c75e /recipes-bsp/imx-mkimage | |
| parent | 817563ee495641ae391da2bd70e1f367c7afefb1 (diff) | |
| parent | bd93178ff7e7001ccd0467c7048dc68a68165c5c (diff) | |
| download | meta-freescale-master.tar.gz | |
imx-mkimage: imx-boot: Specify build dependencies in DEPENDS
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 |
