diff options
author | André Draszik <andre.draszik@jci.com> | 2019-12-24 08:23:32 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-01-08 16:12:06 -0300 |
commit | 8b51ea3dafe9c5ac667a918911fb8f1050fc8897 (patch) | |
tree | 76093070fbfb8c78f5a1736ee9c6508f5895438d /recipes-security/optee-imx/optee-test_3.2.0.imx.bb | |
parent | 241312a74438e69063fcc67d91517dc90fa96065 (diff) | |
download | meta-freescale-8b51ea3dafe9c5ac667a918911fb8f1050fc8897.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>
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.bb | 4 |
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 77441df9..c52e70a3 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 | |||
17 | SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \ | 17 | SRC_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 | ||
22 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |