summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2019-12-24 08:23:32 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-06 08:30:15 -0300
commit4e7e8ef4676c45f502dd2a0bd5179c3b777362a1 (patch)
treedd761d97d86f3f741fb504d828e8e2df41e783e1 /recipes-security/optee-imx/optee-test_3.2.0.imx.bb
parent9617a2ffecde60a2aa035aa204d65e9a4009f665 (diff)
downloadmeta-freescale-4e7e8ef4676c45f502dd2a0bd5179c3b777362a1.tar.gz
optee-imx: add (backported) patches for GCC 9 & musl
See the individual patches - all patches are simply backports from optee upstream releases. Signed-off-by: André Draszik <andre.draszik@jci.com> (cherry picked from commit 8b51ea3dafe9c5ac667a918911fb8f1050fc8897)
Diffstat (limited to 'recipes-security/optee-imx/optee-test_3.2.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-test_3.2.0.imx.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
index 187c24a9..245685f5 100644
--- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
@@ -17,6 +17,10 @@ OPTEE_TEST_SRC ?= "git://source.codeaurora.org/external/imx/imx-optee-test.git;p
17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ 17SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \
18 file://0001-regression-4011-correct-potential-overflow.patch \ 18 file://0001-regression-4011-correct-potential-overflow.patch \
19 file://0001-xtest-prevent-unexpected-build-warning-with-strncpy.patch \ 19 file://0001-xtest-prevent-unexpected-build-warning-with-strncpy.patch \
20 file://0003-sock_server-fix-compilation-against-musl-sys-errno.h.patch \
21 file://0004-build-ignore-declaration-after-statement-warnings.patch \
22 file://0005-benchmark_1000-fix-compilation-against-musl-uint.patch \
23 file://0006-regression_8100-use-null-terminated-strings-with-fil.patch \
20" 24"
21 25
22S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"