mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
vps-lld-rtos: fix DEPENDS
* Add to the dependencies set in ti-pdk.bbclass so that we get tools such as XDC. * Set the edma3-lld path so the makefile can push it onto XDCPATH. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
59e66caff2
commit
eca5192f38
@@ -25,7 +25,9 @@ PR = "r0"
|
|||||||
|
|
||||||
S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"
|
S = "${WORKDIR}/${VPS_LLD_GIT_DESTSUFFIX}"
|
||||||
|
|
||||||
DEPENDS = " ti-sysbios \
|
# Add to DEPENDS set in ti-pdk.bbclass
|
||||||
|
DEPENDS_append = " \
|
||||||
|
ti-sysbios \
|
||||||
osal-rtos \
|
osal-rtos \
|
||||||
edma3-lld-rtos \
|
edma3-lld-rtos \
|
||||||
board-rtos \
|
board-rtos \
|
||||||
@@ -39,6 +41,9 @@ export DEST_ROOT="${S}"
|
|||||||
# Build with make instead of XDC
|
# Build with make instead of XDC
|
||||||
TI_PDK_XDCMAKE = "0"
|
TI_PDK_XDCMAKE = "0"
|
||||||
|
|
||||||
|
# The makefile will push these on the XDCPATH
|
||||||
|
export EDMA3LLD_BIOS6_INSTALLDIR = "${EDMA3_LLD_INSTALL_DIR}"
|
||||||
|
|
||||||
do_compile_append() {
|
do_compile_append() {
|
||||||
# Delete archive created by XDC release command since it does not contain all content
|
# Delete archive created by XDC release command since it does not contain all content
|
||||||
find -name "*.tar" -exec rm -f {} \;
|
find -name "*.tar" -exec rm -f {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user