summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-12-20 20:19:01 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-11 10:53:43 -0200
commit0f8a64aa7f575cd4a57ea0691cedacf1d521ce68 (patch)
treef3ce9ff7a2808292b2cd3ae05677f45f3def4dd3 /recipes-devtools
parent6276652fc5a037ac8ca0a118038e9f734e473702 (diff)
downloadmeta-freescale-0f8a64aa7f575cd4a57ea0691cedacf1d521ce68.tar.gz
cst: upgrade to SDK 2.0 GA-1611 release
The following commits are included. * 67ee753 Add CST product license file. * e78078b Merge pull request #32 in SDK/cst from ~B57223/cst:master to master * eaceb20 LS1046ARDB: Add input files for IE_Key Extension * baa6822 Add tcl script for byte swapping the images. * 6ef61cd LS1046AQDS: Add input files for IE_Key Extension * d3369bd LS1046AQDS: Add input files for nor secure boot * b33a74f LS1012ARDB: Add input files for IE-Key Extension * d802e28 Add input files for LS1046 QSPI target * b4c1012 Add input files for LS2088_1088 target * c060cda IE Table: Modify CCSR offset for PBI write cmd * 3b20ac4 Add ppa input file for ls1012 * 57a7253 Add input files for LS1012 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/cst/cst_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index c9cc54a3..25f89afe 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -11,7 +11,7 @@ RDEPENDS_${PN} = "bash"
11inherit kernel-arch 11inherit kernel-arch
12 12
13SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x" 13SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x"
14SRCREV = "d1c6c28ee78f8ed2aa92dbd6c0c00e6defe1242b" 14SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17