diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 15:03:37 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | 477692f4b049698e8eeab906d4c1664dabc561b4 (patch) | |
tree | b15b4c91569e7f7267925e4afd1a5508edd17c23 /recipes-security | |
parent | 8b022f03d8be6db9e86c90b62122ef4b03b830d8 (diff) | |
download | meta-freescale-477692f4b049698e8eeab906d4c1664dabc561b4.tar.gz |
optee-test-qoriq:update to 6690584
*update to lsdk 1903 tag
include the following changes:
6690584 - cmake: locate files WRT to project home directory
f6f68a2 - regression 6000: fix uninitialized local variables
0cf4cfe - regression 4100: fix uninitialized local variable
481c660 - regression 4000: fix uninitialized local variable
a410edb - xtest --aes-perf: add -u option to process buffer in several steps
5401161 - improve xtest summary message
a8c8f87 - regression: split 4007 into key types
0953bf0 - regression 4011: correct potential overflow
493574a - xtest: prevent unexpected build warning with strncpy
7dbf877 - regression: 6010: add rename conflict case (with close)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee/optee-test-qoriq_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index a9aaffc7..bb0c30d1 100644 --- a/recipes-security/optee/optee-test-qoriq_git.bb +++ b/recipes-security/optee/optee-test-qoriq_git.bb | |||
@@ -9,11 +9,10 @@ DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" | |||
9 | inherit pythonnative | 9 | inherit pythonnative |
10 | 10 | ||
11 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ | 11 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ |
12 | file://0001-fix-build-failure-with-GCC-8.patch \ | ||
13 | " | 12 | " |
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | 14 | ||
16 | SRCREV = "83c87d9b368c33545688c7aad27432ff9a22868f" | 15 | SRCREV = "669058459e4a544be12f37dab103ee4c2b32e31d" |
17 | 16 | ||
18 | OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}" | 17 | OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}" |
19 | TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}" | 18 | TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}" |