openhwgroup / cva6-sdk

CVA6 SDK containing RISC-V tools and Buildroot
59 stars 64 forks source link

Getting away with re-downloading every thing to recompile the kernel #64

Closed mlaghari closed 1 year ago

mlaghari commented 2 years ago

Hi,

I am trying to boot my modified Linux kernel of FPGA but every time I recompile it, the build process downloads everything from scratch. Is there any way I can use my local repository (which already is downloaded) to rebuild everything?

Thank you. Laghari

eyssartk commented 2 years ago

Hello,

What do you mean by "downloads everything" ? Buildroot uses the "dl" directory to store its package archives. The only way to remove those archive is with a buildroot "make distclean" command. This command is not called in the cva6-sdk makefile.

Regards Kevin