Hi,
I am using ti-processor-sdk-linux-j7-evm-08_02_00_03's Yocto environment to build test image, however, instead of having Bitbake fetching the U-Boot source from the git repository, I would like it to fetch it from my local directory "build/src". Under "u-boot-ti-staging_%.bbappend" under "meta-psdkla/recipes-bsp/", I added "FILESEXTRAPATHS_prepend := "${TOPDIR}/src/uboot/:", but it seems it is still fetching the source from git repository.
Would you please let me know is there anything else I need to change to prompt Bitbake to fetch sources from local directory?
Many Thanks,
Philip