Re: [meta-freescale] [PATCH 01/29] cst :update to a292f9d

2017-04-25 Thread Otavio Salvador
Hello folks,

I did review the patches and there are few things to fix before we put
those on CI:

- missed Signed-off-by
- avoid SOC_FAMILY use, instead use MACHINEOVERRIDES

So please prepare a v2 for those.


On Fri, Apr 21, 2017 at 12:59 AM, Chunrong Guo  wrote:
> From: Chunrong Guo 
>
>*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
> ---
>  recipes-devtools/cst/cst_git.bb | 7 +++
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
> index 25f89af..135d27c 100644
> --- a/recipes-devtools/cst/cst_git.bb
> +++ b/recipes-devtools/cst/cst_git.bb
> @@ -2,16 +2,15 @@ SUMMARY = "utility for security boot"
>  SECTION = "cst"
>  LICENSE = "BSD"
>
> -# TODO: fix license - this file is not a license
> -LIC_FILES_CHKSUM = 
> "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
>
>  DEPENDS += "openssl"
>  RDEPENDS_${PN} = "bash"
>
>  inherit kernel-arch
>
> -SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x"
> -SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94"
> +SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;nobranch=1"
> +SRCREV = "a292f9d52c9e5837a4836436f7540f1b0c01db92"
>
>  S = "${WORKDIR}/git"
>
> --
> 1.9.0
>
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] [PATCH 01/29] cst :update to a292f9d

2017-04-20 Thread Chunrong Guo
From: Chunrong Guo 

   *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
---
 recipes-devtools/cst/cst_git.bb | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 25f89af..135d27c 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -2,16 +2,15 @@ SUMMARY = "utility for security boot"
 SECTION = "cst"
 LICENSE = "BSD"
 
-# TODO: fix license - this file is not a license
-LIC_FILES_CHKSUM = 
"file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
 
 DEPENDS += "openssl"
 RDEPENDS_${PN} = "bash"
 
 inherit kernel-arch
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x"
-SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94"
+SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;nobranch=1"
+SRCREV = "a292f9d52c9e5837a4836436f7540f1b0c01db92"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale