In bitbake disable downloading the module from repository every time i compiles the module. compile the module not download it everytime. tried using noexec flag in the recipe but it didn't help.
Regards Mayank
In bitbake disable downloading the module from repository every time i compiles the module. compile the module not download it everytime. tried using noexec flag in the recipe but it didn't help.
Regards Mayank
bitbake
usually caches downloads in ${DL_DIR}
(which defaults to ${TOPDIR}/downloads
.
If it always downloads a particular component you must be either
SRC_URI
in the recipeHEAD
in the SRC_URI
which is changing between builds.It might help if you posted the recipe.
See the documentation for DL_DIR
here