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 /recipes-devtools | |
| 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 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch (renamed from recipes-devtools/cst/cst/0001-tools-Mark-struct-input_field-file_field-extern.patch) | 0 | ||||
| -rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb (renamed from recipes-devtools/cst/cst_git.bb) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/cst/cst/0001-tools-Mark-struct-input_field-file_field-extern.patch b/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch index d25675aae..d25675aae 100644 --- a/recipes-devtools/cst/cst/0001-tools-Mark-struct-input_field-file_field-extern.patch +++ b/recipes-devtools/qoriq-cst/qoriq-cst/0001-tools-Mark-struct-input_field-file_field-extern.patch | |||
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index b9ac3e9e1..ca0f35fb5 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" |
| 6 | 6 | ||
| 7 | DEPENDS += "openssl cst-native" | 7 | DEPENDS += "openssl qoriq-cst-native" |
| 8 | RDEPENDS:${PN} = "bash" | 8 | RDEPENDS:${PN} = "bash" |
| 9 | 9 | ||
| 10 | GENKEYS ?= "${STAGING_BINDIR_NATIVE}/cst/gen_keys" | 10 | GENKEYS ?= "${STAGING_BINDIR_NATIVE}/cst/gen_keys" |
