diff options
Diffstat (limited to 'recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 5 |
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 @@ | |||
1 | require common-csl-ip.inc | 1 | require common-csl-ip.inc |
2 | PR = "${INC_PR}.5" | 2 | PR = "${INC_PR}.6" |
3 | 3 | ||
4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
5 | COMPATIBLE_MACHINE_append = "|c66x" | 5 | COMPATIBLE_MACHINE_append = "|c66x" |
@@ -16,3 +16,6 @@ export DEST_ROOT="${S}" | |||
16 | 16 | ||
17 | # HTML doc link params | 17 | # HTML doc link params |
18 | PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" | 18 | PDK_COMP_LINK_TEXT = "CSL-Chip Support Library" |
19 | |||
20 | # Workaround: dra7xx build requires am57xx CSL libraries for opencl-monitor | ||
21 | TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x" | ||