Hello,
I'm developing on the TI Beagleboard (OMAP3, ARM Cortex A-8). I've set
up OE, a local overlay, and this seems to work fine as I've built
several different images and have them running on the target.
I'm now to the point where I want to start developing our application
code. Some of this code is based on the GIW library (graphical plotting
library), so I thought that I would work to get this and its examples
included in the my 'custom' distribution before moving on.
In my local overlay, I created a packages/giw directory and added the
following starter bitbake file (and I've tried different things after
the SRC_URI with same results):
DESCRIPTION = "Giw Plotting Libraries"
LICENSE = "gpl"
DEPENDS += "gtk+"
SRC_URI = "\
http://downloads.sourceforge.net/giw/giw-0.2.4.tar.bz2?use_mirror=superb-west
\
"
If I run bitbake giw , it downloads the file from sourceforge and places
it into my tmp/dowloads directory. Following that, I get this output:
14:15:54 (49.19 KB/s) - `/usr/oe_keith/tmp/downloads/giw-0.2.4.tar.bz2'
saved [351720/351720]
NOTE: fetch
http://www.angstrom-distribution.org/unstable/sources/giw-0.2.4.tar.bz2?use_mirror=superb-west
--14:15:54--
http://www.angstrom-distribution.org/unstable/sources/giw-0.2.4.tar.bz2?use_mirror=superb-west
=>
`/usr/oe_keith/tmp/downloads/giw-0.2.4.tar.bz2?use_mirror=superb-west'
Resolving www.angstrom-distribution.org... 85.214.40.226
Connecting to www.angstrom-distribution.org|85.214.40.226|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:15:54 ERROR 404: Not Found.
NOTE: Task failed: Fetch failed:
http://downloads.sourceforge.net/giw/giw-0.2.4.tar.bz2?use_mirror=superb-west
NOTE: package giw-1.0-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package giw-1.0: failed
It's not clear to me why it's trying to do this. I'm assuming that
there is some 'global' thing controlling this, but I'm sure what it is.
Why is it trying to download something from Angstrom?
I know that I'm going to stumble over many different issues as I move
forward. I thank everyone in advance for the help.
--Keith
_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users