summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
index f4496b96..100d2f4d 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
@@ -1,5 +1,5 @@
1require common-csl-ip.inc 1require common-csl-ip.inc
2PR = "${INC_PR}.5" 2PR = "${INC_PR}.6"
3 3
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5COMPATIBLE_MACHINE_append = "|c66x" 5COMPATIBLE_MACHINE_append = "|c66x"
@@ -16,3 +16,6 @@ export DEST_ROOT="${S}"
16 16
17# HTML doc link params 17# HTML doc link params
18PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" 18PDK_COMP_LINK_TEXT = "CSL-Chip Support Library"
19
20# Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor
21TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x"