diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:15:00 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | ac7500b222174258eb6e230b7dd9ecba70aac3dd (patch) | |
tree | 91c5c65018e49b198ad71ab32440e7281d576a08 /recipes-security | |
parent | 9e235b94c2932965864d2a60dea464f781b6f077 (diff) | |
download | meta-freescale-ac7500b222174258eb6e230b7dd9ecba70aac3dd.tar.gz |
optee-test-qoriq: set COMPATIBLE_MACHINE as qoriq-arm64
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee/optee-test-qoriq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb index 51f0014e..a9aaffc7 100644 --- a/recipes-security/optee/optee-test-qoriq_git.bb +++ b/recipes-security/optee/optee-test-qoriq_git.bb | |||
@@ -46,4 +46,4 @@ FILES_${PN} += "/lib/optee_armtz/" | |||
46 | 46 | ||
47 | # Imports machine specific configs from staging to build | 47 | # Imports machine specific configs from staging to build |
48 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 48 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
49 | COMPATIBLE_MACHINE = "(ls1043ardb|ls1046ardb|ls1012ardb)" | 49 | COMPATIBLE_MACHINE = "(qoriq-arm64)" |