From e2e658652a33282bee38325dd506408877d22434 Mon Sep 17 00:00:00 2001 From: Djordje Senicic Date: Wed, 19 Jun 2019 23:41:02 +0000 Subject: [PATCH] pm-lld-rtos: Enable building opencl-monitor for dra76xx Signed-off-by: Djordje Senicic Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb index 33ed5ffe..a8b870f0 100644 --- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb +++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb @@ -63,4 +63,8 @@ do_compile_append() { tar -cf pm_lld.tar --exclude='*.tar' ./* } + +# Workaround: dra7xx build requires am57xx pm libraries for opencl-monitor +TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x am574x" + INSANE_SKIP_${PN} = "arch staticdev"