diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-23 12:50:00 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-25 18:01:47 -0300 |
commit | 2f26da887f04c639e0e0bb405dfb8f87c174e627 (patch) | |
tree | f3bc39e726bd8d6a9c366d54a80955d09bafdbfc /recipes-bsp/atf | |
parent | 912908ce41427c6510b2b6464c83e12f6f11a0e4 (diff) | |
download | meta-freescale-2f26da887f04c639e0e0bb405dfb8f87c174e627.tar.gz |
qoriq-cst: rename cst to qoriq-cst
The QoriQ SoCs use a different cst tool for secure boot than i.MX SoCs
so we should name it with SoC family prefix to avoid confusion.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/atf')
-rw-r--r-- | recipes-bsp/atf/qoriq-atf_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/qoriq-atf_2.4.bb b/recipes-bsp/atf/qoriq-atf_2.4.bb index b6716272..ec953297 100644 --- a/recipes-bsp/atf/qoriq-atf_2.4.bb +++ b/recipes-bsp/atf/qoriq-atf_2.4.bb | |||
@@ -2,7 +2,7 @@ require recipes-bsp/atf/qoriq-atf-2.4.inc | |||
2 | 2 | ||
3 | inherit deploy | 3 | inherit deploy |
4 | 4 | ||
5 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw cst-native bc-native" | 5 | DEPENDS += "u-boot-mkimage-native u-boot openssl openssl-native rcw qoriq-cst-native bc-native" |
6 | DEPENDS:append:lx2160a = " ddr-phy" | 6 | DEPENDS:append:lx2160a = " ddr-phy" |
7 | DEPENDS:append:lx2162a = " ddr-phy" | 7 | DEPENDS:append:lx2162a = " ddr-phy" |
8 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | 8 | do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" |