diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-10 17:45:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-13 14:00:59 -0300 |
commit | 0aa18bc079a6cb447e33849fb4648e4897e146e4 (patch) | |
tree | 87af905fa3eb985f4134505e1f2fe9e2f829fdd1 | |
parent | faf9e0af5d4a60bcd0d78fbcc36eb807d4e0a25d (diff) | |
download | meta-freescale-0aa18bc079a6cb447e33849fb4648e4897e146e4.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-- | meta-fsl-arm/recipes-devtools/cst/cst_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-devtools/cst/cst_git.bb b/meta-fsl-arm/recipes-devtools/cst/cst_git.bb index 0684a265..08dbd561 100644 --- a/meta-fsl-arm/recipes-devtools/cst/cst_git.bb +++ b/meta-fsl-arm/recipes-devtools/cst/cst_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "CST Tool" | 1 | DESCRIPTION = "utility for security boot" |
2 | SECTION = "cst" | 2 | SECTION = "cst" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | 4 | ||
@@ -9,8 +9,8 @@ DEPENDS += "openssl" | |||
9 | 9 | ||
10 | inherit kernel-arch | 10 | inherit kernel-arch |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v1.7.x" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=master" |
13 | SRCREV = "2d35e98539c0daa2bc8049e3bd44994d3d93bbe7" | 13 | SRCREV = "6f57c86c93cab0f4d0a40d83b685afa6932a6301" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||