diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-04-01 14:45:59 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-04-11 09:00:13 -0300 |
commit | 37d78226364c4a829c3abc220e2680b2c6fe0f5e (patch) | |
tree | fb16ba731bcc34d672b0849255f6896259557768 | |
parent | 2bd1f94e7af6dbe21ef815eac887af71a9101aad (diff) | |
download | meta-freescale-37d78226364c4a829c3abc220e2680b2c6fe0f5e.tar.gz |
optee-client-qoriq:update to 0842873
*update to lsdk 1903 tag
include the following changes:
0842873 - flags: add -D_FILE_OFFSET_BITS=64 to support large files
28eea17 - libteec: Makefile: Generate .so files the same way as CMake
656e427 - tee_supplicant: gprof: fix compile error
c48bc3b - tee-supplicant: cmake: enable RPMB emulation by default
b6bfce9 - Makefile and config.mk: remove export in config.mk
66cdd5d - tee-supplicant: add daemon mode (-d)
5355fdb - Do not set -Werror by default
9c5e24c - tee-supplicant: rpmb.c: add __attribute__((fallthrough))
0361f9b - libteec: refactor _dprintf()
8742233 - benchmark: fix computation of page address
bd0e7c8 - Android related files: changes to work with Treble enabled build
9a63135 - Android.mk & config.mk: move teec.log/teesupp.log under /data/tee
6b4ca04 - benchmark: fix compilation issues
2d542f2 - Do not export CMakeLists.txt when running install
0fc28f2 - libteec: Fix incorrect SOVERSION number
3f16662 - tee-supplicant: cast sizeof(x) to socklen_t
23b22b1 - tee-supplicant: fix gcc warning
e0a12e2 - cmake: Initial CMake support
33fa3c1 - tee-supplicant: fix use of mem after it's freed
09b69af - libteec/tee-supplicant: respect LDFLAGS set from distribution toolchain
9681680 - libteec/Makefile: generate static library (libteec.a)
73b4e49 - tee-supplicant: REE fs open file with O_SYNC flag
075c56e - tee_supplicant: add register memory feature
*remove patch
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index 6aaf714c..4d1caa16 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
7 | inherit pythonnative systemd | 7 | inherit pythonnative systemd |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ |
10 | file://0001-GCC-8-format-truncation-error.patch \ | ||
11 | file://0001-flags-CFLAGS-add-Wno-cpp.patch \ | ||
12 | " | 10 | " |
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||
15 | SRCREV = "ab3c79ccd3ea9323e236d30037977c0a19944dbd" | 13 | SRCREV = "08428734c67fb559e420d87fa52fd74a955ea1bd" |
16 | 14 | ||
17 | EXTRA_OEMAKE = "ARCH=arm64" | 15 | EXTRA_OEMAKE = "ARCH=arm64" |
18 | 16 | ||