I have updated the DL_DIR to the current build directory's downloads folder
using sed command.
sed -i 's/DL_DIRĀ ?= "${BSPDIR}\/downloads/DL_DIR = "\/opt\/yocto_downloads/g'
conf/local.conf in place of /opt/downloads, I have provided the downloads
location. It takes the newly provided downloads location. It will do the
do_fetch after identifying the source code packages from the downloads folder.
In downloads, the source code for each package is there. Normally when we try
to bitbake, it will execute as do_unpack, do_patch, do_configure, do_compile,
do_install, do_package and do_package_write in order. I have tried to copy the
buildstats from the old location build/tmp/buildstats tp new build location. It
compiles the source code from the downloads by do_compile but ends with the
error with do_fetch error for ncurses packages. I don't know, where the
compilation packages will be located.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50018): https://lists.yoctoproject.org/g/yocto/message/50018
Mute This Topic: https://lists.yoctoproject.org/mt/75676959/21656
Mute #yocto: https://lists.yoctoproject.org/g/yocto+yocto/mutehashtag/yocto
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-