Hi,
I recently bought a simpad cl4 and after
some struggling with the hardware and the
old opensimpad release (see my other two threads),
I am now trying to build opensimpad using
openembedded.
This ofcourse also raised some Questions / Problems,
most of which I have not resolved yet.
Concerning Monotone:
I tried to pull the repository, after 3 days
and several interruptions due to 404s, I gave
up. This raises two Questions:
1. How long should pulling the repository
normally take (I have a 3 Mbit DSL connection)
2. If monotone breaks due to 404, does a
new call restart it from the beginning
or does it continue from the last stop?
I also tried to grab the OE.db.bz2 database
snapshot, but monotone complained about
an incompatibility (I think it concerned
the database version) and threw two hashkeys
(I think that is monotones replacement for a
version number). I also tried to migrate
the db, but this resulted in the same error.
Finally I settled with a direct snapshot
of the source and skipped monotone.
After I started the build process, I found
somewhere the warning to rename the OE.db
file to oe.db. I dont want to test this
currently, to avoid interferences with the
build process.
But these questions remain.
Would renaming OE.db to oe.db resolve the
above compatibility problem and if yes,
why?
On the other hand if this is not the
solution, how can I make use of these
database snapshots?
Concerning Bitbake:
In the local.conf file I had to alter the line
CVS_TARBALL_STASH = "
http://www.oesources.org/source/current"
to
CVS_TARBALL_STASH = "
http://www.oesources.org/source/"
Is this normal / correct ?
And now for the hard part, which I have just started with.
Building:
How do I specify the hardware specs of my simpad.
In local.conf I can only specify to build opensimpad.
------------------------------------------------------------
Should I alter settings in /conf/distro/opensimpad-0.9.0.conf ?
------------------------------------------------------------
Furthermore after starting bitbake, it seems that
srcs get pulled from the net, for some modules this produced
404s but didn't stop building immediately.
But now I got the message that building failed:
NOTE: package module-init-tools-3.2-pre9-r0: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package module-init-tools-3.2-pre9: failed
ERROR: Build of task-bootstrap failed
Anyway to fix this, or should I just wait?
Last but not least I concluded from some threads here,
that the patches for mmc and bluetooth were already included
into the openembedded, thus
-------------------------------------------------------------
how do I acitvate the mmc-module, or do I have to compile it by hand.
--------------------------------------------------------------
So far for now, I fear that I will stumple upon a some more questions
during the next days, so I appreciate any help.
Sascha