summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-07-05 17:41:56 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-05 15:11:21 -0300
commitec9a677e6d2bfbb0c3d04e068cc0caa3a7b536cf (patch)
treee5a177ef0bbecd28012f079d47da19a5770b2a62
parent9a9a016164baf1240e518c22c7a8e0601ffaca4c (diff)
downloadmeta-freescale-ec9a677e6d2bfbb0c3d04e068cc0caa3a7b536cf.tar.gz
optee-os-qoriq: update to fe3b3da
*Following changes are included: fe3b3da - Changed the target name from ls1012frwy to ls1012afrwy. 408ab3a - Merge branch 'master' of https://bitbucket.sw.nxp.com/scm/dash/optee_os c925812 - Merge pull request #6 in DASH/optee_os from ~NXA19713/optee_os:master to master f0451fd - Fix for PLATSEC-522 6d1e7cf - Merge pull request #5 in DASH/optee_os from ~NXA18717/dash_optee_os:master to master e0f2725 - plat-ls: Add support for armv8 platform flavour d812df8 - plat-ls: Add support for armv8 platform flavour Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit b5d1e9e4416dc3a9dc0d2d7e784a1fcc563da930)
-rw-r--r--recipes-security/optee/optee-os-qoriq_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb
index 92c3d289c..1845d13d9 100644
--- a/recipes-security/optee/optee-os-qoriq_git.bb
+++ b/recipes-security/optee/optee-os-qoriq_git.bb
@@ -8,11 +8,10 @@ DEPENDS = "python-pycrypto-native"
8 8
9inherit deploy pythonnative 9inherit deploy pythonnative
10 10
11SRCREV = "1543820b3dd1294af2eb237559ee003981ff26f4" 11SRCREV = "fe3b3da0ff1c108c848a7baafcb2788c506991ac"
12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ 12SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \
13 file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ 13 file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
14 " 14 "
15
16S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
17 16
18OPTEEMACHINE ?= "${MACHINE}" 17OPTEEMACHINE ?= "${MACHINE}"