summaryrefslogtreecommitdiff
path: root/hikey-hikey960-optee-chgrev-common
AgeCommit message (Collapse)Author
2019-11-01hikey-hikey960-optee-chgrev-common: fix formattingVictor Chong
make minor cosmetic changes Change-Id: I4898750e312ef83fa02b90ce77db366b309c2666 Signed-off-by: Victor Chong <victor.chong@linaro.org>
2019-10-31hikey-hikey960-optee-chgrev-common: uncomment cmdsVictor Chong
Fixes: 391a2889 ("optee: chgrev: change function declaration format") Change-Id: I004b64bbbac9e91c6ef533f9b075f68c8952bb2d Signed-off-by: Victor Chong <victor.chong@linaro.org>
2019-10-31hikey-hikey960-optee-chgrev-common: add kmgkVictor Chong
Change-Id: I264f99c29d8514b3586ef295176ec1cbafad45b9 Signed-off-by: Victor Chong <victor.chong@linaro.org>
2019-10-25optee: chgrev: change function declaration formatVictor Chong
Jenkins doesn't seem to like the current function declaration format so follow those in 'functions' file. Perhaps the bash version in the Jenkins builders is different than those tested locally. Fix errors like in: https://ci.linaro.org/job/android-hikey-optee-p/284 https://ci.linaro.org/job/android-hikey-optee-p/285 ./android-patchsets/hikey-hikey960-optee-chgrev-common: 18: ./android-patchsets/hikey-hikey960-optee-chgrev-common: Syntax error: "(" unexpected Note that there was also another error with using "else if" instead of elif in 284 that wasn't 'detected' (i.e. not shown in the logs) due to this error (function format) being detected first and stopping the job before it could be detected. That error has been fixed in a previous commit: 7cce05ff ("optee: chgrev: use elif not "else if" in bash") Change-Id: I1ebc5a543b0e9022802e925727adb86de07ac6eb Signed-off-by: Victor Chong <victor.chong@linaro.org>
2019-10-25optee: chgrev: use elif not "else if" in bashVictor Chong
Fix bug like in https://ci.linaro.org/job/android-hikey-optee-p/284. Also add command to clean optee.xml first before changing it. Change-Id: I9a0a31a137bcc2e29768a666945e63cf71f00e37 Signed-off-by: Victor Chong <victor.chong@linaro.org>
2019-10-24hikey{,960}: optee: replace pullreqs with chgrevVictor Chong
Rename hikey-hikey960-optee-pullreqs-common to hikey-hikey960-optee-chgrev-common and add functionality to change revision of optee_* repos based on OPTEE_REV config var. Change-Id: I0ce73a73e86cd63d5afba75ec8823f2213b5c644 Signed-off-by: Victor Chong <victor.chong@linaro.org>