diff options
Diffstat (limited to 'recipes-bsp/pm-lld/pm-lld-rtos_git.bb')
-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" |