diff options
author | Flora Hu <flora.hu@nxp.com> | 2024-12-26 15:00:19 +0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-16 11:13:15 +0000 |
commit | 8bf6d34c0fa559ebc91d7beeb37851c93debaf77 (patch) | |
tree | 14ed00f5f9fc0a37f92d15077b0e17ac15dc1e08 | |
parent | 6e8eadab2d96dcb0766e5c2e40574ec56f559a0a (diff) | |
download | meta-freescale-8bf6d34c0fa559ebc91d7beeb37851c93debaf77.tar.gz |
qoriq-cst: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to e959d5d, update license file to LICENSE
Signed-off-by: Flora Hu <flora.hu@nxp.com>
(cherry picked from commit c37d3a4c28d9ccb4076f5508cf79080d83902b64)
-rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index 8d345836..bcb4f8bf 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "utility for security boot" | |||
2 | SECTION = "cst" | 2 | SECTION = "cst" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e959d5d617e33779d0e90ce1d9043eff" |
6 | 6 | ||
7 | DEPENDS += "openssl qoriq-cst-native" | 7 | DEPENDS += "openssl qoriq-cst-native" |
8 | RDEPENDS:${PN} = "bash" | 8 | RDEPENDS:${PN} = "bash" |
@@ -19,7 +19,7 @@ inherit kernel-arch | |||
19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ |
20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ |
21 | " | 21 | " |
22 | SRCREV = "af56e6c5c66dd2bc86a83b0bee8cb61b88d2120c" | 22 | SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||