diff options
author | Denys Dmytriyenko <denis@denix.org> | 2021-03-13 10:52:27 +0000 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2021-04-05 23:03:40 -0500 |
commit | 0aa7a43f7fd738b59d4f9cc2f107f7ab740f820f (patch) | |
tree | b8c09c24f9345779623cb54d857658df2c67bdea /recipes-bsp/common-csl-ip | |
parent | 02a53f48b9bdb242185204610610f2209bc92ca6 (diff) | |
download | meta-ti-0aa7a43f7fd738b59d4f9cc2f107f7ab740f820f.tar.gz |
common-csl-ip-rtos: drop unnecessary dependency on ti-sysbios
It appears common-csl-ip-rtos does not require ti-sysbios dependency to build,
but ti-pdk.bbclass adds it by default. While most of PDK-based components do
require ti-sysbios to be built from sources, it is safe to remove it from CSL,
reducing the dependency tree for special cases like PRU FW based on CSL, but
not needing ti-sysbios.
This only affects firmwares built from sources against PDK and CSL, not when
RTOS firmwares are delivered in binary form for newer K3 platforms.
Build-tested on am335x, am57xx, k2g and am65xx.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 1 |
1 files changed, 1 insertions, 0 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 98b2d136..6479d9f0 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 | |||
@@ -7,6 +7,7 @@ COMPATIBLE_MACHINE_append = "|c66x|k3" | |||
7 | inherit ti-pdk | 7 | inherit ti-pdk |
8 | 8 | ||
9 | DEPENDS_remove = "${PN}" | 9 | DEPENDS_remove = "${PN}" |
10 | DEPENDS_remove = "ti-sysbios" | ||
10 | 11 | ||
11 | # Build with make instead of XDC | 12 | # Build with make instead of XDC |
12 | TI_PDK_XDCMAKE = "0" | 13 | TI_PDK_XDCMAKE = "0" |