diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-26 15:11:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-04 18:33:08 -0300 |
commit | 93190f273fe51716bf407a809f8d7592c72cdd81 (patch) | |
tree | 84cf15bd0b057289b845cc399947764cd090cc39 /recipes-security/optee/optee-os-qoriq_git.bb | |
parent | b9f322c0a11a5214ee801d6f40da1bcd6f8edfd7 (diff) | |
download | meta-freescale-93190f273fe51716bf407a809f8d7592c72cdd81.tar.gz |
optee-os-qoriq: Fix alignment of data for mempool_alloc_pool()
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security/optee/optee-os-qoriq_git.bb')
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 7ac00f01..fb27cf1a 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -11,6 +11,7 @@ inherit deploy pythonnative | |||
11 | SRCREV = "b7a1527b42371e6c60bb4921c5389f1bc693f33b" | 11 | SRCREV = "b7a1527b42371e6c60bb4921c5389f1bc693f33b" |
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ | 12 | SRC_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 | file://0001-Fix-alignment-of-data-for-mempool_alloc_pool.patch \ | ||
14 | " | 15 | " |
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||