summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDjordje Senicic <x0157990@ti.com>2019-06-19 23:41:02 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-20 00:47:43 +0000
commitda0a8ea3fc27847bcb760ee08f01febd51fac90a (patch)
treee75f4f6223bc51ebf3c9ca46389a91a688341348
parentbfbe31ac4a6bdf0be295f2871b71fe4a9dc00597 (diff)
downloadmeta-ti-da0a8ea3fc27847bcb760ee08f01febd51fac90a.tar.gz
pm-lld-rtos: Enable building opencl-monitor for dra76xx
Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pm-lld/pm-lld-rtos_git.bb4
1 files changed, 4 insertions, 0 deletions
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() {
63 tar -cf pm_lld.tar --exclude='*.tar' ./* 63 tar -cf pm_lld.tar --exclude='*.tar' ./*
64} 64}
65 65
66
67# Workaround: dra7xx build requires am57xx pm libraries for opencl-monitor
68TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x am574x"
69
66INSANE_SKIP_${PN} = "arch staticdev" 70INSANE_SKIP_${PN} = "arch staticdev"