[yocto] Offline Build #yocto

2020-07-19 Thread Amrun Nisha.R
I want to create a offline build using yocto. I have sources and downloads packages directory in which i can able to create a successful bitbake. I have transferred those files to another system and tried to build them in offline but it is not working. During Bitbake, I got the below error. ER

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Richard Purdie
On Sun, 2020-07-19 at 23:05 -0700, Amrun Nisha.R wrote: > I want to create a offline build using yocto. > > I have sources and downloads packages directory in which i can able to create > a successful bitbake. I have transferred those files to another system and > tried to build them in offline

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Richard Purdie
On Mon, 2020-07-20 at 07:18 -0700, Amrun Nisha.R wrote: > For gnu-config-native-20150728, I have copied the git2 folder from > older build folder to new build folder. It is fixed now. > > But I'm getting do_fetch error for the ncurses and ncurses_native. I > have attached the log file for both pac

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Amrun Nisha.R
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

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Martin Jansa
/opt/yocto_downloads or /opt/downloads? On Mon, Jul 20, 2020 at 8:15 PM Amrun Nisha.R wrote: > 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 > >

Re: [yocto] Offline Build #yocto

2020-07-20 Thread Amrun Nisha.R
I gave new downloads (/downloads) path in replace of /opt/yocto_downloads. It takes the new downloads path and did the compilation, but i'm facing error in do_fetch and do_compile. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50029): https://lis

Re: [yocto] Offline Build #yocto

2020-07-24 Thread Fred Baksik
On Mon, Jul 20, 2020, at 11:26 PM, Amrun Nisha.R wrote: > I gave new downloads (/downloads) path in replace of > /opt/yocto_downloads. It takes the new downloads path and did the > compilation, but i'm facing error in do_fetch and do_compile. > -=-=-=-=-=-=-=-=-=-=-=- > This kind of procedure

Re: [yocto] Offline Build #yocto

2020-07-26 Thread Amrun Nisha.R
Hi Fred, check whether the downloads folder has all the files. I found that while checking the folders, I can't able to find the branches and ref folders in the git2 folder (downloads/git2). Once i placed the empty folders branch and ref, it works fine for me. And I didnt update on the config f

Re: [yocto] Offline Build #yocto

2020-07-27 Thread Fred Baksik
On Mon, Jul 27, 2020, at 12:38 AM, Amrun Nisha.R wrote: > Hi Fred, > > check whether the downloads folder has all the files. I found that while > checking the folders, I can't able to find the branches and ref folders in > the git2 folder (downloads/git2). Once i placed the empty folders branch