From 1de3d5e8a2ce1bf2ba1b4cbb784b45b38a2734b1 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 14 Jun 2018 08:46:51 +0200 Subject: [PATCH] cryptoauth-openssl-engine: add support for ccimx8x platform Signed-off-by: Hector Palacios --- .../cryptoauth-openssl-engine/cryptoauth-openssl-engine_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-digi/cryptoauth-openssl-engine/cryptoauth-openssl-engine_git.bb b/meta-digi-dey/recipes-digi/cryptoauth-openssl-engine/cryptoauth-openssl-engine_git.bb index 9a5c05f8b..c39720847 100644 --- a/meta-digi-dey/recipes-digi/cryptoauth-openssl-engine/cryptoauth-openssl-engine_git.bb +++ b/meta-digi-dey/recipes-digi/cryptoauth-openssl-engine/cryptoauth-openssl-engine_git.bb @@ -34,4 +34,4 @@ TARGET_CC_ARCH += "${LDFLAGS}" FILES_${PN} += "${libdir}/ssl/engines/libateccssl.so" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul)" +COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul|ccimx8x)"