Hello Yiping,
Thanks for answering so quickly.
I think I've several issues here, the main one for the moment, I agree, is the fact I only run WSL1 on my OFFLINE setup. This is so since our IT only deploys LTS images on isolated network. I understood that maybe (another) real Ubuntu machines could fill the gap via SSH of the limitations of WSL1. That's not the point here now.
So I took again your first answer in this tread and did exactly that on my ONLINE machine inside a WIN10 WSL2 session:
1. flex-builder -i repo-fetch
2. flex-builder -i repo-update
3. flex-builder -m ls1012ardb -a arm64
All this goes well. But there is something I still don't understand yet.
Now you said I shall copy out /build/rfs, ok fine. But I thought I also need e.g. /packages folder where all the sources reside, correct? And why not taking the whole (populated) flexbuild_lsdk1909_update_221019 root folder? By root folder I understand this including all subsequent files I got after build steps above:
chris@MOB13263:~/flexbuild_lsdk1909_update_221019$ ll
total 12
drwxrwxr-x 1 chris chris 512 Nov 18 14:59 ./
drwxr-xr-x 1 chris chris 512 Dec 12 08:52 ../
-rw-rw-r-- 1 chris chris 1483 Oct 22 08:30 LICENSE
-rw-rw-r-- 1 chris chris 616 Oct 22 08:30 Makefile
-rw-rw-r-- 1 chris chris 718 Oct 22 08:30 README.md
drwxrwxrwx 1 chris chris 512 Dec 16 11:32 build/
drwxrwxr-x 1 chris chris 512 Oct 22 08:41 configs/
drwxrwxr-x 1 chris chris 512 Oct 22 08:30 docker/
drwxrwxr-x 1 chris chris 512 Oct 22 08:30 docs/
drwxrwxr-x 1 chris chris 512 Oct 22 08:30 include/
drwxrwxrwx 1 chris chris 512 Dec 16 11:35 logs/
drwxrwxr-x 1 chris chris 512 Oct 22 08:30 packages/
-rwxrwxr-x 1 chris chris 173 Oct 22 08:30 setup.env*
drwxrwxr-x 1 chris chris 512 Oct 22 08:30 tools/
Do you say what I may miss is simply my /build/rfs or that is maybe not complete on my OFFLINE machine or I did not properly copied out into my OFFLINE machine?
Brings me then back to my tarball creation of my full ONLINE flexbuild_lsdk1909_update_221019 root folder for copying out to my OFFLINE machine. I had some trouble with the "tar" program here since there are soft links being used and not being taken by the archiver, tried and thought I shall also use option -h of tar program, correct? Can you please provide correct tarball creation "tar" parameters to ensure my ONLINE to OFFLINE copy out works correctly?
I tried this: tar -zcvf LSDK1909_OFFLINE.tar.gz flexbuild_lsdk1909_update_221019
Thx Christophe