Dear TI
I have installed PSDK LINUX8.0 and download ti yocto recipe
Following command can build filesystem by yocto successfully,and get image file in deploy directory
MACHINE=am65xx-evm bitbake -k tisdk-tiny-image
Following command will build failed,and show Error components is cifs-utils
MACHINE=am65xx-evm bitbake -k tisdk-base-image
...
Summary: 2 tasks failed:
/opt/ti-processor-sdk-linux-rt-am65xx-evm-08_00_00_02/yocto-build/sources/meta-ti/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb:do_compile
/opt/ti-processor-sdk-linux-rt-am65xx-evm-08_00_00_02/yocto-build/sources/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_6.10.bb:do_install
Summary: There were 2035 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.
How to modify it?