I am using petalinux2017.2 on Ubuntu, which is built by IT and has no internet connection now. (local sstate-cache is prepared already)
Here is my problem. This environment works fine when I am trying to build a project for ZED board
Now I am trying to build another linux project on microzed board.
But when I change the .bsp file from "xilinx-zc702-v2017.2-final.bsp" which provided by xilinx into "mz7020_fmccc_2017_2_0.bsp" from avnet (.hdf changed as well)
I get an error message like below
ERROR: iperf-2.0.5-r0 do_fetch: Network access disabled through BB_NO_NETWORK (or set indirectly due to use of BB_FETCH_PREMIRRORONLY) but access requested with command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /work/plnx_mz7020/build/downloads 'http://www.author.xilinx.com/sswreleases/rel-v2017.2/downloads/iperf-2.0.5.tar.gz' (for url None)
ERROR: iperf-2.0.5-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /work/plnx_mz7020/build/tmp/work/cortexa9hf-neon-xilinx-linux-gnueabi/iperf/2.0.5-r0/temp/log.do_fetch.6809
ERROR: Task (/opt/Xilinx/PetaLinux/2017.2/components/yocto/source/arm/layers/meta-oe/recipes-benchmark/iperf/iperf_2.0.5.bb:do_fetch) failed with exit code '1'
wondering if there is another sstate-cache package that should be used at microzed case ?
Or if I should tun off some linux kernal function when doing microzed project ? (if so, which?)
Please let me know any of your suggestions.
Thank you all.