From: Chunrong Guo Date: Fri, 11 Jan 2019 03:15:00 +0000 (+0000) Subject: optee-test-qoriq: set COMPATIBLE_MACHINE as qoriq-arm64 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ac7500b222174258eb6e230b7dd9ecba70aac3dd;p=meta-freescale.git optee-test-qoriq: set COMPATIBLE_MACHINE as qoriq-arm64 Signed-off-by: Chunrong Guo --- 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/" # Imports machine specific configs from staging to build PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(ls1043ardb|ls1046ardb|ls1012ardb)" +COMPATIBLE_MACHINE = "(qoriq-arm64)"