summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-10 17:45:15 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 08:42:10 -0300
commitc4d2a2eabfb31d98a12bf9cc33c9f30c68a6abe0 (patch)
treea8ea3a25978b9bfe5c9e9434b5d82f1b4235b57a
parent5800c7da6340edf81aef0e1c1abbfa4188280b0a (diff)
downloadmeta-fsl-arm-c4d2a2eabfb31d98a12bf9cc33c9f30c68a6abe0.tar.gz
cst: update to revision 6f57c86
This imports following changes: 6f57c86 Modify input files comments. 327932d FIX SFP Write Protect Issue dbc2080 Add support for SFP1.x and SFP2.x in gen_drv utility. 5aa79ec Modify images names in ls1 input files. b5d442b P3/P5: Input Files for NAND Secure Boot 51dc4a4 Makefile: Build uni_pbi tool a647f39 CST : Change Alignment offset Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-devtools/cst/cst_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 0684a26..08dbd56 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "CST Tool" 1DESCRIPTION = "utility for security boot"
2SECTION = "cst" 2SECTION = "cst"
3LICENSE = "BSD" 3LICENSE = "BSD"
4 4
@@ -9,8 +9,8 @@ DEPENDS += "openssl"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.7.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master"
13SRCREV = "2d35e98539c0daa2bc8049e3bd44994d3d93bbe7" 13SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16