diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-23 12:50:00 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-25 22:40:39 +0000 |
commit | dea213f25f1113b5c836739d83ba22a238c75c78 (patch) | |
tree | 59f528026fe92b4dfcf5595fb7f658734279c86f /conf/machine | |
parent | 28af4ece686e2dda0ae01258cdfafcc16cfaf77c (diff) | |
download | meta-freescale-dea213f25f1113b5c836739d83ba22a238c75c78.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>
(cherry picked from commit 2f26da887f04c639e0e0bb405dfb8f87c174e627)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 35b7d82e..4340c942 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -39,7 +39,7 @@ WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | |||
39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | 40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |
41 | 41 | ||
42 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 42 | EXTRA_IMAGEDEPENDS += "u-boot qoriq-cst-native" |
43 | 43 | ||
44 | MACHINEOVERRIDES =. "qoriq:" | 44 | MACHINEOVERRIDES =. "qoriq:" |
45 | 45 | ||