riscvarchive / riscv-poky

Port of the Yocto Project to the RISC-V ISA
http://www.riscv.org
62 stars 46 forks source link

failded to command "bitbake core-image-riscv" #30

Closed yosukezith closed 6 years ago

yosukezith commented 6 years ago

I couldn't do bitbake core-image-riscv.

This is error message.

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work.
Please ensure your host's network is configured correctly,
or set BB_NO_NETWORK = "1" to disable network access if
all required sources are on local disk.

Please solve this problem.

yosukezith commented 6 years ago

I found how to avoid this problem. Before bitbake core-image-riscv, do it.

$ export BB_NO_NETWORK=1