I am trying to build an Angstrom tar.bz2 root file system for at91sam9g45efes.
I've been following the instructions on the
http://www.at91.com web-site.
I have bitbake set-up, OpenEmbedded, and the oe_at91sam overlay.
I have git checkout for the origin/stable/2009 branch and a git pull.
I am trying to bitbake x11-at91sam9-image
It seems that some of the source repositories are off-line / missing.
For example, I could not get update-rc.d_0.7 from anoncvs.handhelds.org, but I was able to find an alternate source for this on-line, which I downloaded and continued with the build.
However, I am stuck now with no SVN download for gconf-dbus-2.16.0+svnr641-r0 from
svn://developer.imendio.com/svn/gconf-d ... proto=httpHere are the errors:
svn: OPTIONS of 'http://developer.imendio.com/svn/gconf-dbus/trunk': could not connect to server (
http://developer.imendio.com)
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/mwiegand/angstrom-setup-scripts/sources/openembedded/recipes/gnome/gconf-dbus_svn.bb do_fetch failed
ERROR: Task 4908 (/home/mwiegand/angstrom-setup-scripts/sources/openembedded/recipes/gnome/gconf-dbus_svn.bb, do_fetch) failed with 256
NOTE: Task failed: Fetch failed: Unable to fetch URL
svn://developer.imendio.com/svn/gconf-d ... proto=http from any source.
NOTE: package gconf-dbus-2.16.0+svnr641-r0: task do_fetch: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/mwiegand/angstrom-setup-scripts/sources/openembedded/recipes/gnome/gconf-dbus_svn.bb do_fetch failed
ERROR: Task 4908 (/home/mwiegand/angstrom-setup-scripts/sources/openembedded/recipes/gnome/gconf-dbus_svn.bb, do_fetch) failed with 256
ERROR: '/home/mwiegand/angstrom-setup-scripts/sources/openembedded/recipes/gnome/gconf-dbus_svn.bb' failed
Is there an alternate source for the gconf-dbus-2.16.0+svnr641-r0 package?
I have found
http://ipkg2.nslu2-linux.org/sources/sv ... gconf-dbus and
ftp://64.50.238.52/.2/nslu2/sources/svn ... gconf-dbusHowever, I do not know whether these are suitable to use, nor how to edit gconf-dbus_svn.bb to use these sources without getting errors about "no entry in conf/checksums.ini"
Any help on this would be appreciated.