diff options
author | Djordje Senicic <x0157990@ti.com> | 2019-06-19 23:41:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-20 14:36:16 +0000 |
commit | e2e658652a33282bee38325dd506408877d22434 (patch) | |
tree | a238162aabf31869083b70dbf12c6b65b51eef05 /recipes-bsp/pm-lld | |
parent | 73221195fac3b8227281355e28b3e4f62855880f (diff) | |
download | meta-ti-e2e658652a33282bee38325dd506408877d22434.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>
Diffstat (limited to 'recipes-bsp/pm-lld')
-rw-r--r-- | recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 4 |
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 | ||
68 | TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x am574x" | ||
69 | |||
66 | INSANE_SKIP_${PN} = "arch staticdev" | 70 | INSANE_SKIP_${PN} = "arch staticdev" |