From bff0ef40e7e24d874cecf0db1ba97e14dff212e0 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 5 Mar 2018 10:33:09 +0000 Subject: [PATCH] pruss-ldd: relax compatibility settings to match nimu-icss, etc. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pruss-lld/pruss-lld.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index bbd060d0..501b72c8 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc @@ -1,7 +1,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://pruicss.h;beginline=1;endline=31;md5=315177aa03d58bcd124a6e799e2bd458" -COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|k2g" +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g" PACKAGE_ARCH = "${MACHINE_ARCH}" PRUSS_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/pruss-lld.git"