summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-07-28 15:44:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-07 11:42:29 -0300
commit14dd91a02356fc5b650a12b9bd73afbeea06e991 (patch)
tree58c22f53a1d912b519aa857c7638a9ea01a5fa14 /recipes-devtools
parent5df9c7f916b29b633f6a0859bec71fbfdd12d92e (diff)
downloadmeta-freescale-14dd91a02356fc5b650a12b9bd73afbeea06e991.tar.gz
cst:update to 6424157985568df3f42a46e24222e38671455ddb
This includes the following changes: 6424157 - Correct copyright on ls104x_1012_sd.sh script 8666062 - Resolve Copyright issue 90588b7 - Merge pull request #69 in SDK/cst from ~B57223/cst-create-pbi:master to master f8a0c0b - Add Distroboot specific changes 4431381 - Merge pull request #68 in SDK/cst from ~B57231/cst:feature/DASHv1.0 to master 1127de5 - LS1088: Change DPC,MC DDR address in input file 579cf9e - Merge pull request #67 in SDK/cst from ~B57223/cst-create-pbi:master to master 06d5592 - Merge pull request #66 in SDK/cst from ~B57231/cst:feature/DASHv1.0 to master 23797ab - LS2080A : Input files for QSPI boot target. cf3b4d8 - Remove Issues observed on coverity analysis a347701 - LS2088A: Adjust the memory map for NOR boot 94d0313 - Merge pull request #65 in SDK/cst from feature/DASHv1.0 to master d9ebb1f - LS1088A: Signing PPA image using script 47c7faa - LS1088A: PPA Input file for IE key extension feature a60bd3d - LS1088A: Input file for QSPI target to validate PPA 0fa1dcb - Correct gen_otpmk_drbg to generate OTPMK as per TAUG 7b90855 - Unify nand and sd input files for ls1 and ls104x_1012 8ecddf7 - ls104x_ls1012: Update ppa address in input files 6820365 - Add platform spefic signing scripts for DASH v1.0 fd17bdf - Update ls2088_1088 input files as per DASH memory map 8a7d45d - Unify input files of ls1043,46,12 to ls104x_1012 8dbf5f3 - Update ls1 input files as per DASH memory map 24c2aa6 - Input files of PPA for signing image for SD secure boot 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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 135d27c4..fcae0c79 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -9,8 +9,8 @@ RDEPENDS_${PN} = "bash"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;nobranch=1" 12SRC_URI = "git://github.com/qoriq-open-source/cst.git;nobranch=1"
13SRCREV = "a292f9d52c9e5837a4836436f7540f1b0c01db92" 13SRCREV = "6424157985568df3f42a46e24222e38671455ddb"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16