summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-14 18:20:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:57 -0300
commit47ba4d163946cdfe02e18fd42a579168b668a570 (patch)
tree3194502ef810d254fc64be6712eae4f49ed0831e /recipes-devtools
parentf5f0a17833831a025bc49236ca1cc805176fe7bb (diff)
downloadmeta-freescale-47ba4d163946cdfe02e18fd42a579168b668a570.tar.gz
cst :update to a292f9d
*include the following changes a292f9d - Change year format in COPYING file fb20b2b - Add NXP copyright in COPYING file 4e6b30b - Add NXP Copyright to files created/modified after 2016-11-07 d5c123b - Change platform name in input files for sd and nand boot fe94a1a - Add support for nand secure boot to powerpc platforms ff1f63c - Merge pull request #49 in SDK/cst from ~B57223/cst-create-pbi:master to master 7c815ad - Correct check_field_length function definition af8de9a - Merge pull request #48 in SDK/cst from ~B57223/cst-create-pbi:feature/ls1021_sd_boot to master 5a9d935 - Input files for SD secure boot 69cfefb - Added a new field in input file of pbi creation 1bd1235 - LS1021ATWR: Moved input file location 395cd67 - Merge pull request #46 in SDK/cst from feature/ls1021_sd_boot to master d592cfc - LS1021ATWR: Modifications in previous patches for sd sec boot f5461bb - LS1021ATWR: input files to be used for signing images a54adbd - LS1021ATWR: Sample input file for PBI creation tool ec264fc - LS1021ATWR: Modify tool for ACS write functionality a68286a - LS1021ATWR: Create tool to add pbi commands for sd secure 6f08868 - Merge pull request #43 in SDK/cst from ~B57231/cst:feature/QSDK-3343 to master 70c7c6b - Merge pull request #42 in SDK/cst from ~B57223/cst-create-pbi:master to feature/ls1021_sd_boot 7ace9c7 - LS2080A: Changes for IE key Extension feature d0d1bef - LS1012ARDB: Change kernel entry point in ie key input file 6ef3aeb - LS1012: Change entry point of kernel in inputfile b4c5d98 - LS1088 : Input files for IE key extension feature b840665 - LS2088 :PPA input file & updates headers addresses b5c6b02 - Add input files for LS1088 QSPI target Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/cst/cst_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 25f89afe..135d27c4 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -2,16 +2,15 @@ SUMMARY = "utility for security boot"
2SECTION = "cst" 2SECTION = "cst"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
5# TODO: fix license - this file is not a license 5LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
6LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
7 6
8DEPENDS += "openssl" 7DEPENDS += "openssl"
9RDEPENDS_${PN} = "bash" 8RDEPENDS_${PN} = "bash"
10 9
11inherit kernel-arch 10inherit kernel-arch
12 11
13SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;nobranch=1"
14SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94" 13SRCREV = "a292f9d52c9e5837a4836436f7540f1b0c01db92"
15 14
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
17 16