This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA829V: Yocto: How to revise .bb or .bbappend files to fetch U-Boot Source from local directory

Part Number: DRA829V

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