OpenEmbedded Repository
Hi.
I've been trying to build the kernel for my Palm Zire 72 using Open Embedded, but it wouldn't work.
It couldn't clone the git tree. So I found out that linux-hackndev-2.6_git.bb needed a simple modification:
Replacing
SRC_URI = "git://git.hackndev.com/git/linux-hnd;protocol=git \
with
SRC_URI = "git://git.hackndev.com/git/linux-hnd;protocol=http \
But then I found another problem.
Bitbake tries to compile the kernel from the directory trunk, in which the files were when the repository was SVN.
After I moved the files to the trunk directory it all started to work.
On the other hand, I noticed that bitbake tried to download the tar.gz'ed copy of the git tree from http://www.angstrom-distribution.org/unstable/sources/ before using the git clone method.
Does anyone have access to that repository? I could send the tar.gz'ed archives created by bitbake (it creates one archive for the .git directory and another one for the actual data).
And how about sending the ipk files generated through bitbake/OpenEmbedded to the angstrom-distribution.org repositories? It would make life a lot easier for us who like to use ipkg install for just about anything.
Thanks in advance.

I just built from OE too,
I just built from OE too, with similar workarounds, and although I didn't try it yet, the kernel (for the Z72, anyways) it generated looked similar to the non-working version it was generating last time I tried. When I get a chance to back up my Palm, I will try it out and see if it does work.
EDIT: It did not work... Note to anyone else... if Cocoboot gives you the Allocation "Trying to overwrite RAM" error, you'll need to (AFAIK) pop out the screws, pull the battery plug inside, and then reinsert it. Please be careful if you do this, and be aware that it WILL void your warranty.
nadameu: If your kernel works, can you send it to me at jgm3 (a) sfu (,) ca
~Jeffery MacEachern
<>< :: Angstrom|Palm Z72 User :: Ubuntu Gutsy User :: All-around Geek
Hi, better is individual git
Hi, better is individual git checkout and build from it.. without OE.
(Zire72 project maintainer)