bitbake console-image fails with 1 Error do_fetch

Hello,
I try to compile Angstrom with http://www.angstrom-distribution.org/building-angstrom

MACHINE=beagleboard ./oebb.sh config beagleboard
MACHINE=beagleboard ./oebb.sh update
MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

but know I want to have rootfs image, U-boot, MLO

So I tried this :
MACHINE=beagleboard ./oebb.sh bitbake console-image

but I have this error :
ERROR: Task 1525 (/home/mum/OE/setup-scripts/sources/openembedded-core/meta/recipes-core/netbase/netbase_4.47.bb, do_fetch) failed with exit code ‘1’

When I look at netbase_4.47.bb there is no do_fetch … just do_install.

FYI, I commented the line " INHERIT += “rm_work” " in conf/local.conf

Looking forward for help,
Jerome

Hello,
I try to compile Angstrom with
http://www.angstrom-distribution.org/building-angstrom

MACHINE=beagleboard ./oebb.sh config beagleboard
MACHINE=beagleboard ./oebb.sh update
MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

Why not just source your OE env file so you only have to type
bitbake MYCOMMANDHERE

but know I want to have rootfs image, U-boot, MLO

So I tried this :
MACHINE=beagleboard ./oebb.sh bitbake console-image

but I have this error :
ERROR: Task 1525
(/home/mum/OE/setup-scripts/sources/openembedded-core/meta/recipes-core/netbase/netbase_4.47.bb,
do_fetch) failed with exit code '1'

When I look at netbase_4.47.bb there is no do_fetch ... just do_install.

FYI, I commented the line " INHERIT += "rm_work" " in conf/local.conf

bitbake -c cleansstate netbase
bitbake -f netbase

or bitbake -c cleansstate netbase
bitbake -c fetch netbase
bitbake netbase

Looking forward for help,
Jerome

-- To join: http://beagleboard.org/discuss
To unsubscribe from this group, send email to:
beagleboard+unsubscribe@googlegroups.com
Frequently asked questions: Frequently Asked Questions - BeagleBoard

Some packages take a couple tries to fetch. Especially when you're trying to fetch tons of packages at once. Occasionally you will have a connection issue or 10.

HTH

Hello,
I try to compile Angstrom with http://www.angstrom-distribution.org/building-angstrom

MACHINE=beagleboard ./oebb.sh config beagleboard
MACHINE=beagleboard ./oebb.sh update
MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

but know I want to have rootfs image, U-boot, MLO

So I tried this :
MACHINE=beagleboard ./oebb.sh bitbake console-image

but I have this error :
ERROR: Task 1525 (/home/mum/OE/setup-scripts/sources/openembedded-core/meta/recipes-core/netbase/netbase_4.47.bb, do_fetch) failed with exit code '1'

Look through the archives - this was discussed a lot last week.

Basically, the needed file has been removed from the debian site that hosted it :frowning:
You can get what you need from the Yocto mirror (Index of /mirror/sources/)

Hello,
I try to compile Angstrom with
http://www.angstrom-distribution.org/building-angstrom

MACHINE=beagleboard ./oebb.sh config beagleboard
MACHINE=beagleboard ./oebb.sh update
MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

but know I want to have rootfs image, U-boot, MLO

So I tried this :
MACHINE=beagleboard ./oebb.sh bitbake console-image

but I have this error :
ERROR: Task 1525
(/home/mum/OE/setup-scripts/sources/openembedded-core/meta/recipes-core/netbase/netbase_4.47.bb,
do_fetch) failed with exit code '1'

Look through the archives - this was discussed a lot last week.

Basically, the needed file has been removed from the debian site that
hosted it :frowning:
You can get what you need from the Yocto mirror
(Index of /mirror/sources/)

Hopefully they get away from the Debian mirrors since they seem to cause lots of fetch issues.
If it was sorted out last week why has no patch been pushed to eliminate the problem? Seems like it would have not only been quick but easy to solve and get it pushed. But hey many things dont make sense to me in OE

If you read when you run MAHCINE=beagleboard ./oebb.sh config beagleboard.

It spits out a message you now have a file in ~/.oe/* to source
such as
. ~/.oe/oe_environment
and now you can just run
bitbake WhatIWantToBuild
So when you are in /setup-scripts, source the file.