BITBAKE ERROR IN BUILDING YOCTO FOR imx7dsabresd

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BITBAKE ERROR IN BUILDING YOCTO FOR imx7dsabresd

Jump to solution
3,185 Views
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.

Labels (3)
1 Solution
2,246 Views
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

View solution in original post

4 Replies
2,247 Views
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,246 Views
k_spannaus
Contributor II

Thanks. Also worked for me!

0 Kudos
2,246 Views
nagaprasadvasam
Contributor III

Hi Shrikant,

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

Thanks&Regards,

Prasad.

2,246 Views
shrikant_bobade
Contributor III

Hi Prasad,

Welcome, Thanks !

Shrikant

0 Kudos