diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 14:46:12 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 451cdeed1df9dd03024c1626c0eca759622a0630 (patch) | |
tree | 02aa316f652758927300ba38a9f46025ba029aa8 /recipes-security | |
parent | 6c80c465b4eade794c7e5792a710fa29787defb4 (diff) | |
download | meta-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.bb | 2 |
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; | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | OPTEEMACHINE ?= "${MACHINE}" | 17 | OPTEEMACHINE ?= "${MACHINE}" |
18 | OPTEEMACHINE_ls1088ardb-pb = "ls1088ardb" | ||
19 | OPTEEMACHINE_ls1046afrwy = "ls1046ardb" | ||
18 | 20 | ||
19 | EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \ | 21 | EXTRA_OEMAKE = "PLATFORM=ls-${OPTEEMACHINE} CFG_ARM64_core=y \ |
20 | ARCH=arm \ | 22 | ARCH=arm \ |