BITBAKE ERROR IN BUILDING YOCTO FOR imx7dsabresd

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

BITBAKE ERROR IN BUILDING YOCTO FOR imx7dsabresd

跳至解决方案
3,189 次查看
nagaprasadvasam
Contributor III

Hi Everyone,

      i am building yocto bsp for imx7dsabresd board using attached yocto user Guide , in bitbake i am getting following error, can any one help me how to resolve this error,

ERROR: vlan-1.9-r0 do_fetch: Fetcher failure for URL: 'http://vlan.sourcearchive.com/downloads/1.9-3ubuntu9/vlan_1.9.orig.tar.gz'. Unable to fetch URL from any source.
ERROR: vlan-1.9-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/linux-pc/imx-yocto-bsp/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/vlan/1.9-r0/temp/log.do_fetch.17006
ERROR: Task (/home/linux-pc/imx-yocto-bsp/sources/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb:do_fetch) failed with exit code '1'

Thanks&Regards,

Prasad.

标签 (3)
1 解答
2,250 次查看
shrikant_bobade
Contributor III

Hi,

I also faced similar vlan fetch error recently, it seems the source link at vlan recipe is down(probably temporarily).

just switching to other healthy vlan v1.9 source link passed the vlan fetch error.

SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${BPN}/${PV}-3ubuntu10.1/${BPN}_${PV}.orig.tar.gz \

instead of SRC_URI = "http://${BPN}.sourcearchive.com/downloads/${PV}-3ubuntu9/${BPN}_${PV}.orig.tar.gz \

at sources/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb

Thanks

Shrikant

在原帖中查看解决方案

4 回复数
2,251 次查看
shrikant_bobade
Contributor III

Hi,

I also faced similar vlan fetch error recently, it seems the source link at vlan recipe is down(probably temporarily).

just switching to other healthy vlan v1.9 source link passed the vlan fetch error.

SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${BPN}/${PV}-3ubuntu10.1/${BPN}_${PV}.orig.tar.gz \

instead of SRC_URI = "http://${BPN}.sourcearchive.com/downloads/${PV}-3ubuntu9/${BPN}_${PV}.orig.tar.gz \

at sources/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb

Thanks

Shrikant

2,250 次查看
k_spannaus
Contributor II

Thanks. Also worked for me!

0 项奖励
2,250 次查看
nagaprasadvasam
Contributor III

Hi Shrikant,

Thanks For your support,it's worked for me also.

Thanks&Regards,

Prasad.

2,250 次查看
shrikant_bobade
Contributor III

Hi Prasad,

Welcome, Thanks !

Shrikant

0 项奖励