summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-05 14:46:12 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commit451cdeed1df9dd03024c1626c0eca759622a0630 (patch)
tree02aa316f652758927300ba38a9f46025ba029aa8 /recipes-security
parent6c80c465b4eade794c7e5792a710fa29787defb4 (diff)
downloadmeta-freescale-451cdeed1df9dd03024c1626c0eca759622a0630.tar.gz
optee-os-qoriq: add OPTEEMACHINE for ls1088ardb-pb and ls1046afrwy
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/optee/optee-os-qoriq_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb
index 5d21c001..7ac00f01 100644
--- a/recipes-security/optee/optee-os-qoriq_git.bb
+++ b/recipes-security/optee/optee-os-qoriq_git.bb
@@ -15,6 +15,8 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17OPTEEMACHINE ?= "${MACHINE}" 17OPTEEMACHINE ?= "${MACHINE}"
18OPTEEMACHINE_ls1088ardb-pb = "ls1088ardb"
19OPTEEMACHINE_ls1046afrwy = "ls1046ardb"
18 20
19EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \ 21EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \
20 ARCH=arm \ 22 ARCH=arm \